Skip to content

Commit

Permalink
Fix #9063, restore restore_signals()
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Dec 21, 2014
1 parent 1f4ea2b commit ab50bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ void _julia_init(JL_IMAGE_SEARCH rel)
libsupport_init();
jl_io_loop = uv_default_loop(); // this loop will internal events (spawning process etc.),
// best to call this first, since it also initializes libuv
restore_signals();
jl_resolve_sysimg_location(rel);

// If we are able to load the sysimg and get a cpu_target, use that unless user has overridden
Expand Down

0 comments on commit ab50bf8

Please sign in to comment.