Subject: | [Win32] Crash while running test suite |
The crash occurs during the running of test 7 in t/1.t.
Specifically, it occurs with the following zaxpy_() call in cgeexp():
zaxpy_(&mm, &z__1, &wsp[ip], &c__1, &wsp[iq], &c__1);
I don't yet know why it happens, and with my lack of skill regarding use
of a debugger it might take me a while. Any ideas ?
I have a number of perls - in all instances the compiler I use is the
compiler that built both perl and lapack (GotoBlas2).
The 64-bit build of perl-5.14.0 (using gcc-4.7.0) is fine - I haven't
yet tested the 64-bit builds on any other perl versions.
But the 32-bit build inevitably crashers on both perl-5.12.0 and 5.14.0
(which are the only versions I've tried). With perl-5.12.0 I'm using
gcc-3.4.5, with perl-5.14.0 I've tried both gcc-3.4.5 and gcc-4.5.2.
Cheers,
Rob