Bug #18934 2013-03-15 08:37
darksquall57
Corrupted double linked list
Calling codeblocks with a command-line to recompile my project sometimes causes it to hang with this message :
Process terminated with status 0 (1 minute(s), 33 second(s))
0 error(s), 1069 warning(s) (1 minute(s), 33 second(s))
*** glibc detected *** codeblocks: corrupted double-linked list: 0x0000000002472530 ***
It always happens after the link.
It never happens when I am using codeblocks without a command line.
And it happens randomly. I can work without getting this error during 3 months and then get it everyday 10 times.
Here is the command line :
codeblocks --rebuild --target="Release" project.cbp
My Codeblocks revision is 8900 built from svn without plugins, I mean with the simple configure line :
./configure
- Category
- Application::Crash
- Group
- Platform:Linux
- Status
- Open
- Close date
- Assigned to
History
One more thing, I am using Ubuntu 12.04.
But it already happened with Ubuntu 11.10 and 11.04 before and with previous versions of Codeblocks.