Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: POE::Wheel::Run & MSWin32 problem

by rcaputo (Chaplain)
on Aug 26, 2009 at 06:08 UTC ( [id://791258]=note: print w/replies, xml ) Need Help??


in reply to POE::Wheel::Run & MSWin32 problem

The problem is not just that the Tk window goes away. PERL.EXE crashes outright. I have isolated the problem to a conflict between Tk and fork() when $^O eq "MSWin32". This short example crashes the same way:

use Tk; my $mw = Tk::MainWindow->new(); sleep 1 if fork (); exit;

Unfortunately, until we can get Tk and fork() and MSWin32 working together, I'm afraid there's probably nothing that POE can do to help.

rt.cpan.org has a less concise discussion.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://791258]
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: (3)
As of 2024-04-26 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found