texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] Windows TeXmacs problem


From: Dan Martens
Subject: Re: [Texmacs-dev] Windows TeXmacs problem
Date: Wed, 21 Apr 2004 12:53:10 -0400

Thank you for your error report.

Can you reproduce this crash?  The check for null is not the problem I am 
interested in, I am more concerned with why it was null.  If you give me a 
reliable sequence of events leading to the crash I would be very greatful.

Dan
 
--

--------- Original Message ---------

DATE: Wed, 21 Apr 2004 10:47:20
From: address@hidden
To: address@hidden
Cc: 

>It crashed in the following function:  info was null.  The function does not 
>check for null value---it should.
>
>xlib.cpp
>
>int XMapRaised(
>Display*               display/* display */,
>Window         w/* w */
>){
>
>    WINDOW_INFO *info;
>
>    info = XGetWindowInfoStruct(w);
>
>    XBufferBacking(w);
>    //printf("Raising Window\n");
>    
>    if(info->parent != (Window)rootWindow->window)
>      ShowWindow((HWND)w, SW_SHOWNOACTIVATE);
>...
>
>
>
>
>_______________________________________________
>Texmacs-dev mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/texmacs-dev
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]