[sldev] SL viewer 1.20.15 crashing in llmediaimplllmozlib.cpp
Marine Kelley
marinekelley at gmail.com
Sun Jul 27 08:23:53 PDT 2008
Hello all,
For hours now I've been hunting a crash that occurs when clicking on a link
on the login page. Other crashes in the same flavor are occurring in-world
when using the All tab of the Search window (especially when clicking on
Page 2 or so, but that's another story I think). Thinking it may come from
my own code after patching, I've spent time trying to figure it out, to no
avail.
Just tried the freshly-compiled-after-downloading-source from the "source
downloads" page, and having the same crash. No change made to that code
whatsoever. It seems to come from this method :
void LLMediaImplLLMozLib::onClickLinkHref( const EventType& eventIn )
{
LLMediaEvent event( this, eventIn.getStringValue(),
eventIn.getStringValue2() );
mEventEmitter.update( &LLMediaObserver::onClickLinkHref, event );
}
where eventIn seems to be uninitialized, leading to a null pointer
evaluation.
The same action does work perfectly in the binary downloaded from the SL
download page. So I wonder where the difference is coming from.
Anyone has an idea and/or experienced this too ?
Thanks !
Marine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20080727/3a1b87a3/attachment.htm
More information about the SLDev
mailing list