User forums > Using Code::Blocks
rev 8583 crash
Jenna:
--- Quote from: MortenMacFly on November 20, 2012, 05:34:02 pm ---
--- Quote from: jens on November 20, 2012, 02:58:39 pm ---Maybe we should remove PARSER_IMG_NONE, because it seems to be useless and potential dangerous.
--- End quote ---
That wasn't the crash issue, btw. (but feel free to blame me for the crash anyways... :-[). And this image works properly - it also indicates paring failures, i.e. if a visibility could not be obtained. I think it doesn't harm.
--- End quote ---
For me it always crashed, when PARSER_IMG_NONE (aka -2) was returned.
It finally crashed in void ListBoxImpl::RegisterImage(int type, const char *xpm_data) .
Martin K.:
another one,
rev 8584, clean compile, windows XP, TDM-GCC 4.6.1, GDB 7.4
Start codeblocks, open a project and close Codeblocks before the build button comes active.
Crashes in NativeParser::AdcompilerDirs, plugins\codecompletion\nativeparser.cpp line 2026.
The debugging codeblocks crashes in debugger_gdbmi, debugger_gdb does the job.
secondly i have seen that the time from project load to codeblocks becomes "compile ready" (the build button comes active) becomes longer and longer in the last revisions.
I can not try much revisions to see when it comes into codeblocks. It tooks 1 and a half hour to compile codeblocks with tdm-gcc 4.6.1 (and 4.7.1) on my 4 Core 4GB Windows XP VMWare machine. Maybe i should try an older version of gcc sometime. As far as i remember the 4.4 was much faster (3-5 times) on this machine. That was the reason i asked for MSVC support. But codeblocks doesn't compile, there are some templates that MSVC2010 doesn't understand. (The L"abc" L"xyz" thing worked) but this is another story...
Martin
killerbot:
4 core ==> build in parallel ==> you will go down to lest then 15 minutes I think
Martin K.:
--- Quote from: killerbot on November 20, 2012, 10:54:47 pm ---4 core ==> build in parallel ==> you will go down to lest then 15 minutes I think
--- End quote ---
thats in parallel with 3 cores :-) The host machine has 8 cores with 8 GB Ram.
Martin
MortenMacFly:
--- Quote from: Martin K. on November 20, 2012, 08:43:09 pm ---Start codeblocks, open a project and close Codeblocks before the build button comes active.
Crashes in NativeParser::AdcompilerDirs, plugins\codecompletion\nativeparser.cpp line 2026.
The debugging codeblocks crashes in debugger_gdbmi, debugger_gdb does the job.
--- End quote ---
Well I cannot reproduce this, but can you try trunk again? I changed a possible crash candidate in this line (although I wonder if that could really crash... timing?!).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version