Already filed as https://jira.secondlife.com/browse/SH-1616. Will move to snowstorm once we have a fix. Should be a straightforward fix, but I've been swamped today :(

 -Nyx

On 05/20/2011 04:16 PM, Kiptic ‌ wrote:
> > 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


_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to