From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19245 invoked by alias); 18 Jun 2002 01:14:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 19190 invoked from network); 18 Jun 2002 01:14:28 -0000 Received: from unknown (HELO smtp11.dti.ne.jp) (202.216.228.46) by sources.redhat.com with SMTP; 18 Jun 2002 01:14:28 -0000 Received: from qgames (PPPa4.kyoto-ip.dti.ne.jp [210.159.246.4]) by smtp11.dti.ne.jp (3.07) with ESMTP AUTH id g5I1EQRR010204 for ; Tue, 18 Jun 2002 10:14:27 +0900 (JST) Received: from Spooler by qgames (Mercury/32 v3.31) ID MO0001D3; 18 Jun 02 10:13:49 +0900 Received: from spooler by q-games.com (Mercury/32 v3.31); 18 Jun 02 10:13:38 +0900 Received: from james2k (192.168.1.90) by Q-Games (Mercury/32 v3.31) ID MG0001D2; 18 Jun 02 10:13:38 +0900 Message-ID: <002701c21665$f1264400$5a01a8c0@james2k> From: "James Mclaren" To: Subject: gdb5.x under cygwin, problems Date: Mon, 17 Jun 2002 18:14:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-06/txt/msg00131.txt.bz2 Hi, We're having problems getting gdb 5.2 (or 5.1 for that matter) to work correctly under cygwin. We're using gcc 3.1, and have been unable to get anywhere using the -g option. The debugger will just crash instantly. We've recently tried using the -gstabs option instead, which seems to get us a little bit further, but the gdb seems to fall over when calling fns inside a dll. We get the following error using a version of NVidia's nvparse.dll: Program received signal SIGSEGV, Segmentation fault. 0x77e5404b in nvparse_dll_iname () This error doesn't occur when we run our project from the command line. Only from within gdb. Does anyone have any suggestions as to how we can get gdb working properly with gcc 3.1 under cygwin, as we've been without debugging for a couple of months now, and its starting to get frustrating. Any help much appreciated. James Mclaren.