Discussion:
[omniORB] string_to_object deadlocks in v4.1.0
Michael Kilburn
2007-11-20 16:24:28 UTC
Permalink
Hi

I have stumbled upon a deadlock that happens if something goes wrong
during startup of my server. Sequence of actions look like:
- init orb
- activate RootPOA
- create Servant
- load IOR from file and call string_to_object(), if passed string is
bad (has extra space in my case) -- it deadlocks. I assume it tries to
throw.

100% reproducible.
--
Sincerely yours,
Michael.
Michael Kilburn
2007-11-22 14:57:52 UTC
Permalink
Post by Michael Kilburn
I have stumbled upon a deadlock that happens if something goes wrong
- init orb
- activate RootPOA
- create Servant
- load IOR from file and call string_to_object(), if passed string is
bad (has extra space in my case) -- it deadlocks. I assume it tries to
throw.
Please, disregard this message... it turned out to be a consequence of
bug in another place (of my code).
--
Sincerely yours,
Michael.
Continue reading on narkive:
Loading...