Bug #16224 2009-09-05 13:37

bananen-joe

Debugging fails in a special case

This bug is very hard to describe, because it occurs only in a special case.

In this special case I am not able to debug that project. After a click on start debugging the GDB starts, loads its values/options (e. g. STL string, ...) and then exits with code 1. This happens without starting my program.

Even if I put a breakpoint on the first instruction of the main routine: this breakpoint is never reached an the debugger exits.

This bug only occurs:

- On one of my projects (each other project works)

- Only on my laptop (on my main computer I can debug this project)

- Only with the current nightly build; the official release hasn't this bug (this even works on my laptop with this project)

I will try to locate the bug (so it can be reproduced) but still yet I want first to note that this bug exists.

Category
Debugger
Group
 
Status
Closed
Close date
2011-03-13 20:02
Assigned to
 
bananen-joe 2011-01-29 14:46

The bug is fixed with the current release.

It seems to be a mix of Code::Blocks and MinGW.

- Can be closed -