Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:processes [2010/09/28 17:01] tmadelinux:processes [2010/10/22 17:20] tmade
Line 3: Line 3:
 [[http://tmade.de/login.html|tmade.de logout]] [[http://tmade.de/login.html|tmade.de logout]]
  
-[[http://tmade.de/doku_wiki/doku.php?id=wiki_tmade|Home Wiki]]+[[http://tmade.de/wiki|Home Wiki]]
  
 ===== Processes ===== ===== Processes =====
Line 12: Line 12:
 We have a web application running in Tomcat. Today I ran into an issue that the web application started throwing some errors during start up. I wanted to figure what the application reads during the start up. So I started the whole Tomcat under strace, and started to analyze the strace output. Once I figured what was happening, I tried to stop strace with Ctrl-C, but it won't stop. So, I killed it with "kill -9". The strace is dead, but the Java process that was being traced went into a defunct state. This is what I was seeing when I did a We have a web application running in Tomcat. Today I ran into an issue that the web application started throwing some errors during start up. I wanted to figure what the application reads during the start up. So I started the whole Tomcat under strace, and started to analyze the strace output. Once I figured what was happening, I tried to stop strace with Ctrl-C, but it won't stop. So, I killed it with "kill -9". The strace is dead, but the Java process that was being traced went into a defunct state. This is what I was seeing when I did a
  
-  ps aux +  ps -aux
   9929 1932 0.0 0.0 0 0 pts/0 Z 16:53 0:03 [java <defunct>]   9929 1932 0.0 0.0 0 0 pts/0 Z 16:53 0:03 [java <defunct>]
  
linux/processes.txt · Last modified: 2017/12/09 01:19 by 127.0.0.1
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki