Skip to content
Snippets Groups Projects
Commit 6b2a22e1 authored by Graham Madarasz's avatar Graham Madarasz
Browse files

MAINT-2777 work-around for APR assert_always causing random crash in materials build

parent a4676ade
No related branches found
No related tags found
No related merge requests found
...@@ -226,9 +226,7 @@ void LLVolatileAPRPool::clearVolatileAPRPool() ...@@ -226,9 +226,7 @@ void LLVolatileAPRPool::clearVolatileAPRPool()
llassert_always(mNumActiveRef > 0) ; llassert_always(mNumActiveRef > 0) ;
} }
//paranoia check if the pool is jammed. llassert(mNumTotalRef < (FULL_VOLATILE_APR_POOL << 2)) ;
//will remove the check before going to release.
llassert_always(mNumTotalRef < (FULL_VOLATILE_APR_POOL << 2)) ;
} }
BOOL LLVolatileAPRPool::isFull() BOOL LLVolatileAPRPool::isFull()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment