GNU bug report logs -
#59452
29.0.50; [PGTK] SIGSEV Args out of range: 6, 6
Previous Next
Full log
View this message in rfc822 format
> From: Po Lu <luangruo <at> yahoo.com>
> Cc: German Pacenza <germanp82 <at> hotmail.com>, 59452 <at> debbugs.gnu.org
> Date: Thu, 24 Nov 2022 08:37:54 +0800
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > FTR, I didn't see any crashes, only an error message in the echo-area. But
> > I'm not on PGTK.
>
> The crash is specific to builds with GLib, where event handlers must not
> be allowed to signal.
If these handlers run Lisp or call primitives or their subroutines, it's a
tough requirement, which is almost impossible to fulfill. The resulting
build will be very fragile. Emacs internals signal errors all over the
place. You could catch errors via internal_condition_case_* etc., but doing
so will sometimes trigger an infinite loop of errors, and make Emacs
unresponsive.
This bug report was last modified 2 years and 262 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.