Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

CC makes cb hang

(1/6) > >>

killerbot:
with one of the latest changes in CC, CB now always hangs on a project that used to work ok.

I have minimized the project to the below code snippet.

Steps to reproduce :
1) create a console project (C++)
2) open its main.cpp
3) replace the main.cpp content by :

--- Code: ---#include "boost/filesystem.hpp"


void Copy()
{
boost::filesystem::copy_directory("FooDir", "BarDir");
}

int main()
{
Copy();
return 0;
}

--- End code ---
---> all done on linux, make sure you have boost installed somewhere
4) put your cursor just past "boost::filesystem' ===> type '3'   ===> hangs

oBFusCATed:
Is this with the debugger's branch?
Because the latest two CC commits are not in the branch and they should fix some random threading problems.

killerbot:
no, just on trunk [I have some machines at home on trunk ;-)  ]

ollydbg:
Sounds be a big bug, I will check it. I will tell Loaden too.

Loaden:
Fixed in rev7288. :)

Navigation

[0] Message Index

[#] Next page

Go to full version