Tiem for bedz nao, but just before :3
Here is the most successfull bug report + fix evar~! ^O^
https://jira.secondlife.com/browse/VWR-424?ticket=ST-658-Uy2YflWUC6Q5LYGKbemQk3oEVd39cd3SLom-20 They even gave us some internal code~ Ooooh:
diff -c /tmp/llspatialpartition.cpp.old /tmp/llspatialpartition.cpp
--- /tmp/llspatialpartition.cpp.old 2007-04-25 04:52:07.000000000 -0700
+++ /tmp/llspatialpartition.cpp 2007-04-25 04:53:29.000000000 -0700
@@ -1140,7 +1140,12 @@
{
LLMemType mt(LLMemType::MTYPE_SPACE_PARTITION);
LLFastTimer t(LLFastTimer::FTM_UPDATE_MOVE);
-
+
+ if (!drawablep) {
+ OCT_ERRS << "LLSpatialPartition::move was passed a bad drawable." << llendl;
+ return;
+ }
+
BOOL was_visible = curp ? curp->isVisible() : FALSE;
if (curp && curp->mSpatialPartition != this)
Diff finished. Wed Apr 25 04:53:44 2007