From mboxrd@z Thu Jan 1 00:00:00 1970 From: Barry Branham To: Fernando Nasser Cc: insight@sourceware.cygnus.com Subject: Re: insight crash Date: Sat, 06 Jan 2001 19:09:00 -0000 Message-id: <3A57DEEB.C0CA5874@networkusa.net> References: <3A57A8F3.F0B8FB49@networkusa.net> <3A57ACA5.C336387E@redhat.com> X-SW-Source: 2001-q1/msg00020.html Fernando Nasser wrote: > The stack trace you posted (although incomplete) seems to indicate > that there was a problem reading the symbols of a C++ program. > > Why don't you try calling GDB with the "-nw" parameter and see if it > crashes or not? This way we can confirm where the problem lies. > > Fernando > > P.S.: Was this C++ program generated with g++? Which version? > GDB (insight) with -nw ran fine with the program I'm trying to debug. The program I'm debugging is compiled with 'gcc version 2.96 20000731 (Red Hat Linux 7.0)'. The executable is nearly 3Mb. It's linked with ViewKit (a c++ app framework for motif) motif, and X. I also tried GDB with another program I've compiled recently - gnomine, the mines game which is part of gnome-games-1.2.0-9.src.rpm. On this GDB (no -nw) starts but only displays a blank source window. Barry