User forums > Nightly builds
The 03 June 2012 build (8024) is out.
MortenMacFly:
--- Quote from: oBFusCATed on June 13, 2012, 06:59:35 pm ---I've seen this, too, but I was not sure how to reproduce it.
--- End quote ---
I have a patch for this already in my local copy... just didn't commit so far. Don't worry about this.
oBFusCATed:
Then go on and commit it ::)
ollydbg:
Good, I review the commit, I see this is the quite good fix:
--- Code: ---@@ -1807,7 +1815,7 @@ size_t NativeParser::MarkItemsByAI(ccSearchData* searchData, TokenIdxSet& result
CC_LOCKER_TRACK_TT_MTX_UNLOCK(s_TokensTreeMutex)
- RemoveLastFunctionChildren(tree, m_LastFuncTokenIdx);
+ RemoveLastFunctionChildren(m_Parser->GetTokensTree(), m_LastFuncTokenIdx);
// find "using namespace" directives in the file
TokenIdxSet search_scope;
--- End code ---
The old way "tree" is a temporary Tokenstree, and already cleared before. What we need to clean is the normal Tokenstree.
MortenMacFly:
--- Quote from: ollydbg on June 14, 2012, 05:24:50 am ---The old way "tree" is a temporary Tokenstree, and already cleared before. What we need to clean is the normal Tokenstree.
--- End quote ---
Yes, I think this was my fault in the end... ::) :-[ :-[ :-[
xunxun:
--- Quote from: MortenMacFly on June 13, 2012, 07:34:37 pm ---
--- Quote from: oBFusCATed on June 13, 2012, 06:59:35 pm ---I've seen this, too, but I was not sure how to reproduce it.
--- End quote ---
I have a patch for this already in my local copy... just didn't commit so far. Don't worry about this.
--- End quote ---
Thanks @MortenMacFly.
:)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version