[opensource-dev] Mesh branch merged to viewer-development

Kiptic ‌ kiptic at hotmail.com
Fri May 20 13:16:41 PDT 2011


> > 2011-05-17T21:41:18Z newview/llviewertexturelist.cpp(492) : error
> > 2011-05-17T21:41:18Z ERROR: LLViewerTextureList::addImageToList: ASSERT
> > (mInitialized)

> I get  another crash on each startup:

> $1 = (struct LLConvexDecomposition *) 0x0

> Apparently, LLConvexDecomposition::getInstance() returns 0;

I have the same problem, and yes, that call does return 0, which is then happily dereferenced a few lines further on.

All this in llmeshrepository.cpp, lines 3655-3665 (rev. 18475):

----
    LLConvexDecomposition* decomp = LLConvexDecomposition::getInstance();
    decomp->initThread();
    mInited = true;

    static const LLCDStageData* stages = NULL;
    static S32 num_stages = 0;
    
    if (!stages)
    {
        num_stages = decomp->getStages(&stages);
    }
----

Not sure why getInstance returns 0, it seems it's never initialized properly?

/Kip

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110520/f866e8b2/attachment.htm 


More information about the opensource-dev mailing list