From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11637 invoked by alias); 28 Dec 2008 12:24:15 -0000 Received: (qmail 11629 invoked by uid 22791); 28 Dec 2008 12:24:15 -0000 X-SWARE-Spam-Status: No, hits=2.1 required=5.0 tests=AWL,BAYES_50,J_CHICKENPOX_13 X-Spam-Check-By: sourceware.org Received: from hermes.csrv.ucy.ac.cy (HELO hermes.csrv.ucy.ac.cy) (194.42.13.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 28 Dec 2008 12:23:04 +0000 Received: from ucy.ac.cy ([127.0.0.1]) by hermes.csrv.ucy.ac.cy (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTP id <0KCL00L9Q6FD1I70@hermes.csrv.ucy.ac.cy> for gcc-help@gcc.gnu.org; Sun, 28 Dec 2008 14:23:37 +0200 (EET) Received: from [213.7.233.211] by hermes.csrv.ucy.ac.cy (mshttpd); Sun, 28 Dec 2008 14:23:37 +0200 Date: Sun, 28 Dec 2008 14:12:00 -0000 From: Anna Sidera Subject: gdb problem To: gcc-help@gcc.gnu.org Message-id: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-12/txt/msg00261.txt.bz2 I am trying to use gdb and I get the following error. I can not go to gdb prompt. Can you please advise? 3:19pm sidera@diana:> 3:19pm sidera@diana:> 3:19pm sidera@diana:>gcc -g -lm myprogram.c 3:22pm sidera@diana:>gdb a.out GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.8"...Bus error (core dumped) 3:22pm sidera@diana:> 3:23pm sidera@diana:> 3:23pm sidera@diana:> 3:23pm sidera@diana:>