in reply to Re: [OT]ish: HTTP/HTML/IO::Socket sanity check.
in thread [OT]ish: HTTP/HTML/IO::Socket sanity check.
Well, each BSOD comes with an error message, so you're not relaying that
Okay, what can you make of this, the only variant info from the BSOD screen;
STOP: 0x0000007E (0XFFFFFFFFC0000005, 0XFFFFF80003667F61, 0XFFFFFA6001 +B08978, 0XFFFFFA6001B08350 )
Remember this?
If it was a segfault, I could supply that type of info, but it is never displayed because the BSOD takes priority. Nothing is logged in either the system or application logs. It doesn't get chance.
What perl are you running? IO::Socket? OS? msvcrt?
Versions of stuff:
C:\test>perl -v This is perl, v5.10.1 built for MSWin32-x64-multi-thread (with 2 registered patches, see perl -V for more detail) Copyright 1987-2009, Larry Wall Binary build 1007 [291969] provided by ActiveState http://www.ActiveSt +ate.com Built Jan 27 2010 14:12:21 Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge. C:\test>perl -MIO::Socket -E"say $IO::Socket::VERSION" 1.31 C:\test>ver Microsoft Windows [Version 6.0.6001] C:\test>dumpbin /headers \Windows\system32\msvcrt.dll Microsoft (R) COFF/PE Dumper Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file \Windows\system32\msvcrt.dll PE signature found File Type: DLL FILE HEADER VALUES 8664 machine (x64) 6 number of sections 4791AD6B time date stamp Sat Jan 19 07:57:31 2008 0 file pointer to symbol table 0 number of symbols F0 size of optional header 2022 characteristics Executable Application can handle large (>2GB) addresses DLL
Also , run the debugger already, you know you have to :)
I'm not sure how running "the debugger" (Perl or other) will help since all useful information will be obliterated by the BSOD?
perl -le" undef $ENV{SYSTEMROOT}; exec qw(perl.exe -e die); "
I have quiet literally no idea what that is meant to be telling me (to do?)?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [OT]ish: HTTP/HTML/IO::Socket sanity check. (steps)
by tye (Sage) on Feb 28, 2012 at 06:56 UTC | |
by BrowserUk (Patriarch) on Feb 28, 2012 at 08:24 UTC |