Subject: | Sys::Syslog crash on Win7 |
Date: | Thu, 8 Nov 2012 09:43:47 +0300 |
To: | bug-Perl-Dist-Strawberry [...] rt.cpan.org |
From: | Victor Leschuk <vleschuk [...] gmail.com> |
Hello,
I have faced the following situation on Win7 32bit with strawberry perl
5.16.2. The following code causes perl.exe crash:
use Sys::Syslog;
exit 0;
When you launch it under perl -d the output is:
Signal SEGV at C:/strawberry/perl/site/lib/Sys/Syslog.pm line 66.
eval {...} called at C:/strawberry/perl/site/lib/Sys/Syslog.pm line
68
require Sys/Syslog.pm called at testlog.pl line 1
main::BEGIN() called at C:/strawberry/perl/site/lib/Sys/Syslog.pm
line 0
eval {...} called at C:/strawberry/perl/site/lib/Sys/Syslog.pm line
0
And the following record appears at Windows application event log:
Faulting application name: perl.exe, version: 0.0.0.0, time stamp:
0x5093098c
Faulting module name: Syslog.dll, version: 0.0.0.0, time stamp: 0x502a03f8
Exception code: 0xc0000005
Fault offset: 0x000015af
Faulting process id: 0x9d8
Faulting application start time: 0x01cdbd798790977c
Please help. Let me know if you need any other diagnostic information.
Thanks in advance!
--
Victor