hang making bash in current

Randy Bush randy at psg.com
Sun Apr 27 08:01:06 UTC 2008


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 ?? ()


More information about the freebsd-ports mailing list