Fri Oct 19 01:54:53 2012: Request 80248 was acted upon. Transaction: Correspondence added by BULKDD Queue: Win32-API Subject: v0.72 crashes during tests on 32bit strawberry perl 5.16.1 Broken in: 0.72 Severity: (no value) Owner: Nobody Requestors: k...@cpan.org Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=80248 >
On Wed Oct 17 15:41:57 2012, KMX wrote: > The crash occurs during t\00_API.t: > > prove -bv t\00_API.t > > t\00_API.t .. > 1..48 > ok 1 - use Win32::API; ............................................ > ok 44 - cdecl c_sum_integers() function defined > Dubious, test returned 5 (wstat 1280, 0x500) > Failed 4/48 subtests > > I have not investigated the issue further. > > -- > kmx > > -- > kmx New version posted at https://github.com/bulk88/perl5-win32-api . I didn't do anything specific for your crash. Please try it and report back. It seems you crashed at the first cdecl function called, all the previous ones were stdcall. On my 32 bit Strawberry Perl 5.12.3 all tests passed.