On 2008-03-12 15:45 +0100, Vincent Lefevre wrote:

> Package: emacs22-gtk
> Version: 22.1+1-3
> Severity: normal
>
> I started emacs22 on a XHTML file from a shell and immediately typed
> C-s, and it crashed. IIRC, this is the first time I get such a crash
> with emacs22 (I often got similar crashes with emacs21 in the past).
> Note: I was really fast typing C-s; the buffer contents hadn't appeared
> yet.

I could not reproduce the crash, it may be a race condition.

> [...]
> Core was generated by `emacs index.html'.
> Program terminated with signal 11, Segmentation fault.
> #0  0x00002b2cc50e01d7 in kill () from /lib64/libc.so.6
> (gdb) bt
> #0  0x00002b2cc50e01d7 in kill () from /lib64/libc.so.6
> #1  0x00000000004b46cf in ?? ()
> #2  <signal handler called>
> #3  0x00002b2cc50e2161 in getenv () from /lib64/libc.so.6
> #4  0x00002b2cc49b948d in _XkbGetCharset () at ../../../src/xkb/XKBCvt.c:329
> #5  0x00002b2cc49b6d57 in XkbTranslateKeySym (dpy=0xef32b0, 
>     sym_rtrn=0x7fffe94827b0, mods=0, buffer=0x2b2cc4b2cc40 "", nbytes=256, 
>     extra_rtrn=0x0) at ../../../src/xkb/XKBBind.c:593
> #6  0x00002b2cc49b760f in XLookupString (event=0x7fffe9482a00, 
>     buffer=0x2b2cc4b2cc40 "", nbytes=256, keysym=0x7fffe94827b0, 
>     status=<value optimized out>) at ../../../src/xkb/XKBBind.c:810
> #7  0x00002b2cc499267c in _XimLocalFilter (d=0xef32b0, 
>     w=<value optimized out>, ev=0x7fffe9482a00, 
>     client_data=<value optimized out>)
>     at ../../../../modules/im/ximcp/imLcFlt.c:58
> #8  0x00002b2cc494bb14 in XFilterEvent (ev=0x7fffe9482a00, 
>     window=<value optimized out>) at ../../src/FilterEv.c:99
> #9  0x000000000048ad1c in ?? ()
> #10 0x00002b2cc1e2cefc in ?? () from /usr/lib/libgdk-x11-2.0.so.0
> #11 0x00002b2cc1e2e4df in ?? () from /usr/lib/libgdk-x11-2.0.so.0
> #12 0x00002b2cc1e2fe28 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
> #13 0x00002b2cc1e301fe in ?? () from /usr/lib/libgdk-x11-2.0.so.0
> #14 0x00002b2cc348e104 in g_main_context_dispatch ()
>    from /usr/lib/libglib-2.0.so.0
> #15 0x00002b2cc3491405 in ?? () from /usr/lib/libglib-2.0.so.0
> #16 0x00002b2cc34918eb in g_main_context_iteration ()
>    from /usr/lib/libglib-2.0.so.0
> #17 0x00002b2cc1972981 in gtk_main_iteration ()
>    from /usr/lib/libgtk-x11-2.0.so.0
> #18 0x0000000000486edb in ?? ()

That backtrace is useless, lacking debugging information.  If you would
like to trace the problem, please build Emacs from source, e.g. using
"apt-get source -b emacs22".  Then cd to the directory
emacs22-22.1+1/debian/build-gtk/src and run "gdb ./emacs", see etc/DEBUG
for details.

It might also be helpful to install debug symbols of the libraries Emacs
is linked against, such as libgtk2.0-0-dbg.

Regards,
        Sven



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to