using ulimit command, i set core file size.
ulimit -c unlimited
and I compiled c source code using gcc - g option. then a.out generated. after command
./a.out
there is runtime error .
(core dumped)
but core file was not generated.(ex. core.294340)
how to generated core file?