From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8053 invoked by alias); 10 Dec 2002 00:55:30 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 8024 invoked by uid 61); 10 Dec 2002 00:55:29 -0000 Date: Mon, 09 Dec 2002 16:55:00 -0000 Message-ID: <20021210005529.8023.qmail@sources.redhat.com> To: foolfox008@hotmail.com, insight-prs@sources.redhat.com, kseitz@sources.redhat.com, nobody@sources.redhat.com From: kseitz@sources.redhat.com Reply-To: kseitz@sources.redhat.com, foolfox008@hotmail.com, insight-prs@sources.redhat.com, kseitz@sources.redhat.com, nobody@sources.redhat.com, insight-gnats@sources.redhat.com Subject: Re: insight/193: breakpoint at ling can not be get rig of or the program somtimes exit abnormally X-SW-Source: 2002-q4/txt/msg00033.txt.bz2 List-Id: Synopsis: breakpoint at ling can not be get rig of or the program somtimes exit abnormally Responsible-Changed-From-To: unassigned->kseitz Responsible-Changed-By: kseitz Responsible-Changed-When: Mon Dec 9 16:55:29 2002 Responsible-Changed-Why: who else? State-Changed-From-To: open->feedback State-Changed-By: kseitz State-Changed-When: Mon Dec 9 16:55:29 2002 State-Changed-Why: I notice in your compile line that you are using windows-style paths. Remember, gdb (and consequently insight) are cygwin applications. Therefore paths _must_ be POSIX-style paths. So don't use "d:\file.c", use "/cygdrive/d/file.c" or (better yet) "mkdir /d; mount d: /d" Then use "/d/file.c" (this is what I do). Try recompiling your exe with POSIX paths and let me know if it helps any. http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=193