GNU bug report logs -
#22301
25.1.50; Emacs crashes while lisp debugging
Previous Next
Full log
Message #32 received at 22301 <at> debbugs.gnu.org (full text, mbox):
> From: Vincent Belaïche <vincentb1 <at> users.sourceforge.net>
> Cc: Vincent Belaïche <vincentb1 <at> users.sourceforge.net>
> ,22301 <at> debbugs.gnu.org
> Date: Thu, 14 Jan 2016 17:15:24 +0100
>
> Dear Eli,
>
> If not yet wished: HAPPY NEW YEAR 2016, BONNE ANNÉE 2016, С НОВЫМ ГОДОМ
> 2016 (etc...) !
Thanks.
> My gdb session is left open, so please feel free to ask more gdb
> interaction. More below...
> [...]
> Program received signal SIGSEGV, Segmentation fault.
> 0x011119c6 in print_object (obj=obj <at> entry=12579352,
> printcharfun=printcharfun <at> entry=0, escapeflag=escapeflag <at> entry=true)
> at print.c:1505
> 1505 if (p != end && (*p == '-' || *p == '+')) p++;
> (gdb) thread 1
> [Switching to thread 1 (Thread 2820.0x9b0)]
> #0 0x011119c6 in print_object (obj=obj <at> entry=12579352,
> printcharfun=printcharfun <at> entry=0, escapeflag=escapeflag <at> entry=true)
> at print.c:1505
> 1505 if (p != end && (*p == '-' || *p == '+')) p++;
It looks like it crashes while trying to display a Lisp backtrace.
Please tell what these commands display:
(gdb) p p
(gdb) p end
Thanks.
This bug report was last modified 8 years and 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.