User forums > Nightly builds
The 15 August 2011 build (7385) is out.
ham:
hi, again,
i recognized something else with CC
if i like to choose a member of a enum, i can only do that by accessing the enums name, and not directly as it should be
i.e. to get irr::video::EDT_NULL i have to access by irr::video::E_DRIVER_TYPE::EDT_NULL
and then delete E_DRIVER_TYPE::, because EDT_NULL is not in CC list
thx people
samho5888:
Hi,
I use .cbp generated from cmake-2.8.5 (win32),
and opened by C::B r7385, then the files does not show out all and just some like
-Workspace
- myPrj
- ..
- ..
- app
+ src
+ CMake Files
By using r7288 is OK.
What does I miss on new release?
Thanks
Zenju:
There are serious multithreading issues with this release, the applications dead-locks reliably after approx. 30 seconds while doing nothing in particular, just reading source code. I don't know if this has to do with the new spellchecker (which I have disabled).
Please review the changes since the last fully working release, "20 July 2011 build (7289)". In this current form I cannot use the IDE at all and had to go back to an older version.
Another obvious, but less severe bug: Start CB and immediately(!) close it. This will make it crash. Maybe fixing this will cure other problems, too.
Regards, ZenJu
(Windows 7 x64)
oBFusCATed:
Zenju:
Can you try to unload the codecompletion plugin and see if the dead locks are gone?
Does the deadlocks happen, when you use CC features?
Can you provide minimal files, which crash/deadlock C::B?
Zenju:
--- Quote ---Zenju:
Can you try to unload the codecompletion plugin and see if the dead locks are gone?
Does the deadlocks happen, when you use CC features?
--- End quote ---
Indeed, codecompletion seems to blame! If I disable codecompletion, no more hangs!
--- Quote ---Can you provide minimal files, which crash/deadlock C::B?
--- End quote ---
Steps to reproduce:
1. open some project. I can reproduce the hang with my own project files (https://sourceforge.net/projects/freefilesync/develop) as well as with a newly wxWigets project by going through the CB wizard.
2. open some .cpp file and change a few lines. It's sufficient to insert arbitrary spaces and newlines. Having something changed seems important. Don't save the changes.
3. Scroll up and down with "PageUp" and "PageDown" keys.
(Repeat 2 and 3 a few times and it will hang.)
Interestingly CPU consumption is at 0% during this hang, therefore my first thought was some deadlock.
Regards, ZenJu
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version