Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The thread perl.exe crash in win32 with use of fork and sockets seems to conclude that in later versions of perl/windows this problem should not occur. However, with Win2000 SP3 and ActiveState Perl 5.8.0, I am getting the following error when my code reaches C:/Perl/lib/Net/Ping.pm: (line 429)
my $pid = fork;
And the following popup dialog appears:
In the dos shell from which I ran the script:Perl.exe has generated errors and will be closed by Windows. You will + need to restart the program. An error log is being created.
Bizarre SvType [187] at C:/Perl/lib/Net/Ping.pm line 429.
Can anyone offer advice on resolving this problem?
Also, where might Windows store this error log?
Edit by tye, remove hostname from link
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Ping, fork error on Win32
by BrowserUk (Patriarch) on Mar 26, 2003 at 16:09 UTC | |
|
Re: Ping, fork error on Win32 (bad pointer?)
by tye (Sage) on Mar 26, 2003 at 18:05 UTC | |
by jand (Friar) on Mar 26, 2003 at 20:39 UTC | |
by Anonymous Monk on Mar 27, 2003 at 08:31 UTC |