Re: dde Debug message
From: Paul Pluzhnikov (ppluzhnikov-nsp_at_charter.net)
Date: 01/22/04
- Next message: Brian Raiter: "Re: (non-root) setuid and permissions"
- Previous message: Dragan Cvetkovic: "Re: (non-root) setuid and permissions"
- In reply to: Jon Vadney: "dde Debug message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Jan 2004 15:28:09 -0800
jvadn0@uky.edu (Jon Vadney) writes:
> I tried using the dde
> debugger to debug the core file and got the following error msg
The DDE is the absolute worst debugger I have ever used.
Unfortunately, it is the only one that can debug MT apps on hpux 10.20
If at all possible, try moving to hpux 11.23 -- it has *real*
threads (not the DCE garbage), and gdb works quite well on it.
> Target process died because of: SIGSEGV - segmentation violation.
> end.o has not been linked in.
The missing 'end.o' may be the first problem: be sure to compile
*and* link with '-g'
The other thing you can do is run the app under gdb until it SIGSERVs
-- gdb will not be able to switch between threads, but it should
be able to tell you the stack trace for the thread that crashes.
Good luck.
-- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email.
- Next message: Brian Raiter: "Re: (non-root) setuid and permissions"
- Previous message: Dragan Cvetkovic: "Re: (non-root) setuid and permissions"
- In reply to: Jon Vadney: "dde Debug message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|