GNU bug report logs -
#21380
25.0.50; GTK-induced segfault when scheduling timer from window-configuration-change-hook
Previous Next
Reported by: Pip Cet <pipcet <at> gmail.com>
Date: Sun, 30 Aug 2015 12:52:02 UTC
Severity: normal
Found in version 25.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #80 received at 21380 <at> debbugs.gnu.org (full text, mbox):
> Date: Tue, 1 Sep 2015 16:56:04 +0000
> From: Pip Cet <pipcet <at> gmail.com>
> Cc: 21380 <at> debbugs.gnu.org
>
> > That only prevents us from reading new events from the X socket, but
> > what if some signal that is already pending invokes some Lisp?
>
> I don't understand. How can we call "some signal that is already pending" (I'm
> not sure what that means. A unix signal? Or just something that sets
> pending_signals to a true value? Or an atimer?)
I meant atimers, sorry for being unclear. See process_pending_signals.
> The only code path that I see that's potentially dangerous is that atimers
> appear to be executed even if input is blocked.
Yes, that's exactly what bothered me. Not calling QUIT prevents that.
Alternatively, we could turn off atimers (by calling turn_on_atimers)
while Fcopy_sequence runs.
This bug report was last modified 3 years and 75 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.