User forums > Help

CodeBlocks Debugger on Loading Dynamic/Shared Libraries No Response

<< < (2/2)

yankes:
Thanks for the help.

Well I can't pause the debug when he is hanging on the loading library function, so I can't get a backtrace on that line unfortunately. I will search the internet for such problems and eventually post solution here if I find it. If you have any further suggestions they will be really appreciated. 

oBFusCATed:
Unfortunately this is a C::B bug :(

yankes:
Any preview about when it will be fixed? Just wondering

Jenna:
You should run your app through gdb on the commandline and see if the hanag appears also.

I think the hanging debugger is possibly caused by a missing thread-library (search the web for the error), that is (probably) linked against your shared lib, but not against your app (what is normally not needed, but causes gdb to hang).

The C::B bug in this case is (most likely) the fact, that you can not pause/stop the debugger, but not the hanging debugger itself.

yankes:
I Solved the problem. It has nothing to do with the debugger. I had the latest version of GCC 4.6.1 after some update of Ubuntu.

Basically i downgraded GCC to 4.4 version and now it works perfectly. So, I can't yet understand why the latest version didn't work, but anyway, it is a GCC related problem and not a CodeBlocks related problem.

Thank you all for your efforts and help

Navigation

[0] Message Index

[*] Previous page

Go to full version