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

Exiting Mantid before it has fully loaded on Linux does not exit #11622

Closed
DanNixon opened this issue Dec 12, 2014 · 1 comment
Closed

Exiting Mantid before it has fully loaded on Linux does not exit #11622

DanNixon opened this issue Dec 12, 2014 · 1 comment
Labels
Framework Issues and pull requests related to components in the Framework

Comments

@DanNixon
Copy link
Member

This issue was originally TRAC 10780

If I start Mantid from the terminal and exit before the splash screen has closed I get the following output on the terminal and Mantid never exits (at least as long as I have ever left it without issuing as SIGINT).

dan@dannixon-ubuntu ~/r/master-build> ./bin/MantidPlot 
FrameworkManager-[Notice] Welcome to Mantid 3.2.20141212.952
FrameworkManager-[Notice] Please cite: http://dx.doi.org/10.1016/j.nima.2014.07.029 and this release: http://dx.doi.org/10.5286/Software/Mantid
MantidUI-[Notice] MantidPlot is shutting down...

ps aux | grep MantidPlot shows the process is still hanging around there not doing much.

Giving a SIGINT exits instantly:

^Cfish: Job 1, “./bin/MantidPlot ” terminated by signal SIGINT (Quit request from job control (^C))
dan@dannixon-ubuntu ~/r/master-build>

Tested on Ubuntu 14.04, haven't haven't tried on Windows or other flavors of Linux.

@DanNixon DanNixon added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@NickDraper
Copy link
Contributor

wontfix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

2 participants