linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Clarke <tony.clarke@palamon.ie>
To: qhwang@ieeta.pt
Cc: linux-c-programming@vger.kernel.org
Subject: Re: program killed
Date: Thu, 14 Aug 2003 11:25:07 +0100	[thread overview]
Message-ID: <3F3B6383.70507@palamon.ie> (raw)
In-Reply-To: <200308141107.47697.qhwang@ieeta.pt>

Sounds like your system was tight on memory and the Memory Manager 
thought your
program was a good one to kill to recoup some scarce memory.

Have a look in /mm/oom_kill.c to see how it figures out who to kill.

>Hi there,
>
>Can anyone give me some hints about why my program is killed by system? I am 
>now debugging a program but after it runs for a while, I got a message saying 
>"Program terminated with signal SIGKILL, Killed". What's the causes? 
>Memory? I am the only user since I disconnected the computer (64 MB RAM) to 
>the network.  Last night I also run my program on my laptop (256 MB RAM), it 
>worked well when I used a part of data set (image). With the whole data the 
>program also got killed. I checked the syslog and found "VM: kill the program 
>XXX". I used MALLOC_CHECK_ but there is no memory abuse. Any suggestion?
>
>Many thanks in advance.
>
>QingHua
>-
>To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>  
>



******************************************************************************
The information in this e-mail is confidential and may be legally privileged.
It is intended solely for the addressee.  Access to this e-mail by anyone else
is unauthorised.  If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful.
Please note that emails to, from and within RTÉ may be subject to the Freedom
of Information Act 1997 and may be liable to disclosure.
******************************************************************************
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2003-08-14 10:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-13 18:52 reading back characters from terminal Fekete Gabor
2003-08-13 23:29 ` Glynn Clements
2003-08-14  9:38   ` Fekete Gabor
2003-08-14 15:54     ` Fekete Gabor
2003-08-14 22:49       ` Glynn Clements
2003-08-14 11:07 ` program killed QingHua Wang
2003-08-14 10:25   ` Tony Clarke [this message]
2003-08-14 13:00     ` QingHua Wang
2003-08-14 12:54       ` Tony Clarke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F3B6383.70507@palamon.ie \
    --to=tony.clarke@palamon.ie \
    --cc=linux-c-programming@vger.kernel.org \
    --cc=qhwang@ieeta.pt \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).