Perl with debugging symbols on Win32?

autarch on 2008-09-27T00:59:29

I'm trying to figure out what's causing a new test failure for Moose on Win32. I've reproduced it with Strawberry 5.8.8 on a Windows XP VM, and also found that it does not happen with 5.10.0.

It's a segfault in perl.exe, and without a perl.exe with debugging symbols, all I can get out of the failure is a stacktrace in assembly, which is clearly not very helpful.

Are there any Win32 experts out there who could do some investigating? Just getting a stack trace with the Perl core function names in the trace would probably be very helpful. Actually fixing the problem even more so ;)