Hello,
can you provide a stripped down example of that crash ?

re,
 wh


Am 06.12.2013 06:27, schrieb Subrata Dasgupta:
> Hi All,
> I am facing a crashing issue while using libXt library(1.0.7 version). I am 
> attaching the full back trace of two core files. The last 5 function calls 
> are same in the back trace. I have no idea why this issue is coming.. Please 
> help. 
> 
> Below information may be useful...
> 
> 1> I can see from my code that "XtRemoveEventHandler" function is called from 
> a destructor like below. 
>          
> XtRemoveEventHandler(wi,em,False,(XtEventHandler)C_X_callback,(caddr_t)this);
> 
>    In the last parameter of "XtRemoveEventHandler" we are passing "this" 
> pointer of the class whose  destructor calls "XtRemoveEventHandler".
> 
> 2> The first parameter of "XtRemoveEventHandler" is nothing but a member of 
> type Widget of the this class which is going to be deleted.
> 
> If you need any more info please let me know.
> 
> Thanks
> Subrata Dasgupta
> 
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to