[omniORB] App using OmniORB exits...

Alex Tingle alex.tingle at bronermetals.com
Thu Aug 26 14:39:29 BST 2004


Hi,

> "pure virtual method called"

You get this on g++ when you try to call a virtual method from inside a 
constructor or destructor. Imagine that the virtual function table is 
constructed LAST and destroyed FIRST.

You can also get this, if another thread tries to call an object's 
virtual method while that object's destructor is blocked. This happened 
to me just last week.

You should get a core dump from this error. Check your ulimit.

-Alex Tingle

--
Dammit Jim, I'm a programmer... not a mind reader!

On 26 Aug 2004, at 12:49, shashi bhushan singh wrote:

>
>
> Hi all,
>
> I am facing a strange issue in my application using OmniORB. It is 
> exiting with error string "pure virtual method called". There is not 
> core dump or signal in this scenario.Has someone faced such an error?
>
> I am using omni-4 on linux.
>
> Any input on this would be of great help.
>
> Thanks,
> Shashi
>
>  
> _______________________________________________
> omniORB-list mailing list
> omniORB-list at omniorb-support.com
> http://www.omniorb-support.com/mailman/listinfo/omniorb-list




More information about the omniORB-list mailing list