Gentoo Archives: gentoo-user

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

Replies

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