Gentoo Archives: gentoo-user

From: ooyh eah <cololo@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] keyserv SIGSEGV
Date: Wed, 21 Mar 2007 09:59:03
Message-Id: 20070321124907.Y92757@xnet.nnov.ru
In Reply to: [gentoo-user] keyserv SIGSEGV by ooyh eah
1 place ur advertise here
2
3 On Wed, 21 Mar 2007, ooyh eah wrote:
4
5
6 forget to show my make.conf:
7
8 CHOST="i686-pc-linux-gnu"
9 CFLAGS="-march=k8 -O2 -pipe"
10 CXXFLAGS="${CFLAGS}"
11 MAKEOPTS="-j2"
12 USE="nptl nptlonly -X -gnome -kde -gtk sse mmx 3dnow 3dnowex -ipv6 -fortran -krb4 unicode"
13
14
15 >
16 >
17 > there's a strange problem with the keyserv from nis-utils package.
18 >
19 > it doesn't start within the init.d script
20 > and when i try to run keyserv manually it cores dump
21 >
22 > i do everything as said: before nfs nfs-mount autofs and after portmap
23 > but it seems not work anyway
24 >
25 > i've tried to run keyserv on two different systems: amd64 (32bit version) and
26 > PIV with hyperthreading. without any flags in make.conf at first
27 > and then with standard ones. on both machines keyserv was unable to start :(
28 >
29 > what is my mistake?
30 >
31 >
32 > moon ~ # keyserv -D
33 > [Welcome to the Keyserver, version 1.4.1]
34 > Segmentation fault
35 >
36 >
37 > Gentoo Base System release 1.12.9
38 >
39 > moon ~ # ls -al /etc/make.profile
40 > /etc/make.profile -> /usr/portage/profiles/default-linux/x86/2006.1/server
41 >
42 > moon ~ # equery list | grep nis
43 > net-nds/nis-utils-1.4.1-r2
44 >
45 > here's a gdb backtrace:
46 > ~ # gdb -c core /usr/sbin/keyserv
47 > GNU gdb 6.6
48 > Copyright (C) 2006 Free Software Foundation, Inc.
49 > GDB is free software, covered by the GNU General Public License, and you are
50 > welcome to change it and/or distribute copies of it under certain conditions.
51 > Type "show copying" to see the conditions.
52 > There is absolutely no warranty for GDB. Type "show warranty" for details.
53 > This GDB was configured as "i686-pc-linux-gnu"...
54 > (no debugging symbols found)
55 > Using host libthread_db library "/lib/libthread_db.so.1".
56 >
57 > warning: Can't read pathname for load map: Input/output error.
58 > Reading symbols from /usr/lib/libgmp.so.3...(no debugging symbols
59 > found)...done.
60 > Loaded symbols for /usr/lib/libgmp.so.3
61 > Reading symbols from /lib/libc.so.6...(no debugging symbols
62 > found)...done.Loaded symbols for /lib/libc.so.6
63 > Reading symbols from /lib/ld-linux.so.2...(no debugging symbols
64 > found)...done.
65 > Loaded symbols for /lib/ld-linux.so.2
66 > (no debugging symbols found)
67 > Core was generated by `keyserv -D'.
68 > Program terminated with signal 11, Segmentation fault.
69 > #0 0xb7f8b1da in __gmpz_init_set_str () from /usr/lib/libgmp.so.3
70 > (gdb) bt
71 > #0 0xb7f8b1da in __gmpz_init_set_str () from /usr/lib/libgmp.so.3
72 > #1 0x0804b013 in ?? ()
73 > #2 0x00000000 in ?? ()
74 >
75 >
76 > and here's a strace http://paste.org.ru/?asfoy2
77 > --
78 > gentoo-user@g.o mailing list
79 >
80 >
81 --
82 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] keyserv SIGSEGV ooyh eah <cololo@××××××××.com>