On 28-Nov-06, at 5:29 AM, [EMAIL PROTECTED] wrote:

Can you run it under gdb and get a stack trace?

How do I do that?

In the axkit2 dir, run:

$ gdb perl
gdb> run ./axkit (and any flags you use here)

Then do your thing that causes the segfault. It should stop the debugger, then type:

gdb> bt

And email back the stack trace that gives.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to