> From: Der Herr Hofrat <[EMAIL PROTECTED]> > Date: Mon, 27 Feb 2006 08:31:14 +0100 (CET) > > A problem internal to GDB has been detected, > further debugging may prove unreliable. > Quit this debugging session? (y or n) > Create a core file of GDB? (y or n) y > Aborted > > > no core file is generated
Probably because you have core files disabled; use ulimit to enable them. _______________________________________________ Bug-gdb mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gdb
