This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: insight/193: breakpoint at ling can not be get rig of or the program somtimes exit abnormally


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]