Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3466 Crash at LLScrollingPanelParam::draw #3479

Merged

Conversation

maxim-productengine
Copy link
Contributor

Although I wasn't able to repro the crash itself, llassert(LLCoros::on_main_coro()); consistently triggered when trying to follow the steps according to the logs:

  1. Ctrl-O to open Avatar floater
  2. Click 'Edit this outfit' (Wrench icon)button
  3. Body parts tab>Right click 'Shape'>'Create new shape'

Sol let's avoid calling the update inside coro.

doOnIdleOneTime([force_restrictions,enforce_ordering,post_update_func]()
{
LLAppearanceMgr::instance().updateAppearanceFromCOF(force_restrictions, enforce_ordering, post_update_func);
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another way to do it is by posting to mMainQueue

@maxim-productengine maxim-productengine merged commit 43a966e into release/2024.12-ForeverFPS Jan 28, 2025
11 checks passed
@maxim-productengine maxim-productengine deleted the maxim/ForeverFPS-3466 branch January 28, 2025 00:45
@github-actions github-actions bot locked and limited conversation to collaborators Jan 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!LLScrollingPanelParam::draw(140)
3 participants