Date: Mon, 21 Apr 2003 13:46:04 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: "Jacques A. Vidrine" <nectar@FreeBSD.org> 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: <20030421094604.GA23809@nagual.pp.ru> In-Reply-To: <20030421081209.GA17060@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030421094604.GA23809>