crashing EXEs built from PDK
by Allan Clarke other posts by this author
Sep 25 2009 3:31PM messages near this date
ANNOUNCE: ActiveState Perl Dev Kit 8.1 released
|
RE: crashing EXEs built from PDK
Greetings, Jan and others!
I have Perl 5.8.8 on Windows and am using PerlApp 8.0.1 build 289861. My
machine is XP, dual core (about 1-2 years old).
Some of the executables that I build crash at the end of their run. The
same executable runs to completion on other people's machines. I have
put this snippet in my script
END
{
warn "I'm done!\n";
}
And this message get printed prior to the crash. The crashes always
occur every time. The error is
The exception Breakpoint
A breakpoint has been reached.
(0x80000003) occurred in the application at location 0x7c90120e.
Any recommendations on this? It is dying long after my code has been
run.
Allan Clarke
Software Architect/Lead Developer
Hyperformix, Inc.
5001 Plaza on the Lake, Suite 102, Austin, TX 78746
Office: 512.425.5149
www.hyperformix.com
Thread:
Allan Clarke
Jan Dubois
Allan Clarke
|