From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2092 invoked by alias); 6 Jun 2005 13:15:47 -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 2065 invoked by uid 22791); 6 Jun 2005 13:15:40 -0000 Received: from smtpout.eastlink.ca (HELO smtpout.eastlink.ca) (24.222.0.30) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 06 Jun 2005 13:15:40 +0000 Received: from ip01.eastlink.ca ([24.222.10.5]) by mx3.eastlink.ca (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IHN00GG7ZI4J6@mx3.eastlink.ca> for gdb@sources.redhat.com; Mon, 06 Jun 2005 10:15:40 -0300 (ADT) Received: from blk-215-92-186.eastlink.ca (HELO [192.168.11.236]) (24.215.92.186) by ip01.eastlink.ca with ESMTP; Mon, 06 Jun 2005 10:15:35 -0300 Date: Mon, 06 Jun 2005 13:15:00 -0000 From: Alvin Beach Subject: Program no longest exists? To: gdb@sources.redhat.com Message-id: <200506061016.47931.abeach@deepvision.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.8 X-BrightmailFiltered: true X-SW-Source: 2005-06/txt/msg00038.txt.bz2 Hello all, I have recently upgraded from suse 9.1 to suse 9.3. Since upgrading, I can no longer debug programs that I was able to debug before. When I run gdb, the program runs fine as long there are no breakpoints. As soon as I set a breakpoint and run the program, I get message: Program terminated with signal SIGTRAP, Trace/breakpoint trap. Program no longer exists. Sometimes it happens right away, sometime after I step over the breakpoint. I have found reference from googling that this may be pthread related? My programs do use pthread. Is there a work-around or fix for this. Without gdb, my programs are no littered with cerr/printf statements. Thanks, Alvin -- Please reply to the mailing list.