Subject: Re: libpthread busted?
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 02/28/2003 12:49:41
In message <200302281822.h1SIMVU15486@guild.plethora.net>, Peter Seebach writes
:
>Hmm.  Doesn't seem to fix it.  I'll see if I can get a backtrace, but that
>would require me to build a debugging copy of perl, I think.  And probably
>also most of the SDL stuff.  I'll see if I can do it.

Hmm.  That's *weird*.  I only get this from 'perl -e "use SDL"'; no other
command seems to get this.

(no debugging symbols found)...
Program received signal SIGABRT, Aborted.
0x4818f337 in kill () from /usr/lib/libc.so.12
(gdb) bt
#0  0x4818f337 in kill () from /usr/lib/libc.so.12
#1  0x4819146e in __libc_mutex_unlock () from /usr/lib/libc.so.12
#2  0x481fefa2 in malloc () from /usr/lib/libc.so.12
#3  0x80ae94b in Perl_safemalloc ()
#4  0x80be5dc in Perl_av_extend ()
#5  0x80be9e0 in Perl_av_store ()
#6  0x80bf43a in Perl_av_push ()
#7  0x80e9097 in Perl_pp_push ()
#8  0x80c1150 in Perl_runops_debug ()
#9  0x8065085 in perl_call_sv ()
#10 0x8064ce7 in perl_call_sv ()
#11 0x80687bd in Perl_call_list ()
#12 0x806840c in Perl_call_list ()
#13 0x8096335 in Perl_newATTRSUB ()
#14 0x8091bde in Perl_utilize ()
#15 0x8087a19 in Perl_yyparse ()
#16 0x80fcc02 in Perl_sv_compile_2op ()
#17 0x80fe6b8 in Perl_pp_require ()
#18 0x80c1150 in Perl_runops_debug ()
#19 0x8065085 in perl_call_sv ()
#20 0x8064ce7 in perl_call_sv ()
#21 0x80687bd in Perl_call_list ()
#22 0x806840c in Perl_call_list ()
#23 0x8096335 in Perl_newATTRSUB ()
#24 0x8091bde in Perl_utilize ()
#25 0x8087a19 in Perl_yyparse ()
#26 0x8063d3d in perl_parse ()
#27 0x8062fc8 in perl_parse ()
#28 0x80608e8 in main ()
#29 0x805b174 in ___start ()