Date: Mon, 21 Apr 2003 08:15:12 -0500 From: "Jacques A. Vidrine" <nectar@FreeBSD.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c Message-ID: <20030421131512.GA49677@madman.celabo.org> In-Reply-To: <20030421094604.GA23809@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 21, 2003 at 01:46:04PM +0400, Andrey A. Chernov wrote: > On Mon, Apr 21, 2003 at 12:12:09 +0400, Andrey A. Chernov wrote: > > On Sun, Apr 20, 2003 at 18:00:00 -0500, Jacques A. Vidrine wrote: > > > > > > It happens that I don't use BIND8, so I missed this issue. It > > > > Another issue with "mnogosearch" port. After indexing is done, its > > "indexer" program now always get "Segmentation fault" in getpwent() (as > > gdb shows). "indexer" is threaded and linked with libc_r. Segfault never > > happens before. > > More details: > > Indexer[23782]: [1] Done (3 seconds) > > Program received signal SIGSEGV, Segmentation fault. > 0x2829b57c in getpwent () from /usr/lib/libc.so.5 > (gdb) bt > #0 0x2829b57c in getpwent () from /usr/lib/libc.so.5 > #1 0x282231f1 in _thread_cleanupspecific () from /usr/lib/libc_r.so.5 > #2 0x2822d512 in pthread_exit () from /usr/lib/libc_r.so.5 > #3 0x28221466 in _thread_start () from /usr/lib/libc_r.so.5 Hi Andrey, I cannot reproduce this here. gdb> run -a Indexer[60952]: indexer from mnogosearch-3.1.20/UdmDB started with '/usr/local/etc/mnogosearch/indexer.conf Indexer[60952]: [1] Done (314 seconds) Program exited normally gdb> Could you provide the following? .. your nsswitch.conf, if any .. any +, - entries in passwd(5) or group(5) .. if at all possible, a backtrace with debug symbols Cheers, -- Jacques A. Vidrine <nectar@celabo.org> http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030421131512.GA49677>