bug-make
[Top][All Lists]
Advanced

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

[bug #51237] Deadlock in Ctrl-C handler on Windows


From: Eli Zaretskii
Subject: [bug #51237] Deadlock in Ctrl-C handler on Windows
Date: Mon, 10 Jul 2017 15:23:47 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #7, bug #51237 (project make):

If you are going to refactor the code which handles SIGINT, then we should
return to this issue only after the new code is written.

The only Windows-specific aspect of your idea is that the signal handler will
still run in a separate thread on Windows, so we should be careful about
examining that flag, perhaps using atomic operations for that.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51237>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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