Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 80701
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: vleschuk [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Subject: Re: [rt.cpan.org #80701] AutoReply: Sys::Syslog crash on Win7
Date: Thu, 8 Nov 2012 10:12:45 +0300
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Victor Leschuk <vleschuk [...] gmail.com>
The issue doesn't occur when using strawberry perl 5.14.3. On Thu, Nov 8, 2012 at 10:43 AM, Bugs in Perl-Dist-Strawberry via RT < bug-Perl-Dist-Strawberry@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Sys::Syslog crash on Win7", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #80701]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=80701 > > Please include the string: > > [rt.cpan.org #80701] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > bug-Perl-Dist-Strawberry@rt.cpan.org > > ------------------------------------------------------------------------- > 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 > >
Subject: Re: [rt.cpan.org #80701] Sys::Syslog crash on Win7
Date: Thu, 08 Nov 2012 16:55:30 +0100
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
I am not able to reproduce the failure on strawberry perl 5.16.2.1/32bit + Sys-Syslog-0.32 Could you please send - Sys-Syslog version - is your strawberry 5.16.2.1 32 or 64bit? - are your Win7 32 or 64bit? - do you have any other perl installed on your system? - do you have any other gcc compiler installed on your system? -- kmx
Subject: Re: [rt.cpan.org #80701] Sys::Syslog crash on Win7
Date: Thu, 15 Nov 2012 09:44:47 +0300
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Victor Leschuk <vleschuk [...] gmail.com>
Hello, sorry for the delay with the response. I have re-checked the situation and it seems that the issue was caused by presence of another GCC in PATH variable. With clean installation an rebuilding module using gcc from perl 5.16 distribution issue doesn't occur. Please close this ticket. Thanks for your help! -- Victor On Thu, Nov 8, 2012 at 7:55 PM, kmx via RT < bug-Perl-Dist-Strawberry@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=80701 > > > I am not able to reproduce the failure on strawberry perl 5.16.2.1/32bit + > Sys-Syslog-0.32 > > Could you please send > - Sys-Syslog version >
- is your strawberry 5.16.2.1 32 or 64bit? Show quoted text
> - are your Win7 32 or 64bit? >
- do you have any other perl installed on your system? Show quoted text
>
- do you have any other gcc compiler installed on your system? Show quoted text
>
-- Show quoted text
> kmx > >