Results 1 to 2 of 2
I just managed to get a bug I never saw before..
I crashed the Perl Core.. with my perlscript.
I don't know why this happened or how to fix this?
...
- 09-22-2009 #1
Perl Core Dump :|
I just managed to get a bug I never saw before..
I crashed the Perl Core.. with my perlscript.
I don't know why this happened or how to fix this?
Can anyone give me a little help with it?
Here is my Source:
Perl pastebin - collaborative debugging tool This Includes the Dump.
Anyhelp would be great
Cheers,
Robin
- 09-24-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
If your package manager doesn't show a debug version of perl, then you will need to download and build a debuggable version of the interpreter, then run your application . When it crashes, you should be able to get a stack trace from the core file and see what happened. In any case, report this to the Perl maintainers as it is likely a bug in the interpreter, or one of its plugins. With a stack trace, you can see where it happened and it will help isolate the root cause.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote