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"
[EMAIL PROTECTED] | 0xAA775B8B |      -- Anon

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to