En/na ik ha escrit:
Hi,

On 6/10/07, Luca Olivetti <[EMAIL PROTECTED]> wrote:
Hello,

I'm trying to debug a segment violation, I compiled the program with -g,
but analyzing the core dump isn't really helpful, maybe the "warning
can't read pathname for load map" is the cause? Or it's possible that
it's caused by some of the c libraries used having no debug symbols? Any
hint?
Here's my gdb session:


$ gdb ./botphone core.28682

Try the following:

gdb -c botphone core.28682

Yes, that was the first incantation I tried, but it couldn't even resolve the name of the function where the sigsev happened (SYSTEM_GETERRNO$$LONGINT)

Bye

--
Luca

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to