Subject: Re: libpthread busted?
To: Peter Seebach <seebs@plethora.net>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 02/28/2003 11:13:01
On Fri, Feb 28, 2003 at 12:49:41PM -0600, Peter Seebach wrote:

 > 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

Ah ... is it dynamically-loading libpthread?  That does not currently
work.

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

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>