Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install sigint handler for program mode too #6754

Merged
merged 1 commit into from
May 8, 2014
Merged

Install sigint handler for program mode too #6754

merged 1 commit into from
May 8, 2014

Conversation

amitmurthy
Copy link
Contributor

In a non-REPL case, the program currently terminates upon a Ctrl-C without calling the atexit functions.

This patch:

  • installs the sigint handler for both the REPL and Program modes
  • In program mode, the master process exits after calling the atexit functions.

JeffBezanson added a commit that referenced this pull request May 8, 2014
Install sigint handler for program mode too
@JeffBezanson JeffBezanson merged commit 3985890 into JuliaLang:master May 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants