Subject: | Win32::Process::Info clashes with windows fork |
Date: | Tue, 09 Jan 2007 11:08:16 -0500 |
To: | wyant [...] cpan.org, bug-Win32-Process-Info [...] rt.cpan.org |
From: | Malcolm Nooning <m.nooning [...] comcast.net> |
Hello,
This email is the same as the last, except that I now included my OS and
and other information.
I have a code snippet, pasted further below, that always crashes the
perl interpreter.
I do not know if the problem is a fork bug or a Win32::Process::Info
bug, so I am sending this email to both the fork() and the
Win32::Process::Info listed maintainers, just in case the problem is a
combination of the two together and needs coordination to resolve.
Unfortunately, the email address for Gurusamy Sarathy
<gsar@activestate.com> does not work, so I am trying
bug-Win32-Process-Info@rt.cpan.org as a wild guess.
I am using ActiveState Perl v5.8.8 Binary build 819 [267479]
and I am using Win32::Process::Info version 1.0006.
on an AMD Athlon 64 based Windows XP SP2 machine.
Commenting out the "use" statement will make fork work. Commenting out
the fork will make the "use" statement work.
I could not find a report on this on the web. Any help would be
appreciated.
Thanks