summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-22 21:07:47 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-01-24 06:22:10 +0100
commit7597a033b03c5e86531ce59ee44f714dbae07018 (patch)
tree3ddf7960813360fd3722ab72a6d971c4ff61f44b /NEWS
parent8e6a3f840cf1e9141942e93c757e1bc21732c91e (diff)
downloadmgaonline-7597a033b03c5e86531ce59ee44f714dbae07018.tar
mgaonline-7597a033b03c5e86531ce59ee44f714dbae07018.tar.gz
mgaonline-7597a033b03c5e86531ce59ee44f714dbae07018.tar.bz2
mgaonline-7597a033b03c5e86531ce59ee44f714dbae07018.tar.xz
mgaonline-7597a033b03c5e86531ce59ee44f714dbae07018.zip
block CHLD signals on startup (mga#11492)
in order to prevent glib-threading segfaults (mga#11492), just block the CHLD signal during the window where glib create threads behind our back (RT-120951) Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a8f4bc66..906b5c5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- block CHLD signals on startup in order to prevent glib-threading segfaults
+ (mga#11492)
- delay setting SIG_CHLD handler
(thus fixing segfault on startup (mga#11492))