On Thu, Dec 28, 2000 at 12:24:23PM +0100, Christoph Egger wrote:
[...]
> I don't know. The bug Johannes found is already well-known since
> I have written the X/Xlib-target. It causes a crash, when
> ggiSetMode() is called _after_ xmiAttach().
[...]

unfortunately it also present when doing twice an
initialization / cleanup cycle (but /not/ using
ggiSetMode after xmiAttach):

    ggiInit();
    ggiOpen();
    ggiSetSimpleMode();
    xmiInit();
    xmiAttach();
    xmiDetach();
    xmiExit();
    ggiExit();

    ggiInit();
    ggiOpen();
    ggiSetSimpleMode();
    xmiInit();
    xmiAttach();
    xmiDetach();
    xmiExit();
    ggiExit();

The second time my application crashes (only sometimes unfortunately)
during the xmiAttach().

-- 
   Johannes

Reply via email to