On Thu, Jun 01, 2006 at 12:01:40PM -0400, Ambrose Li wrote: > Package: w3m > Version: 0.5.1-4 > Severity: normal > > > w3m sometimes hangs on startup, even without supplying any arguments and not > feeding it any input. Example: > > $ gdb w3m ... > (gdb) bt > #0 0x0045ae94 in __pthread_sigsuspend () from /lib/libpthread.so.0 > #1 0x00459d68 in __pthread_wait_for_restart_signal () from > /lib/libpthread.so.0 > #2 0x0045c716 in __pthread_alt_lock () from /lib/libpthread.so.0 > #3 0x0045928c in pthread_mutex_lock () from /lib/libpthread.so.0 > #4 0x003fb5c6 in pthread_mutex_lock () from /lib/libc.so.6 > #5 0x00197437 in GC_lock () from /usr/lib/libgc.so.1 > #6 0x0019307e in GC_init () from /usr/lib/libgc.so.1 > #7 0x08056bb4 in ?? () > #8 0x0045c34e in __pthread_alt_unlock () from /lib/libpthread.so.0 > #9 0x003443ce in __libc_start_main () from /lib/libc.so.6 > #10 0x0804b531 in ?? () > (gdb) >
Hi, could you please build w3m with debugging symbols and try to recreate the error. I suspect the same issue as in Debian Bug #352585. So you could try this patch (already in CVS upstream) and see if it helps: http://bugs.debian.org/cgi-bin/bugreport.cgi/15-remove-calls-to-GC-from-wrap_GC_warn_proc.patch?bug=352585;msg=15 Thanks, -- Karsten Schölzel | Email: [EMAIL PROTECTED] Väderleden 9 4:98 | Jabber: [EMAIL PROTECTED] 97633 Luleå | VoIP: sip:[EMAIL PROTECTED] Sweden | sip:[EMAIL PROTECTED] | Tel: +4918015855857712 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

