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 <[email protected]> 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.
>
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/SLDev
Please read the policies before posting to keep unmoderated posting privileges