Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 28443
Status: rejected
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: rkitover [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.9989
Fixed in: (no value)



Subject: Tk + POE + fork crash on Win32
If you run: perl -MTk -MPOE -e fork a couple of times on Win32 ActiveState perl, you'll see it crash. -- Rafael
Not a POE issue. The following command crashes perl.exe when run repeatedly: perl -MTk -e "my $x = Tk::MainWindow->new(); fork"