Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Bus Error from threading IO::Socket

by snoopy (Curate)
on Aug 12, 2008 at 02:35 UTC ( [id://703791]=note: print w/replies, xml ) Need Help??


in reply to Bus Error from threading IO::Socket

I also get the bus error on OSX 10.5.1. Runs fine for me on Debian.

I notice that the bus error goes away when you don't detach the thread, ie, works fine when I change the last line to:

threads->create( \&do_stuff, $lsn->accept, ) while 1;

Detached threads seem to be a contributing factor.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found