NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/47271: host (1) dumps core on latest netbsd-6



The following reply was made to PR bin/47271; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/47271: host (1) dumps core on latest netbsd-6
Date: Sat, 1 Dec 2012 10:09:11 -0600 (CST)

 The recent pull-ups to libpthread seem to affect any program compiled
 with "-pthread".  On my amd64 system, 'host' crashes as follows:
 
 Core was generated by `host'.
 Program terminated with signal 11, Segmentation fault.
 #0  0x00007f7ff600af70 in pthread__init () from /usr/lib/libpthread.so.1
 (gdb) bt
 #0  0x00007f7ff600af70 in pthread__init () from /usr/lib/libpthread.so.1
 #1  0x00007f7ff564ec95 in _libc_init () from /usr/lib/libc.so.12
 #2  0x00007f7ff5638604 in ?? () from /usr/lib/libc.so.12
 #3  0x00007f7ff7ff98c0 in ?? ()
 #4  0x00007f7ff56340b9 in _init () from /usr/lib/libc.so.12
 #5  0x0000000000000000 in ?? ()
 
 
 I observed exactly the same backtrace with 'nfsd' (even after a clean
 release build) as well as with applications built prior to the pull-ups.
 Likewise, the configure phase of package builds that expect to use
 "-pthread" will fail when the test program crashes.
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index