Hi All,
I am using DSL [ damn small linux ] which is branched from debain.
I am trying to use GCC, GDB. Able to install both of them.
I am doing following
- run a helloworld.c program whic has a while loop. So while
running, its stuck in while.
- another shell, "kill -11 PID" [ PID of the ./a.out ]
After kill, i get Segmentation fault. But Core is not dumped. [ I
expect a print ( Core dumped ) ]
Anyone faced this ??? Please help.
Thanks
- Avinash