User forums > Using Code::Blocks

Boost assertions closes the debugger

<< < (8/10) > >>

zabzonk:
Attached is the debugger log for this program:


--- Code: ---#include <cstdlib>
using namespace std;

void f() {
   abort();
}

void g() {
f();
}

int main() {
g();
}

--- End code ---

oBFusCATed:
Hm, it looks like the debugger is not catching the call to abort. Pretty strange.

ThundThund:
So are you going to send it as a Bug? If so, please paste here the reference to it, so I can track its progress.

Many thanks to you two for your interest, your time and your wisdom :)

oBFusCATed:
I don't know if i'm going to report it to gdb/mingw guys, first I need to check it.
Unfortunately, this won't happen soon.
But I've added it to my todo, so it won't be forgotten.

ThundThund:
Ok, that's reasonable. The point is that I would like to be notified when this is solved (whenever).
Well, I guess I will have to ask in the forum in the future.

Thanks again.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version