GNU bug report logs - #11945
24.1.50; emacs crash

Previous Next

Package: emacs;

Reported by: Yagnesh Raghava Yakkala <hi <at> yagnesh.org>

Date: Sun, 15 Jul 2012 16:41:02 UTC

Severity: normal

Tags: moreinfo

Merged with 10159, 12120, 12359

Found in versions 24.0.91, 24.1.50, 24.2.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Yagnesh Raghava Yakkala <hi <at> yagnesh.org>
Cc: 11945 <at> debbugs.gnu.org
Subject: bug#11945: 24.1.50; emacs crash
Date: Thu, 06 Sep 2012 14:06:27 +0300
> From: Yagnesh Raghava Yakkala <hi <at> yagnesh.org>
> Cc: 11945 <at> debbugs.gnu.org
> Date: Thu, 06 Sep 2012 18:38:17 +0900
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> > Please do build without optimizations, and if that binary crashes as
> > well, please show a backtrace from an unoptimized build.
> 
> does the attached trace help in anyway? I see crash quite frequently on one of
> my systems. (emacs built from trunk today)

Yes, it helps.

> #0  0x00000000004e0c9f in char_table_ref (table=12883413, c=4195374) at chartab.c:234
>         tbl = 0xc495d0
>         val = 4611686018429485125

The value of c (4195374 = 0x40042e) doesn't make sense, I think.  It's
an invalid character.  Please tell what does this display:

 (gdb) frame 2
 (gdb) p it->string
 (gdb) xstring

Also, in the same frame, what does this display:

 (gdb) pgrowx it->glyph_row

For these commands to work, you need either to start GDB from the src
directory, or type "source /path/to/emacs/src/.gdbinit" from inside
GDB.

Thanks.




This bug report was last modified 12 years and 95 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.