MantisBT - JANA
View Issue Details
0000211JANABugpublic2012-03-21 11:332012-03-26 09:05
davidl 
davidl 
normalmajoralways
resolvedfixed 
0000211: Thread relaunch doesn't allow hd_dump to quit
The new features added to JANA that allow the number of processing threads to be changed while the job is running apparently prevent hd_dump from quitting when the "q" button is hit. The thread is killed, but it looks like another thread is immediately getting relaunched causing the program to continue.
No tags attached.
Issue History
2012-03-21 11:33davidlNew Issue
2012-03-26 09:05davidlNote Added: 0000316
2012-03-26 09:05davidlStatusnew => resolved
2012-03-26 09:05davidlResolutionopen => fixed
2012-03-26 09:05davidlAssigned To => davidl

Notes
(0000316)
davidl   
2012-03-26 09:05   
Fixed in revision 927 for janadump (8936 for hd_dump). The QuitProgram method is called now rather than Quit. The former flags the JApplication that the whole program should shut down so new threads are not launched. The latter just flagged the current JEventLoop to quit.