On Mon, Nov 12, 2012 at 03:17:20AM -0500, Alexandr Ciornii via RT wrote:
Show quoted text> Mon Nov 12 03:17:17 2012: Request 81114 was acted upon.
> Transaction: Ticket created by CHORNY
> Queue: DBIx-Class
> Subject: t/storage/txn.t fails on Win32, perl 5.8.9
> Broken in: 0.08204
> Severity: Unimportant
> Owner: Nobody
> Requestors: CHORNY@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=81114 >
>
>
> >prove -bv t/storage/txn.t
> .....
> ok 34 - Start outside txn
> # Auto checked 31 references for leaks - none detected
> # Auto checked 31 references for leaks - none detected
> Dubious, test returned 5 (wstat 1280, 0x500)
> All 34 subtests passed
>
> Same results for threads.pm versions 1.07 and 1.86, threads::shared 0.94
> and 1.42.
>
>
> This test passes on perl 5.12.4 and 5.16.1
What about the DBI/DBD::SQLite version differences between passing and
non-passing perls? threads should not make any difference - the test
segfaults way before any fork/thread was spawned (which is very very
bad).
Please provide more info, this is surely an indication of a deeper
problem.
Cheers