help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Emacs Clipboard crash


From: Joseph Jones
Subject: Re: [h-e-w] Emacs Clipboard crash
Date: Sat, 31 Dec 2011 18:41:12 -0800

Matthew,

Any luck?

On Dec 23, 2011, at 4:42 PM, Matthew Fidler wrote:

> Ah,
> 
> I will run gdb with the options file.
> 
> Matt
> 
> On Dec 23, 2011, at 5:03 PM, Eli Zaretskii <address@hidden> wrote:
> 
>>> Date: Fri, 23 Dec 2011 12:42:13 -0600
>>> From: Matthew Fidler <address@hidden>
>>> 
>>> ...
>>> intervals.c:1974: Emacs fatal error: assertion failed: charpos <= ZV &&
>>> charpos
>>>> = BEGV
>> 
>> Where's the rest of this?  This is something I could work with, but I
>> need the rest of this backtrace.
>> 
>>> [Inferior 1 (process 6676) exited with code 03]
>>> (gdb) bt full
>>> No stack.
>> 
>> Too late: you let Emacs exit, and there's no way to debug it now.  Do
>> NOT let Emacs continue when it hits an abort or fatal signal, get the
>> backtrace right there and then
>> 
>>> (gdb) xbacktrace
>>> Undefined command: "xbacktrace".  Try "help".
>> 
>> You need to download the .gdbinit file, which defines xbacktrace (and
>> many other commands useful for debugging Emacs).  Get .gdbinit from
>> here:
>> 
>> http://bzr.savannah.gnu.org/lh/emacs/trunk/annotate/head:/src/.gdbinit
>> 
>> Then either start GDB from the directory where you put this file, or
>> type at GDB's prompt:
>> 
>> (gdb) source /path/to/.gdbinit




reply via email to

[Prev in Thread] Current Thread [Next in Thread]