User forums > Nightly builds

The 15 August 2011 build (7385) is out.

<< < (5/13) > >>

Loaden:

--- Quote from: ZenJu on August 18, 2011, 05:35:29 pm ---
--- 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!

--- End quote ---
Try to disable symbols browser?

Loaden:

--- Quote from: ZenJu on August 18, 2011, 05:35:29 pm ---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.)

--- End quote ---
I can't reproduce the hang on Linux Mint 11 x64 or Win7 x86.

oBFusCATed:

--- Quote from: Loaden on August 18, 2011, 06:08:57 pm ---I can't reproduce ...

--- End quote ---
This is the biggest problem with data races and all the other threading bugs....
They are very hard to reproduce reliably and sometimes they depend on the Moon's phase :(

BTW, you can try to debug C::B with some of the threading tools of  Valgrind. Probably you can learn a thing or two about your code.

Zenju:
Is there some chance to build CodeBlocks with Visual Studio 2010? In this case I could debug and try to find at least the location of the hang.
On my PC it's trivial to reproduce, it just happens all the time  :shock:

oBFusCATed:
No, you can't build it with vc10, but you can build it with mingw and then debug with gdb.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version