From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3903 invoked by alias); 17 May 2012 14:38:31 -0000 Received: (qmail 3890 invoked by uid 22791); 17 May 2012 14:38:30 -0000 X-SWARE-Spam-Status: No, hits=3.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,LIBERO,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RCVD_IN_NIX_SPAM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from outrelay02.libero.it (HELO outrelay02.libero.it) (212.52.84.102) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 May 2012 14:38:17 +0000 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B020D.4FB50D58.00E2,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail3.libero.it (172.31.0.146) by outrelay02.libero.it (8.5.140) id 4FB2B242004DEF38 for gdb@sourceware.org; Thu, 17 May 2012 16:38:16 +0200 Message-ID: <29722524.2084501337265496433.JavaMail.defaultUser@defaultHost> Date: Thu, 17 May 2012 14:38:00 -0000 From: "erupter@libero.it" Reply-To: "erupter@libero.it" To: gdb@sourceware.org Subject: Gdb crashing or not attaching in Netbeans MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 78.13.196.245 X-libjamv: MYCgV37/qdU= X-libjamsun: R4o/frTF6muztHKTTL6LSwv2bfHLyzW6 X-IsSubscribed: yes 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: 2012-05/txt/msg00076.txt.bz2 Hello. I've used GDB as a standalone debugger before, maybe with one amateur interface until recently I discovered Netbeans. During development of a program suddenly debugging stopped working. If I load a simple hello world, GDB works fine. In the program I'm re-writing now (old program whose external libraries got changed) GDB doesn't want to work anymore. Now Netbeans doesn't provide any info at all to help me debug this, so I'm asking here: how can I gather information on this kind of malfunction? It *seems* that there is a problem with the source of a library. Meaning that if I exclude the include (and the relevant code which is most of it) GDB works. The moment I include that external source, it stops working. Files are there though and compilation goes without problems. I'm really in the dark here. Best regards Claudio