Find the answer to your Linux question:
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? ...
  1. #1
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422

    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
    New Users, please read this..
    Google first, then ask..

  2. #2
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...