GNU bug report logs -
#14666
24.3.50; emacs_backtrace.txt
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Wed, 19 Jun 2013 15:05:02 UTC
Severity: normal
Tags: moreinfo
Merged with 14669
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Wed, 19 Jun 2013 18:48:38 +0200
> Cc: 14666 <at> debbugs.gnu.org
>
> On Wed, Jun 19, 2013 at 6:47 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>
> > The only explanation is that another thread modified w->contents after
> > it was tested with BUFFERP.
>
> Should that be possible?
"Should" in what sense? w32_wnd_proc, the function in which this
happens, is the main window procedure for Emacs, and it runs in the
input thread, which is separate from the Lisp thread. The code which
crashes is the only one in w32_wnd_proc that references buffers,
windows, and frames, which are objects that are manipulated (and
GC'ed) by the Lisp thread.
Did I answer your question?
This bug report was last modified 11 years and 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.