I don't get coredump with all process
Posted
by Antoine
on Stack Overflow
See other posts from Stack Overflow
or by Antoine
Published on 2010-05-13T14:21:34Z
Indexed on
2010/05/13
14:24 UTC
Read the original article
Hit count: 290
Hello,
I try to get a coredump, so i use :
ulimit -c unlimited
I run my program in background, and I kill it :
kill -SEGV %1
But i just get :
[1]+ Exit 1 ./Test
And no coredumps are created. I did the same with other programs and it works, so why that didn't work with all ? Anybody can help me ?
Thanks. (GNU/Linux, Debian 2.6.26)
© Stack Overflow or respective owner