killed message!

2014-05-28 Thread Nada Saif
Hi,

I created a system call that deals with files - when I try to test the
system call .
I got a killed  message. What this means?

Thanks,
Nada
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: killed message!

2014-05-28 Thread Valdis . Kletnieks
On Wed, 28 May 2014 21:48:04 +0300, Nada Saif said:

 I created a system call that deals with files - when I try to test the
 system call .
 I got a killed  message. What this means?

It probably means either your system call or your test program is
buggy and generating a signal along the way.  Do you see anything
informative in dmesg?

(Also, 'echo 1  /proc/sys/kernel/print-fatal-signals' is your friend,
it will give you more info in dmesg if a process is killed by a signa)


pgpfln6blDpLp.pgp
Description: PGP signature
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies