Make hook shutdown more reliable
This commit is contained in:
		
							parent
							
								
									02843ba4cb
								
							
						
					
					
						commit
						029424d17d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -617,7 +617,6 @@ HookInstance::HookInstance() | |||
|     }); | ||||
| 
 | ||||
|     pid.setSeparatePG(true); | ||||
|     pid.setKillSignal(SIGTERM); | ||||
|     fromHook.writeSide.close(); | ||||
|     toHook.readSide.close(); | ||||
| } | ||||
|  | @ -626,6 +625,7 @@ HookInstance::HookInstance() | |||
| HookInstance::~HookInstance() | ||||
| { | ||||
|     try { | ||||
|         toHook.writeSide.close(); | ||||
|         pid.kill(true); | ||||
|     } catch (...) { | ||||
|         ignoreException(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue