signals handling: kill() successful, but nothing delivered
michi1 at michaelblizek.twilightparadox.com
michi1 at michaelblizek.twilightparadox.com
Mon Mar 18 01:50:25 EDT 2013
Hi!
On 06:52 Fri 08 Mar , michi1 at michaelblizek.twilightparadox.com wrote:
> ./a.out `ps a|grep wget|grep -v grep|sed "s/^[^0-9]*\([0-9]*\).*$/\1/"`
The command above returned the strace pid. Fixed version:
./a.out `ps a|grep wget|grep -v grep|grep -v strace|sed "s/^[^0-9]*\([0-9]*\).*$/\1/"`
-Michi
--
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com
More information about the Kernelnewbies
mailing list