Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: killerbot on October 06, 2009, 04:55:53 pm

Title: Serious issue (rev 5847) : unusable CB : SOLVED -> make clean
Post by: killerbot on October 06, 2009, 04:55:53 pm
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.

Title: Re: Serious issue (rev 5847) : unusable CB
Post by: Jenna on October 06, 2009, 05:04:48 pm
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).
Title: Re: Serious issue (rev 5847) : unusable CB
Post by: killerbot on October 06, 2009, 06:18:44 pm
yes, I always build everything.

Seems time to REbuild everything ...
Title: Re: Serious issue (rev 5847) : unusable CB
Post by: killerbot on October 06, 2009, 07:42:55 pm
REBUILD all  : make clean && make && sudo make install
solved it.
Title: Re: Serious issue (rev 5847) : unusable CB
Post by: MortenMacFly on October 06, 2009, 08:07:51 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.