Discussion:
[omniORB] omniORB: Assertion failed
Lisa Yao
2008-06-06 21:48:11 UTC
Permalink
To Whom It May Concern:

I have following problem after running for a few minutes, what could be the problem. I am using cpp program.

omniORB: Assertion failed. This indicates a bug in the application
using omniORB, or maybe in omniORB itself.
file: current.cc
line: 141
info: !pd_callDescriptor

Thanks!

Lisa

_______________________________________________________

The information in this email or in any file attached
hereto is intended only for the personal and confiden-
tial use of the individual or entity to which it is
addressed and may contain information that is propri-
etary and confidential. If you are not the intended
recipient of this message you are hereby notified that
any review, dissemination, distribution or copying of
this message is strictly prohibited. This communica-
tion is for information purposes only and should not
be regarded as an offer to sell or as a solicitation
of an offer to buy any financial product. Email trans-
mission cannot be guaranteed to be secure or error-
free. P6070214
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080606/74c80767/attachment.htm
Michael
2008-06-06 21:55:20 UTC
Permalink
You're not giving real context. Are you using default servants? Which
version of omniorb? If so imho (without checking the source) you might
use a Current object outside of a orb call?!?

cheers
michael
Post by Lisa Yao
I have following problem after running for a few minutes, what could be the problem. I am using cpp program.
omniORB: Assertion failed. This indicates a bug in the application
using omniORB, or maybe in omniORB itself.
file: current.cc
line: 141
info: !pd_callDescriptor
Thanks!
Lisa
_______________________________________________________
The information in this email or in any file attached
hereto is intended only for the personal and confiden-
tial use of the individual or entity to which it is
addressed and may contain information that is propri-
etary and confidential. If you are not the intended
recipient of this message you are hereby notified that
any review, dissemination, distribution or copying of
this message is strictly prohibited. This communica-
tion is for information purposes only and should not
be regarded as an offer to sell or as a solicitation
of an offer to buy any financial product. Email trans-
mission cannot be guaranteed to be secure or error-
free. P6070214
------------------------------------------------------------------------
_______________________________________________
omniORB-list mailing list
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
Lisa Yao
2008-06-06 22:10:24 UTC
Permalink
I am using omniORB-4.1.2.

I implement callback, if I don't print out messages in the callback function, seems that program can run forever, once I started printing, it has this error, and program stops. Even it stops in debugger, so I don't know which line fails.

Thank you.

Lisa

-----Original Message-----
From: Michael [mailto:***@bindone.de]
Sent: Friday, June 06, 2008 10:55 AM
To: Lisa Yao
Cc: 'omniorb-***@omniorb-support.com'
Subject: Re: [omniORB] omniORB: Assertion failed

You're not giving real context. Are you using default servants? Which
version of omniorb? If so imho (without checking the source) you might
use a Current object outside of a orb call?!?

cheers
michael
Post by Lisa Yao
I have following problem after running for a few minutes, what could be the problem. I am using cpp program.
omniORB: Assertion failed. This indicates a bug in the application
using omniORB, or maybe in omniORB itself.
file: current.cc
line: 141
info: !pd_callDescriptor
Thanks!
Lisa
_______________________________________________________
The information in this email or in any file attached
hereto is intended only for the personal and confiden-
tial use of the individual or entity to which it is
addressed and may contain information that is propri-
etary and confidential. If you are not the intended
recipient of this message you are hereby notified that
any review, dissemination, distribution or copying of
this message is strictly prohibited. This communica-
tion is for information purposes only and should not
be regarded as an offer to sell or as a solicitation
of an offer to buy any financial product. Email trans-
mission cannot be guaranteed to be secure or error-
free. P6070214
------------------------------------------------------------------------
_______________________________________________
omniORB-list mailing list
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
Michael
2008-06-06 22:44:07 UTC
Permalink
May you're linking it against non-thread safe libraries. In general,
ased on your input, I think it's impossible to support you :(
Post by Lisa Yao
I am using omniORB-4.1.2.
I implement callback, if I don't print out messages in the callback function, seems that program can run forever, once I started printing, it has this error, and program stops. Even it stops in debugger, so I don't know which line fails.
Thank you.
Lisa
-----Original Message-----
Sent: Friday, June 06, 2008 10:55 AM
To: Lisa Yao
Subject: Re: [omniORB] omniORB: Assertion failed
You're not giving real context. Are you using default servants? Which
version of omniorb? If so imho (without checking the source) you might
use a Current object outside of a orb call?!?
cheers
michael
Post by Lisa Yao
I have following problem after running for a few minutes, what could be the problem. I am using cpp program.
omniORB: Assertion failed. This indicates a bug in the application
using omniORB, or maybe in omniORB itself.
file: current.cc
line: 141
info: !pd_callDescriptor
Thanks!
Lisa
_______________________________________________________
The information in this email or in any file attached
hereto is intended only for the personal and confiden-
tial use of the individual or entity to which it is
addressed and may contain information that is propri-
etary and confidential. If you are not the intended
recipient of this message you are hereby notified that
any review, dissemination, distribution or copying of
this message is strictly prohibited. This communica-
tion is for information purposes only and should not
be regarded as an offer to sell or as a solicitation
of an offer to buy any financial product. Email trans-
mission cannot be guaranteed to be secure or error-
free. P6070214
------------------------------------------------------------------------
_______________________________________________
omniORB-list mailing list
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
Duncan Grisby
2008-06-09 15:33:50 UTC
Permalink
Post by Lisa Yao
I implement callback, if I don't print out messages in the callback
function, seems that program can run forever, once I started printing,
it has this error, and program stops. Even it stops in debugger, so I
don't know which line fails.
Please construct and post a minimal example that shows the problem.
Without that, there's not much anyone can do to help.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...