From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29493 invoked by alias); 9 Feb 2006 08:36:38 -0000 Received: (qmail 29484 invoked by uid 22791); 9 Feb 2006 08:36:38 -0000 X-Spam-Check-By: sourceware.org Received: from xproxy.gmail.com (HELO xproxy.gmail.com) (66.249.82.193) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 09 Feb 2006 08:36:36 +0000 Received: by xproxy.gmail.com with SMTP id t11so73236wxc for ; Thu, 09 Feb 2006 00:36:35 -0800 (PST) Received: by 10.70.54.11 with SMTP id c11mr648429wxa; Thu, 09 Feb 2006 00:36:34 -0800 (PST) Received: by 10.70.71.5 with HTTP; Thu, 9 Feb 2006 00:36:34 -0800 (PST) Message-ID: <5fb065d90602090036x63e59e75t@mail.gmail.com> Date: Thu, 09 Feb 2006 08:36:00 -0000 From: Frederic Kwiatkowski To: gdb@sourceware.org Subject: "SIGSEGV, Segmentation fault." message on a standard program MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00058.txt.bz2 Hello all I'm actually trying to debug a basic application to a remote host. So i've crosscompiled my application, launch gdbserver 6.4 on my remote host and gdbtui 6.4 or gdb 6.4on my local host So i can see the code source of the application and place break point but if i try to use the "continue" function, the system send me the following message: >(>gdb) continue >>Continuing. >> >>Program received signal SIGSEGV, Segmentation fault. >>0x4000e54c in ?? () Next, if i retry to launch the continue function, i've got the following: >>(gdb) continue >vContinuing. >> >>Program terminated with signal SIGSEGV, Segmentation fault. >>The program no longer exists. and the server is exited: >>Listening on port 2345 >>Remote debugging from host 192.168.0.250 >> >>Child terminated with signal =3D b >> >>Child terminated with signal =3D 0xb >>GDBserver exiting So i've tried to debug the application on my desktop computer, with no remote (gdbserver and gdb hosted on the desktop), and then, everything is right. I've compiled gdbserver and the application with arm-linux-gcc 3.4.4 and compiled gdb and gdbtui with the arm-linux target option Does any body have an idea about it? With kind of regards Frederic Kwiatkowski