Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 63104
Status: rejected
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



Subject: Weird GeneralProtectionFault on win32 when using thread-based-fork
Attached is the minimal test case I could come up with. Note that there is are no moving parts whatsoever - just a connect and a fork, no data changes hands.
Subject: dbi_threads_wtf
Download dbi_threads_wtf
application/octet-stream 549b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #63104] Weird GeneralProtectionFault on win32 when using thread-based-fork
Date: Thu, 18 Nov 2010 15:00:41 +0000
To: Peter Rabbitson via RT <bug-DBI [...] rt.cpan.org>
From: Tim Bunce <Tim.Bunce [...] pobox.com>
I'd guess, at first sight, that the DBI is just the 'canary in the coal mine' here and the underlying issue is in the perl core. I don't use windows, at all, so I can't reproduce it. A detailed stack trace would probably help. Tim.
Is this still a problem with current Perl and DBI versions?
RT-Send-CC: walde.christian [...] googlemail.com
On Mon Jan 02 10:53:10 2012, TIMB wrote: Show quoted text
> Is this still a problem with current Perl and DBI versions?
Hi Christian. Do you think you could run the script attached with this ticket on a recent DBI/Perl combo on win32, and see if it still fails? Thank you!
On Mon Nov 05 01:29:37 2012, RIBASUSHI wrote: Show quoted text
> On Mon Jan 02 10:53:10 2012, TIMB wrote:
> > Is this still a problem with current Perl and DBI versions?
> > Hi Christian. Do you think you could run the script attached with this > ticket on a recent DBI/Perl combo on win32, and see if it still fails?
With ActivePerl 5.12.4 it crashes, with Strawberry Perl 5.16 it does not: https://gist.github.com/0942c9e6d5aa3cafaf5a Does that help you guys or do you need more?
Four years later... is this still a problem?
RT-Send-CC: walde.christian [...] googlemail.com
On Sat Apr 23 17:08:14 2016, TIMB wrote: Show quoted text
> Four years later... is this still a problem?
I don't have easy access to windows currently. I would assume it is still a problem on earlier perls just like in the original message.
From: twata_1 [...] yahoo.co.jp
On 2016-4月-23 土 11:08:14, TIMB wrote: Show quoted text
> Four years later... is this still a problem?
Hi, I run the script attached with this ticket under Windows 7(32bit). [Summary] DBI version: 1.639. Strawberry Perl dbi_threads_wtf.pl Version Result --------------- ------------------ 5.8.9 *crash* 5.10.1 *crash* 5.12.3 *crash* 5.14.4 fail 5.18.4 pass 5.20.3 pass 5.22.2 pass 5.24.0 pass 5.26.0 pass [See Also] https://gist.github.com/twata1/70bcb184b577d791ed3d171adfe1579b Thank you, -- twata
Thanks for the updates. I'm closing this as not a DBI bug. Feel free to reopen if you feel it is a DBI bug and it's worth fixing.