I'm running a script that does a screen scrape and tries to send out a "net send" to our team to let them know about a new ticket. When I run it with the 'system "net send machine msg"' commented out, it works fine. But when I uncomment it, I get the following:
C:\cygwin\bin\perl.exe (2100): *** unable to remap C:\cygwin\bin\cygssl-0.9.7.dl l to same address as parent(0xC30000) != 0xC40000 C:\cygwin\bin\perl.exe (2100): *** unable to remap C:\cygwin\bin\cygssl-0.9.7.dl l to same address as parent(0xC30000) != 0xC40000 5 [main] perl 2096 sync_with_child: child 2100(0x17C) died before initiali zation with status code 0x1 4034 [main] perl 2096 sync_with_child: *** child state child loading dlls A "perl.exe.stackdump" file is created, but it's empty. Attached is my script (with URLs and other info changed to protect the innocent, but it's functionally equivalent to my "real" script). For the record, I have cygwin 1.5.10-3 and perl 5.8.2-1, as well as the latest packages I need to run my script via CPAN (LWP, Net::SSL, HTML::Tree, etc.). Thanks! -peter ===== Peter M Aarestad [EMAIL PROTECTED] During times of universal deceit, telling the truth becomes a revolutionary act. --George Orwell
screenscraper.pl
Description: screenscraper.pl
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/