Autocompletion seem to be stuck (CPU load of one kernel is 100% and the program is not reacting to any keyboard input).
System: Linux Mint 19.2
CodeBlocks: 17.12 rev 11263
I first typed to object "tmp3_wxString." If press now the letter "a" (to get to the append section) the system crashes with the behaviour descriped at the top. This behaivour is reproducable. The attached screenshot shows this situation.
Is this problem repeatable? Can you reproduce it reliably? Can you post a backtrace - https://wiki.ubuntu.com/Backtrace ? Have you tried to test the latest svn code?
The problem is repeatable. I did collect the gdb trace and included it as an attachment.
Next step for me would be to try to compile the last svn build.
I looked at the gdb trace file you uploaded, and I can't see much useful information there.
If you could supply a minimal project which leads the crash, then I will try it in my PC.
Thanks.
I have made a small zip-file including all project files and attached it. If the project is opened by using the .cdb file (codeblocks project-file), the src code file opens where I could trigger the freeze. I have placed one comment inside the .cpp file which explains what to do.
It looks like I can't reproduce this crash on my Windows 7, with the rev11911 32bit C::B I build myself.
See screen shot below.