Ervin Peters: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1219307840 (LWP 12726)] > 0xb7b9bce4 in gdk_x11_register_standard_event_type () > from /usr/lib/libgdk-x11-2.0.so.0
Unfortunately, this isn't giving me any ideas about what the problem really is. Its quite likely that the problem isn't at the crash point (as I'd expect gdk_x11_register_standard_event_type to be used often so would be less likely to be faulty) but more probably in earlier code wrecking the environment such as writing outside an allocation. Not much more to suggest that will be easy. You could try running under valgrind but that can be a bit difficult to interpret as you will see some false positives. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
