Re: shortcut crash
- From: Owen Taylor <otaylor redhat com>
- To: Jakub Steiner <jakub steiner vslib cz>
- Cc: Gtk-list <gtk-list redhat com>
- Subject: Re: shortcut crash
- Date: 29 Mar 1999 11:52:22 -0500
Jakub Steiner <jakub.steiner@vslib.cz> writes:
> by running gdb I got following output on Gimp and GFTP crashes:
>
> gimp:
>
>
> wire_read: unexpected EOF (plug-in crashed?)
> Program received signal SIGSEGV, Segmentation fault.
> 0x40212c47 in _XimLocalFilter ()
>
> gftp:
> Program received signal SIGSEGV, Segmentation fault.
> 0x401febe5 in _XimLocalFilter ()
Hmmm,
Without debugging symbols for Xlib, that isn't all that
useful, but...
Assumming that you are running with LANG=cz
- What happens if you export LANG=C before running your
program?
- How about LANG=en_US?
It's possible that this has something to do with some bug
in the Latin-2 support for input methods. The other
possibility is that somehow X is calling the filter
for a destroyed input context.
Exactly what do you mean by "shortcut?" Can you give the
sequence of actions you did in the GIMP to trigger
the problem?
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]