From mboxrd@z Thu Jan 1 00:00:00 1970 From: RNarozny@t-online.de (Ralf Narozny) To: gdb@sourceware.cygnus.com Subject: gdb crashes with seg fault Date: Wed, 10 Oct 2001 14:22:00 -0000 Message-id: <3BC4BBF8.9050207@web.de> X-SW-Source: 2001-10/msg00101.html Hello all! I got a strange problem. gdb is crashing with a segmentation fault while checking a 120MB large binary with each core that this binary produces. I hope I'm just too dumb to do the right things. But the problem occurred first after using gcc 3.0.1 to compile the binary. All was ok before that. Ok, here is some data you might need. Machine: Athlon 1.3GHz, 512M RAM Linux version 2.4.4-4GB (root@Pentium.suse.de) (gcc version 2.95.3 20010315 (SuSE)) GDB: Version 5.0 (one self compiled one out of SuSE Linux distribution) GCC: Version 3.0.1 (self compiled) gdb call: gdb bin/realm lib/core --batch -x ./checkcore_cmds checkcore_cmds: bt print this print *this print ch print *ch print player print *player exit Thanks in advance Ralf