Skip to content

#4455 Division by zero in updateFrameStats - #4456

Merged
akleshchev merged 1 commit into
release/2025.05from
andreyk/viewer_4455
Jul 28, 2025
Merged

#4455 Division by zero in updateFrameStats#4456
akleshchev merged 1 commit into
release/2025.05from
andreyk/viewer_4455

Conversation

@akleshchev

@akleshchev akleshchev commented Jul 28, 2025

Copy link
Copy Markdown
Contributor

mEventMinutes was not initialized, crash happened at

mEventMinutes++;
U64 frame_time_events_per_minute = (U64)mFrameJitterEvents / mEventMinutes;

@akleshchev
akleshchev merged commit 288bce1 into release/2025.05 Jul 28, 2025
6 of 8 checks passed
@akleshchev
akleshchev deleted the andreyk/viewer_4455 branch July 28, 2025 17:10
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BugSplat Crash: SecondLifeViewer!LLViewerStats::updateFrameStats(372)

2 participants