MantisBT - Doomseeker
View Issue Details
0001772Doomseeker[All Projects] Bugpublic2014-04-06 14:532018-09-29 14:45
Zalewa 
Blzut3 
highmajoralways
closedfixed 
LinuxUbuntu10.04 x86
0.12 Beta 
0.12 Beta0.12 Beta 
0001772: Linux: 'zandronum-server' not terminated when standard server console is closed
zandronum-server is started by a bash script. Bash instance that executes the script is terminated properly, but the 'zandronum-server' process that it started gets orphaned but remains running with no indication to the user.
1. `watch -n 1 'ps afx | grep zandronum'`
2. Start /usr/bin/zandronum-server from Doomseeker "Create Server" dialog box. Standard Server Console will pop up, new zandronum-server process will start.
3. Close the Standard Server Console.
4. Pay attention to 'watch' from point 1.
Tested in Lubuntu 12.04 with Zandronum binaries installed from debian.drdteam.org repository.
No tags attached.
Issue History
2014-04-06 14:53ZalewaNew Issue
2014-04-06 14:53ZalewaStatusnew => assigned
2014-04-06 14:53ZalewaAssigned To => Blzut3
2014-04-06 14:54ZalewaAdditional Information Updatedbug_revision_view_page.php?rev_id=4612#r4612
2014-04-17 01:30Blzut3Note Added: 0008592
2014-04-17 01:30Blzut3Statusassigned => needs review
2014-04-17 01:30Blzut3Fixed in Version => 0.12 Beta
2014-04-17 01:30Blzut3Target Version => 0.12 Beta
2014-05-01 09:40ZalewaNote Added: 0008656
2014-05-01 09:40ZalewaStatusneeds review => resolved
2014-05-01 09:40ZalewaResolutionopen => fixed
2018-09-29 14:45WubTheCaptainStatusresolved => closed

Notes
(0008592)
Blzut3   
2014-04-17 01:30   
Should be fixed. A proper fix will come when a new Zandronum version is released though since I should just be using exec in the wrapper script.
(0008656)
Zalewa   
2014-05-01 09:40   
Seems to work now.