Find the answer to your Linux question:
Results 1 to 2 of 2
Greetings, My application runs as a background process. It is currently started at the command line in a Terminal window. Recently a user was executing the application for a while ...
  1. #1
    sbq
    sbq is offline
    Just Joined!
    Join Date
    Apr 2009
    Posts
    2

    Who "Killed" my process?

    Greetings,

    My application runs as a background process. It is currently started at the command line in a Terminal window.

    Recently a user was executing the application for a while and it died mysteriously. The text:

    Killed

    was on the terminal. This happened two times. I asked if someone at a different Terminal used the kill command to kill the process? No.

    Under what conditions would Linux/Terminal decide to kill my process and cause "Killed" to be displayed?

    -Sam

  2. #2
    sbq
    sbq is offline
    Just Joined!
    Join Date
    Apr 2009
    Posts
    2

    the kernel

    I figured out an answer. I wrote a program that allocated memory in an infinite loop. The system got really slow, then "Killed" was displayed and the process was terminated. There were log messages in /var/log/kern.log about what happened.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...