> 
> 
> >Is the stack trace informative? (dbx dxexec ... where ).
> 
> I can't remember how to start this up and connect to it from the UI
> (connect to already running server doesn't). Reminder?

To connect to a running process try:

dbx -a processID 

where processID comes from a ps command.  You may have to specify other
files with the -I/path/to/others. The -a works on AIX, but others may have
just a -(dash) to connect to a running process.

Reply via email to