PDA

View Full Version : No core:(


robertos
27th February 2007, 06:11 AM
I have a FC6,a program which SEGFAULTS and it doesn' dump core. Any idea why or how can i make it to dump core?
Thanks.

nick.stumpos
27th February 2007, 06:14 AM
odd what prog? you could run it in gdb and manually check

robertos
27th February 2007, 06:19 AM

nevermind i've fixed that...i should have search on google a littlle longer;)
I should have run a ulimit -c unlimited from shell. Thanks!