On Thu, 14 Jun 2001, Markley, Sean wrote:

> So, assuming your C Code takes a nose dive during initialization, is there any
> way to tell for sure this is happening with an existing library?

You could strace/truss/tusc/ktrace/<FOO> perl -MDying::Module -e ''
on linux/solaris/hpux/bsd/<OS>, that might give you a clue. Also, 

ldd <PATH>/Dying/Module.so

Might include some usefule info.

-- 
Vivek

Reply via email to