Date: Sun, 27 Apr 2008 17:01:04 +0900 From: Randy Bush <randy@psg.com> To: Kris Kennaway <kris@FreeBSD.org> Cc: freebsd ports <freebsd-ports@freebsd.org> Subject: Re: hang making bash in current Message-ID: <481432C0.7070707@psg.com> In-Reply-To: <20080427075006.GF47671@hub.freebsd.org> References: <48142EBE.30004@psg.com> <20080427075006.GF47671@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote: > On Sun, Apr 27, 2008 at 04:43:58PM +0900, Randy Bush wrote: >> i386 extremely current. making bash >> >> checking for ranlib... ranlib >> checking for bison... yacc >> checking whether make sets $(MAKE)... yes >> checking for an ANSI C-conforming const... yes >> checking for inline... inline >> checking whether byte ordering is bigendian... no >> checking for preprocessor stringizing operator... yes >> checking for working long double with more range or precision than >> double... yes >> checking for function prototypes... yes >> checking whether char is unsigned... no >> checking whether NLS is requested... yes >> checking for msgfmt... /usr/X11R6/bin/msgfmt >> checking for gmsgfmt... /usr/X11R6/bin/msgfmt >> checking for xgettext... /usr/X11R6/bin/xgettext >> checking for msgmerge... >> >> and it hangs right there > > Doing what? working that now. so far i have ktrace of the msmerge process yeilds zip gdb whines a lot and then produces (gdb) back #0 0x28244e05 in _umtx_op () from /lib/libc.so.7 #1 0x281fa958 in pthread_cleanup_push () from /lib/libthr.so.2 #2 0x281f6cfb in pthread_mutex_destroy () from /lib/libthr.so.2 #3 0x281f6dd9 in _pthread_mutex_trylock () from /lib/libthr.so.2 #4 0x2826162a in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7 #5 0x282655c5 in free () from /lib/libc.so.7 #6 0x282657ed in free () from /lib/libc.so.7 #7 0x28267291 in calloc () from /lib/libc.so.7 #8 0x281f63c6 in pthread_mutex_getprioceiling () from /lib/libthr.so.2 #9 0x281f6d0b in pthread_mutex_destroy () from /lib/libthr.so.2 #10 0x281f6dd9 in _pthread_mutex_trylock () from /lib/libthr.so.2 #11 0x2826162a in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7 #12 0x282655c5 in free () from /lib/libc.so.7 #13 0x282657ed in free () from /lib/libc.so.7 #14 0x28267291 in calloc () from /lib/libc.so.7 #15 0x281f58b7 in pthread_rwlock_unlock () from /lib/libthr.so.2 #16 0x28055c4d in _rtld_thread_init () from /libexec/ld-elf.so.1 #17 0x281f5a4c in pthread_rwlock_unlock () from /lib/libthr.so.2 #18 0x281f72ec in pthread_kill () from /lib/libthr.so.2 #19 0x281f2ae0 in pthread_create () from /lib/libthr.so.2 #20 0x281e94b0 in GOMP_ordered_start () from /usr/lib/libgomp.so.1 #21 0x281e8d1d in GOMP_parallel_start () from /usr/lib/libgomp.so.1 #22 0x0804b181 in ?? () #23 0x0804c560 in ?? () #24 0x7fbfe5b8 in ?? () #25 0x00000000 in ?? () #26 0x2807afc4 in ?? () from /libexec/ld-elf.so.1 #27 0x7fbfe8f8 in ?? () #28 0x00000002 in ?? () #29 0x0810910a in ?? () #30 0x00000000 in ?? ()
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?481432C0.7070707>