Re: capplets segv (orb->root_poa == NULL)



On Mon, 30 Nov 1998 22:41:38 +0100 (CET), Martin Baulig
<martin@home-of-linux.org> wrote:

>        /* setup CORBA fully */
>        POA_GNOME_capplet__init(&poa_capplet_servant, &ev);
>        poa = orb->root_poa;
>
>        /* setup CORBA fully */
>        POA_GNOME_capplet__init(&poa_capplet_servant, &ev);
>        poa = orb->root_poa;
>	^^^^^^^^^^^^^^^^^^^
>
>This is NULL.

Yes, it is until they get the root poa by calling
	CORBA_ORB_resolve_initial_references(orb, "RootPOA", &ev);
like they are supposed to... :)

-- Elliot
"In film you will find four basic story lines. Man versus man, man
 versus nature, nature versus nature, and dog versus vampire."
    - Steven Spielberg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]