[omniORB] debugging with ddd?

Mark Shacklette mshack@interaccess.com
Sun, 19 Apr 1998 15:51:06 -0500 (CDT)


Hi:

I'm trying to use ddd version 2.2.3 to debug omniORB code.  I'm using the
following:

omniORB 2.5.0 with RedHat 5.0 patch
egcs g++ 1.0.2
binutils-2.8.1.0.26
on linux x686 (RedHat 2.0.31  kernel) (glibc)

When I try and next on a call to an object's method (which works fine outside
of the debugger, I get this:

(gdb) next
Program received signal SIGABRT, Aborted.
0x40042131 in __kill ()
(gdb) 

I don't know what's wrong.  I've got to believe someone is using ddd with
omniORB and egcs 1.0.2.  Right???

Thanks for any help or suggestions on what I should try.

Mark