GNU bug report logs -
#15405
24.3; #[] freezes emacs
Previous Next
Reported by: Leo Liu <sdl.web <at> gmail.com>
Date: Wed, 18 Sep 2013 01:52:02 UTC
Severity: normal
Merged with 16512
Found in version 24.3
Fixed in version 24.4
Done: Barry OReilly <gundaetiapo <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 15405 <at> debbugs.gnu.org (full text, mbox):
On Wed, 18 Sep 2013 19:26:50 +0300 Eli Zaretskii <eliz <at> gnu.org> wrote:
>> From: Stephen Berman <stephen.berman <at> gmx.net>
>> Cc: Barry OReilly <gundaetiapo <at> gmail.com>, 15405 <at> debbugs.gnu.org, sdl.web <at> gmail.com
>> Date: Wed, 18 Sep 2013 17:41:42 +0200
>>
>> #1 0x00000000005d15e9 in font_delete_unmatched (vec=9179653, spec=19000077,
>> size=0) at /data/steve/bzr/emacs/quickfixes/src/font.c:2624
>> entity = 12809621
>> val = 12612338
>> prop = 32767
>> i = 201326591
>
> Can you show the value of vec, as a Lisp vector, and in particular its
> size? If the value of i is indeed that large, there's something
> strange happening in that loop.
>
> The value zero of the argument 'size' also looks strange.
In case the followup by Barry OReilly didn't already give you what you
need to know, are these the values you asked for, or if not, how do I
show them?
(gdb) f 1
#1 0x00000000005d15e9 in font_delete_unmatched (vec=9179653, spec=18992085,
size=0) at /data/steve/bzr/emacs/quickfixes/src/font.c:2624
2624 entity = AREF (vec, i);
(gdb) p vec
$1 = 9179653
(gdb) pr
#[]
(gdb) p i
$2 = 201326591
(gdb) pr
#<INVALID_LISP_OBJECT 0x0bffffff>
(gdb) p ASIZE (vec)
$3 = 4611686018628714496
(gdb) pr
1152921504657178624
Steve Berman
This bug report was last modified 11 years and 123 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.