[omniORB] Process compiled with omniORB3_0_4 dumps on Solaris

Duncan Grisby duncan@grisby.org
Tue Sep 3 15:47:01 2002


On Tuesday 3 September, Venkateswara Rao Kanaparthi wrote:

> I am trying to use omniORB 3_0_4 on Solaris 5.7, but facing a strange 
> problem when I run my process.
> It ends up dumping radomly. However the top portion of the stack remain 
> same.

Crashes within  malloc are almost certainly due to you having
corrupted the heap, by freeing something more than once, or falling
off the end of a heap-allocated block. Try running your application
under Purify or similar.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --