User forums > Using Code::Blocks
cb hangs and I get "Pool task operated?!" message
ollydbg:
1, I see there is not text "Pool task operated?!" in current CodeCompletion plugin's source code, so I think this log message has changed after C::B 12.11.
2,
--- Quote ---My project is located in ~/dir1/dir2/myproj. I see that stat64() gets called for files in ~/dir1/dir2/otherproj. Unfortunately, otherproj is huge, so it may take time to go over all its files.
--- End quote ---
Maybe The cbp file in ~/dir1/dir2/myproj folder contains some files/reference to ~/dir1/dir2/otherproj. (This is only a guess)
erezz:
I moved the c::b project into the dir that contains the project src code, and now it seems to work. Still, I think that c::b should scan only files that belong to the project.
Erez
yaoyansi:
It seems that we have the same problem. My C::B freezes either, and my home directory has 396 sub-directories. Here is my post
http://forums.codeblocks.org/index.php/topic,19936.msg136142.html#msg136142
Finally, I find a temp solution to walk around this problem. The solution is to modify all of the absolute source file paths to relative file paths in the *.cbp file manually. But I'm not satisfied with this temp solution at all, because I have to change the *.cbp file which is generated by CMake.
http://forums.codeblocks.org/index.php/topic,19936.msg136145.html#msg136145
Did you solve this problem with a better solution?
Cheers
yaoyansi:
Solved. here is it
http://forums.codeblocks.org/index.php/topic,19936.msg136151.html#msg136151
Navigation
[0] Message Index
[*] Previous page
Go to full version