emacs-devel
[Top][All Lists]
Advanced

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

Re: potential bug in display_mode_element?


From: Kim F. Storm
Subject: Re: potential bug in display_mode_element?
Date: Mon, 12 Sep 2005 10:04:22 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Kenichi Handa <address@hidden> writes:

> I got a bug report for emacs-unicode-2, and it seems that
> the same bug exists in HEAD too.  The backtrace is this:
> and never changed in the while loop.  So the only reason I
> can think of why the address pointed by list_string becomes
> out of bound is that the string data of ELT was relocated in
> the loop and the original address was returned to OS.
> Actually, display_string is called in the loop, and it will
> run Lisp code.
>
> So, I think we meed this change.  What do you think?

Bravo!!  We definitely need this patch.

This is the sort of bug that I've been hunting for re. the
crashes in "compact_small_strings" and the free string list.
I'm not sure if this patch will fix the crashes though.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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