[sldev] [VIEWER] crash on teleport or parcel crossing

Anna Gulaev annagulaev at gmail.com
Sun Sep 27 05:42:30 PDT 2009


Getting closer...

I don't think this has anything to do with the stats code and I don't know
why it's being reported in the middle of my call stack. If I sign back in
(this time, anyway--doesn't always happen this way) I crash immediately on
something else in the call stack that also appeared before:

xtree, TEMPLATE CLASS _Tree_nod
-----------------------------------------------
    struct _Node
        {    // tree node
        _Node(_Genptr _Larg, _Genptr _Parg, _Genptr _Rarg,
            const value_type& _Val, char _Carg)
            : _Left(_Larg), _Parent(_Parg), _Right(_Rarg),
                _Myval(_Val), _Color(_Carg), _Isnil(false)
            {    // construct a node with value
            }

_Val contains this:

mIsGroup    true
mCreateTime    4385510
mFirstName    bad pointer
mLastName    garbage
mGroupName    bad pointer



On Sun, Sep 27, 2009 at 7:45 AM, Anna Gulaev <annagulaev at gmail.com> wrote:

> I still don't know how to proceed. This function is apparently used to
> detect packet loss, so it seems unwise to simply remove it.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20090927/15411608/attachment.htm 


More information about the SLDev mailing list