Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2024-03-28 14:02:42



Reply to topic  [ 3 posts ] 
Crash on teleport again 
Author Message

Joined: 2011-10-07 10:39:20
Posts: 181
Reply with quote
Hi Henri,

another crash on teleport (Access Violation). See Logs and crash dump attached.

The stack trace seems to end up in the viewer.

Nothing really special happend. The teleport started, sound stuttered a bit (but did that before too) and there were some short (<1s) freezes (probably the AMD driver at work).

Kathrine


Attachments:
crash_on_teleport.zip [54.95 KiB]
Downloaded 35 times
2022-10-22 14:26:04
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Interesting... I never encountered this crash myself, but no, it is not a driver issue, this time, but likely a use after free...

If you compile the viewer yourself, replace the code for LLSpatialGroup::isHUDGroup() lines 146-150 of linden/indra/newview/llspatialpartition.cpp with:
Code:
bool LLSpatialGroup::isHUDGroup()
{
   LLSpatialPartition* partp = getSpatialPartition();
   return !isDead() && partp && partp->isHUDPartition();
}
(i.e. with an added "!isDead() && " test).


2022-10-22 16:05:42
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Fixed in today's releases.


2022-10-23 19:32:21
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 34 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.