>>>>> "Glen" == Glen Eustace <[EMAIL PROTECTED]> writes:

Glen> I am not having much success at getting a Stack Trace.

It's not quite as useful, but you might also try using 'strace' or
'truss' or its equivalent on your system -- if nothing else, it should
tell you what your program tried to do right before it died.  On
Solaris, I found the "-f -l" (follow children, show LWP ids) flags
helpful.

Also, try gdb instead of dbx; you might have better luck with it (or
worse, but at least it's something to experiment with.)

Good luck,
t.

Reply via email to