GNU bug report logs -
#18438
24.4.50; assertion failed in bidi.c
Previous Next
Reported by: aidalgol <at> amuri.net
Date: Tue, 9 Sep 2014 21:52:01 UTC
Severity: normal
Tags: moreinfo
Merged with 17817
Found in versions 24.3.91, 24.4.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #268 received at 18438 <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 24 Oct 2014 10:54:50 +1300
> From: aidalgol <at> amuri.net
> Cc: Ken Brown <kbrown <at> cornell.edu>, Eli Zaretskii <eliz <at> gnu.org>
>
> Welp, another one bites the dust. Asserts still happening.
Did you make sure this is a bogus assertion violation? In this case:
> #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351
> No locals.
> #1 0x00000001005b0395 in die (msg=0x100a44842 <DEFAULT_REHASH_SIZE+506> "CONSP (tail)", file=0x100a44650 <DEFAULT_REHASH_SIZE+8> "intervals.c", line=1777) at alloc.c:6833
> No locals.
> #2 0x000000010064151a in lookup_char_property (plist=25793766198, prop=4306944674, textprop=true) at intervals.c:1777
> tail = 4306571314
> fallback = 4306571314
On line 1777 of intervals.c, do the following commands
(gdb) frame 2
(gdb) p tail
(gdb) xtype
say that 'tail' is a Lisp_Cons? If so, then the assertion violation
is indeed bogus.
This bug report was last modified 9 years and 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.