Author Topic: Serious issue (rev 5847) : unusable CB : SOLVED -> make clean  (Read 4684 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Serious issue (rev 5847) : unusable CB : SOLVED -> make clean
« 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.

« Last Edit: October 06, 2009, 07:43:10 pm by killerbot »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Serious issue (rev 5847) : unusable CB
« Reply #1 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).
« Last Edit: October 06, 2009, 05:12:19 pm by jens »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Serious issue (rev 5847) : unusable CB
« Reply #2 on: October 06, 2009, 06:18:44 pm »
yes, I always build everything.

Seems time to REbuild everything ...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Serious issue (rev 5847) : unusable CB
« Reply #3 on: October 06, 2009, 07:42:55 pm »
REBUILD all  : make clean && make && sudo make install
solved it.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Serious issue (rev 5847) : unusable CB
« Reply #4 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ