Author Topic: Symbol browser weired with C::B project  (Read 9029 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Symbol browser weired with C::B project
« on: August 24, 2006, 11:41:13 am »
Please have a look here:

This happens, when I have the C::B project open and use CC. My settings are to parse "everything" (local, global includes and preprocessor directives) and to parse the current file's symbols only. All i did was opening the C::B project and opening the cbproject.cpp file then. Anybody that is able to reproduce?
With regards, Morten.
(Revision 2891 on Windows.)
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

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Symbol browser weired with C::B project
« Reply #1 on: August 24, 2006, 11:44:54 am »
yes, saw it too ;)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Symbol browser weired with C::B project
« Reply #2 on: August 24, 2006, 12:02:55 pm »
A fix is under way...
Be patient!
This bug will be fixed soon...

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Symbol browser weired with C::B project
« Reply #3 on: August 24, 2006, 04:53:07 pm »
sorry, but rev 2892 didn't fix this issue

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Symbol browser weired with C::B project
« Reply #4 on: August 24, 2006, 09:55:25 pm »
sorry, but rev 2892 didn't fix this issue
Well, for me it did...?! :shock:
BTW: Thanks! ;-)
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

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Symbol browser weired with C::B project
« Reply #5 on: August 25, 2006, 07:45:28 am »
sorry, but rev 2892 didn't fix this issue
Well, for me it did...?! :shock:
BTW: Thanks! ;-)

really, it did ?  :shock:
did you change some other settings too ???

look what i get with CB rev 2892, it's the same as before ...  :shock:

i'm obviously doing something wrong


Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Symbol browser weired with C::B project
« Reply #6 on: August 25, 2006, 04:34:14 pm »
@Yiannis
thx for the updates in rev 2898    :D

another problem occurred

CB crashes always if there is no *.layout file existing ! (and the CC plugin is enabled)

« Last Edit: August 25, 2006, 04:45:24 pm by tiwag »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Symbol browser weired with C::B project
« Reply #7 on: August 25, 2006, 05:34:46 pm »
@Yiannis
thx for the updates in rev 2898    :D

another problem occurred

CB crashes always if there is no *.layout file existing ! (and the CC plugin is enabled)



Ah! So that's why!
Lieven is having these crashes constantly and I don't know where to look for (doesn't crash here, *at all*). Thanks for the pointer :)
Be patient!
This bug will be fixed soon...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Symbol browser weired with C::B project
« Reply #8 on: August 25, 2006, 06:13:07 pm »
...and ofcourse it had nothing to do with the actual .layout file (how could it?) :).
Fixed in r2899.

Lieven, does this fix your crashes too?
Be patient!
This bug will be fixed soon...

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Symbol browser weired with C::B project
« Reply #9 on: August 25, 2006, 08:49:22 pm »
...and ofcourse it had nothing to do with the actual .layout file (how could it?) :).
Fixed in r2899.

but the crash was definitely reproducible by deleting or renaming the *.layout file - no jokes !