On Fri, 7 Jul 2006 13:01:06 +0100
"John Cupitt" <[EMAIL PROTECTED]> wrote:

> On 7/7/06, chao yeaj <[EMAIL PROTECTED]> wrote:
> >     The problem is :  when   segmentation fault ,there has no
> > core file if the has a core file ,i can debug it, but there  has
> > no    core file
> 
> You probably have coredumps turned off. Try
> 
>   ulimit -c unlimited
> 
> before running your program.

If you see gnome segfault dialog, you can view programm current state
in gdb. To do this run "gdb <programm_name> <PID>".
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to