News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Bug which makes CB hang

Started by helpse, September 24, 2010, 04:29:29 AM

Previous topic - Next topic

helpse

It happens in the latest CC builds 6621, 6623, 6627. U go to Settings -> Compiler and Debugger -> Global Compiler Settings -> Custom Variables -> Add, and u put "$(asd)" for Key and "asdfg" for Value. Hit Ok, and Ok. U will get a Runtime error: The application has requested the Runtime to terminate it in an unusual way. I know, u shouldnt put &(asd) for Key, but it should show a warning and not make the program hang.

Hope my bug reports help developing CB.

Loaden

Quote from: helpse on September 24, 2010, 04:29:29 AM
It happens in the latest CC builds 6621, 6623, 6627. U go to Settings -> Compiler and Debugger -> Global Compiler Settings -> Custom Variables -> Add, and u put "$(asd)" for Key and "asdfg" for Value. Hit Ok, and Ok. U will get a Runtime error: The application has requested the Runtime to terminate it in an unusual way. I know, u shouldnt put &(asd) for Key, but it should show a warning and not make the program hang.

Hope my bug reports help developing CB.
Fixed in r6630.

QuoteRevision: 6630
Author: mortenmacfly
Date: 2010-9-23 23:43:42
Message:
* cc_branch: applied patch to fix system headers parsing completely hangs
-------------------------------
M : /branches/codecompletion_refactoring/src/plugins/codecompletion/codecompletion.cpp 


helpse

No my friend, im using the 6631 u posted and the bug im reporting is not fixed yet. Try to recreate what i did.

Loaden

Quote from: helpse on September 24, 2010, 04:42:25 AM
No my friend, im using the 6631 u posted and the bug im reporting is not fixed yet. Try to recreate what i did.
Please use the key named "asd", but not is "$(asd)".
By the way, this is NOT cc branch issue.
The issue existed in trunk too.