[omniORB] Thread error?

Duncan Grisby dgrisby@uk.research.att.com
Tue, 10 Apr 2001 17:04:53 +0100


On Friday 6 April, Jo Skjermo wrote:

> I got somthing here that i think is a thread problem
> (in Solaris Intel, 2.8 , omniorb 3.0.2).

> Using GDB on the core i got the following :
> 
> Core was generated by `smsapi
> IOR:010000000b00000049444c3a64623a312e30000001000000000000002a0000000101'.

[...]
> #0  replace (this=0xded00980, pos=0, n1=0, s=0x8071ac6 "get_SMS", n2=7) at  ./sinst.cc:411
> 411     ./sinst.cc: No such file or directory.

It dies in your code, so it's most likely that that is where the
problem lays. Just knowing which function it dies in isn't very
helpful -- a stack trace might give more information. Type "bt" (or
"where") at the gdb prompt.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --