GNU bug report logs - #12471
Avoid some signal-handling races, and simplify.

Previous Next

Package: emacs;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Tue, 18 Sep 2012 23:42:02 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 12471 <at> debbugs.gnu.org, lekktu <at> gmail.com, monnier <at> iro.umontreal.ca
Subject: bug#12471: Avoid some signal-handling races, and simplify.
Date: Sun, 23 Sep 2012 05:55:44 +0200
> Date: Sat, 22 Sep 2012 14:55:23 -0700
> From: Paul Eggert <eggert <at> cs.ucla.edu>
> CC: Eli Zaretskii <eliz <at> gnu.org>, 12471 <at> debbugs.gnu.org, 
>  lekktu <at> gmail.com
> 
> +/* Internal signals.  */
> +#define emacs_raise(sig) kill (getpid (), sig)

Windows will use a different definition.  I'll probably just implement
'emacs_raise' as a function.  I want to keep 'sys_kill' only for
sending "signals" to subprocesses.




This bug report was last modified 12 years and 245 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.