Discussion:
[omniORB] activate_object() is crashing in win7
Sabuja...
2012-09-04 11:52:00 UTC
Permalink
Hi,

I am using the omniORB for my development.
My application is running fine in WinXP but its crashing in Win7 at below
point:

PortableServer::ObjectId_var specific_id;
*specific_id = _poa->activate_object(specific);*
*
*
If I am not assigning to *specific_id, *then its not crashing.

Could you please help me on this.

Thanks & Regards
Lokanath Nayak.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20120904/9e177c3f/attachment.html>
Duncan Grisby
2012-09-14 10:02:25 UTC
Permalink
Post by Sabuja...
My application is running fine in WinXP but its crashing in Win7 at
PortableServer::ObjectId_var specific_id;
specific_id = _poa->activate_object(specific);
If I am not assigning to specific_id, then its not crashing.
In what way does it crash? Are you sure that omniORB and your
application code are compiled with the same compiler options? It sounds
like this issue:

http://www.omniorb-support.com/omniwiki/FrequentlyAskedQuestions#Q._On_Windows.2C_my_omniORB_program_crashes_with_a_crtIsValidHeapPointer_exception._Why.3F

Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
Loading...