in reply to What do you do with a core dump?

Unless you feel like combing through the source, don't bother. It died in Perl_safemalloc(), at least that's what it looks like.

If you don't feel like patching the binary, I'd just start debugging and try and fix in your script the situation that caused the binary to crash.

I would highly recommend you trying to find a minimal case that reproduces the bug and forwarding that to perl-bug.

------
We are the carpenters and bricklayers of the Information Age.

Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

Replies are listed 'Best First'.
Re: Re: What do you do with a core dump?
by LukeyBoy (Friar) on Mar 07, 2002 at 20:44 UTC
    I would forward it to perlbug, but the script calls a hell of a lot of other code in modules, so I don't even have a clue which section would reproduce this. Also, I'm not sure how to run the debugger in the context of a server-script.