[JIRA] (JENKINS-54502) Jenkins crashed when a running build was aborted.

2019-08-14 Thread stephan.rei...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Reiter commented on  JENKINS-54502  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins crashed when a running build was aborted.   
 

  
 
 
 
 

 
 Owen Mehegan, could it be that the WinP library isn't properly upgraded? If a fresh install works alright but an upgrade doesn't, it may be a problem with updates of libraries. Oleg Nenashev ..?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.195272.1541539669000.2551.1565773920369%40Atlassian.JIRA.


[JIRA] (JENKINS-55729) process spawned by a job is not being killed

2019-01-22 Thread stephan.rei...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Reiter assigned an issue to Oleg Nenashev  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55729  
 
 
  process spawned by a job is not being killed   
 

  
 
 
 
 

 
Change By: 
 Stephan Reiter  
 
 
Assignee: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55729) process spawned by a job is not being killed

2019-01-22 Thread stephan.rei...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Reiter assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55729  
 
 
  process spawned by a job is not being killed   
 

  
 
 
 
 

 
Change By: 
 Stephan Reiter  
 
 
Assignee: 
 Stephan Reiter  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-17116) gracefull job termination

2018-04-30 Thread stephan.rei...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Reiter commented on  JENKINS-17116  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: gracefull job termination   
 

  
 
 
 
 

 
 Check out pull request https://github.com/jenkinsci/jenkins/pull/3414 I added code that will make Jenkins wait for process termination (for up to 30secs, should be made configurable). Behavior changes are as follows: 
 
On Windows, Jenkins sends Ctrl+C for up to 30secs. If the process hasn't exitted by then, it will be terminated like before. 
On Linux, we send SIGTERMs for up to 30secs. If the process is still around after that, we continue as before: we close stdin/stdout/stderr which causes the process to terminate. (Note that we could send SIGKILL.) 
 Note that Jenkins doesn't use SIGKILL! It uses SIGTERM, but doesn't give the process any time to handle it before closing stdin/stdout/stderr.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.