[sldev] 1.17.1 crashes
Kelly Washington
kelly at lindenlab.com
Tue Jun 26 10:26:12 PDT 2007
Dzonatas wrote:
> The crashes happen mostly when I click Edit or Create from the Pie Menu.
>
> They are random.
>
> These were fixed at one point way back in 1.13 or 1.14... did the fix
> get undone?
>
> =(
I looked into this a bit this morning. It is not an old bug come back.
Looks like probably classic double delete badness with interaction
between our horrible LLLinkedList class and some changes to move things
to LLPointer (our reference counting pointer implementation). Brian has
taken this on since it looks related to code he has recently worked on.
If anyone submits a patch that removes ALL uses of LLLinkedList (or any
other home-brewed container class in our code) in favor of a std::
equivelant I will personally work to get it into the release code as
fast as possible. This is a non-trivial task though.
- Kelly
More information about the SLDev
mailing list