Re: How to read core dump

[ Available lists | Index of freebsd-questions | Month of Jan 2003 | Week of 19 Jan 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Scott Mitchell <scott.mitchell@mail.com>
Date
19 Jan 2003 04:52:08
Subject
Re: How to read core dump
Message-ID
20030119125359.GA1923@fishballoon.dyndns.org

In reply to
References to

[ Hide this part ]
On Sun, Jan 19, 2003 at 10:55:22AM +0100, Paidhi wrote:
> Hi,
>
> Under Linux there can be used strace to follow the programs system calls.
> There is also an strace (and ltrace) in the ports collection.
>
> http://www.freebsd.org/cgi/url.cgi?ports/devel/strace/pkg-descr
> http://www.freebsd.org/cgi/url.cgi?ports/sysutils/ltrace/pkg-descr
>
> Maybe this can help you analyzing the problem.

There's also /usr/bin/ktrace which does the same job as strace or truss but
won't require installing any ports. ltrace says it traces library calls
rather than system calls, so that could be useful as well.

Scott

--
===========================================================================
Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels
Cambridge, England | 0x54B171B9 | don't get sucked into jet engines"
scott.mitchell@mail.com | 0xAA775B8B | -- Anon

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Elapsed time: 0.127 seconds