possible bug in ORBit2
- From: Diego González <dggonz yahoo com>
- To: orbit-list <orbit-list gnome org>
- Subject: possible bug in ORBit2
- Date: 11 Jan 2002 02:38:39 +0000
hi
i've been playing with ORBit2 and the name service, while calling:
object = CosNaming_NamingContext_resolve (...);
on an unexistent name i get the NotFound exception, this is ok, but
object is not CORBA_OBJECT_NIL, as it should be, if i try to apply
CORBA_Object_release on the returned object the ORB makes an abort.
Before aborting this message is printed:
(process:18265): ** ERROR **: file orbit-object.c: line 73 (do_unref):
assertion failed: (robj->refs < ORBIT_REFCOUNT_MAX && robj->refs > 0)
This is:
The _resolve operation on the server side returns CORBA_OBJECT_NIL, but
on the client side something different is received, i think that this is
a bug on the ORB.
Diego
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]