Mailinglist Archive: opensuse-programming (36 mails)
| < Previous | Next > |
Re: [suse-programming-e] force "kill -9"
- From: alan@xxxxxxxxxxx
- Date: Sat, 23 Aug 2003 06:25:56 +0100
- Message-id: <3F4708F4.29886.122EB8CB@localhost>
On 23 Aug 2003 at 4:56, ewkdfb@xxxxxx wrote:
Date sent: Sat, 23 Aug 2003 04:56:30 +0200
Organization: http://freemail.web.de/
From: <ewkdfb@xxxxxx>
To: suse-programming-e@xxxxxxxx
Subject: [suse-programming-e] force "kill -9"
> Hello everybody out there,
>
> for testing purposes I need a program which needs "kill -9" (and NOT
> just "kill") to kill its process.
>
> Can anyone help?
>
> Thanks in advance.
>
> Frank
Frank,
The you need to include a signal handler to catch and ignore the TERM
signal (and any other signals you don't want to have their default
effect) in your program.
I can't be more specific since you don't say what language you are
using.
Try looking at man 2 signal to get started...
alan
--
http://www.ibgames.net/alan
Registered Linux user #6822 http://counter.li.org
Winding Down - Weekly Tech Newsletter - subscribe at
http://www.ibgames.net/alan/winding/mailing.html
Date sent: Sat, 23 Aug 2003 04:56:30 +0200
Organization: http://freemail.web.de/
From: <ewkdfb@xxxxxx>
To: suse-programming-e@xxxxxxxx
Subject: [suse-programming-e] force "kill -9"
> Hello everybody out there,
>
> for testing purposes I need a program which needs "kill -9" (and NOT
> just "kill") to kill its process.
>
> Can anyone help?
>
> Thanks in advance.
>
> Frank
Frank,
The you need to include a signal handler to catch and ignore the TERM
signal (and any other signals you don't want to have their default
effect) in your program.
I can't be more specific since you don't say what language you are
using.
Try looking at man 2 signal to get started...
alan
--
http://www.ibgames.net/alan
Registered Linux user #6822 http://counter.li.org
Winding Down - Weekly Tech Newsletter - subscribe at
http://www.ibgames.net/alan/winding/mailing.html
| < Previous | Next > |