News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Serious issue (rev 5847) : unusable CB : SOLVED -> make clean

Started by killerbot, October 06, 2009, 04:55:53 PM

Previous topic - Next topic

killerbot

All test done on linux.

When CB starts and a project is open, and a file in it open (aka an editor).
Then ALL text is selected, left clicking everywhere just reselects everything. So completely UNUSABLE.
When you right click anywhere, CB crashes and disappears. Normally on linux there a crash handler asking you to save the crash xml, now nothing.

With a build from yesterday evenings revision this did NOT occur.


Jenna

#1
Works normally here (debian, 64-bit, wxWidgets 2.8.10).

EDIT:
Did you also build the contrib-plugins-workspace after updating ?
Yesterday evenings commit changed editor.h and editorbase.h, that might cause the problems if you do not build the contrib-plugins again (no complete rebuild should be needed).

killerbot

yes, I always build everything.

Seems time to REbuild everything ...

killerbot

REBUILD all  : make clean && make && sudo make install
solved it.

MortenMacFly

Quote from: killerbot on October 06, 2009, 07:42:55 PM
REBUILD all  : make clean && make && sudo make install
This is so weird. I experieced such things myself several times. I really would like to know why that happens. It seems to be related to PCH but I am not sure. At least often if (instead of a rebuild) I just delete the executables, libraries and PCH files (not the object files) it works, too.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]