Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Perl threads sort test program crashes

by mpeppler (Vicar)
on Jun 16, 2004 at 11:55 UTC ( [id://367188]=note: print w/replies, xml ) Need Help??


in reply to Perl threads sort test program crashes

I get a segfault as well (even if I change $a and $b to $main::a and $main::b). The stack trace shows that it fails in pp_sort.c (sortcv), apparently with NULL pointers for a and b:
#0 sortcv (my_perl=0x9a4c7a0, a=0x0, b=0x0) at pp_sort.c:1591 1591 pp_sort.c: No such file or directory.
Running it under the debugger worked a few times, and then crashed with a SEGV, at the same location.

perl 5.8.3 i386-linux-thread-multi.

Michael

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://367188]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-23 12:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found