Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: perl crashes parsing huge script - how to find a line that crashes it?

by randyk (Parson)
on Feb 19, 2008 at 17:20 UTC ( [id://668850]=note: print w/replies, xml ) Need Help??


in reply to perl crashes parsing huge script - how to find a line that crashes it?

You can obtain the pdb debugging symbols for the standard ActivePerl builds at http://downloads.activestate.com/ActivePerl/Windows/. To use these, browse this site until you find the appropriate zip file containing the symbols (eg, ActivePerl-5.10.0.1002-MSWin32-x86-283697-symbols.zip), and unpack this in the same top-level directory where Perl was installed (eg, C:\Perl). Debugging tools like Dr. Watson, as well as Visual Studio if you have it, will then use the information in these symbol files to help pinpoint where and why a crash occurred.
  • Comment on Re: perl crashes parsing huge script - how to find a line that crashes it?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://668850]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-25 05:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found