https://github.com/JuliaLang/julia
Revision 0b2c53bc81584ae3d471576148bf8f2bf69c4e80 authored by Yichao Yu on 12 October 2017, 16:59:57 UTC, committed by Alex Arslan on 21 November 2017, 03:01:48 UTC
This is consistent with what we do with `ASM_COPY_STACK`
and it causes new tasks to be initialized to the wrong signal masks now that we initialize
tasks before signal handlers.

This cause ARM core test to fail after #24066 since the task running the test
have SIGINT masked off.

(cherry picked from commit 56040a706c76851770c96b5a216d925ca3d28ae9)
1 parent cbfa82e
History
Tip revision: 0b2c53bc81584ae3d471576148bf8f2bf69c4e80 authored by Yichao Yu on 12 October 2017, 16:59:57 UTC
Do not save and restore signal mask when initializing tasks (#24090)
Tip revision: 0b2c53b
File Mode Size
.github
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.1 KB
CONTRIBUTING.md -rw-r--r-- 19.3 KB
DISTRIBUTING.md -rw-r--r-- 8.2 KB
HISTORY.md -rw-r--r-- 104.0 KB
LICENSE.md -rw-r--r-- 5.6 KB
Make.inc -rw-r--r-- 34.0 KB
Makefile -rw-r--r-- 26.0 KB
NEWS.md -rw-r--r-- 40.8 KB
README.arm.md -rw-r--r-- 4.5 KB
README.md -rw-r--r-- 27.4 KB
README.windows.md -rw-r--r-- 17.8 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.3 KB

README.md

back to top