From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24425 invoked by alias); 18 May 2011 17:25:26 -0000 Received: (qmail 24410 invoked by uid 22791); 18 May 2011 17:25:24 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 May 2011 17:25:10 +0000 Received: by wyf19 with SMTP id 19so1679285wyf.0 for ; Wed, 18 May 2011 10:25:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.39.66 with SMTP id f2mr1367282wbe.2.1305739509283; Wed, 18 May 2011 10:25:09 -0700 (PDT) Received: by 10.227.37.149 with HTTP; Wed, 18 May 2011 10:25:09 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 May 2011 17:25:00 -0000 Message-ID: Subject: Re: Fwd: segmentation fault From: Lisa Lan 5a <5alisalan@gmail.com> To: pmuldoon@redhat.com Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00089.txt.bz2 I am using version 6.6 2011/5/18 Phil Muldoon : > Lisa Lan 5a <5alisalan@gmail.com> writes: > >> I want to debug my =A0new code in LMMAPS program. >> >> I type gdb ./lmp_linux. It has=A0a error as below. Is it a bug? >> >> This GDB was configured as "x86_64-suse-linux"... >> Segmentation fault >> >> Lisa > > If GDB segfaults for whatever reason it is bug. =A0But there is not enough > information to ascertain the problem. =A0What version of GDB are you > using? > > Type: > > gdb --version > > Cheers, > > Phil >