I Hope this is helpfull to someone on this list.

Uncle George wrote:
> 
> the TfieldEventTest SEGV's seem to be a result in the incompatibilities
> of the structures  used in the "_XA_MOTIF_DRAG_TARGETS" properties
> stored in the X server ( vie XGetWindowProperty(),  and
> XChangeProperty() ).
> 
> It appears that my TEST harness itself was using metrolink motif's
> library. The background tasks are using the (lesstif) motif that is
> stored in /usr/local/lib.
> 
> So it appears that the metrolink motif harness is writing out data
> that is incompatable with lesstif. More importantly it is dangerous to
> have both metrolink & lesstif programs ( libXm.so & libXm.a built ) run
> in the same users space. Logging off cleared the
> "_XA_MOTIF_DRAG_TARGETS" properties for the user.
> 
>  I erased /usr/X11R6/lib/libXm.so. Reran the tests last night  and 100%
> success. I'm rerunning the tests again this morning, and will have the
> 'stand-alone' TfieldEventTest ( with lesstif's debug printf statements )
> look at the current state of the "_XA_MOTIF_DRAG_TARGETS" properties stored.
> 
> /gat

Reply via email to