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

Crash when updating text of Scrolling Text effect (through web) #58

Open
Rendal75 opened this issue Feb 9, 2021 · 0 comments
Open

Crash when updating text of Scrolling Text effect (through web) #58

Rendal75 opened this issue Feb 9, 2021 · 0 comments

Comments

@Rendal75
Copy link

Rendal75 commented Feb 9, 2021

Hi,
While playing with the web interface, I've noticed a crash while updating the text of the scrolling text effect.

I suspect that :

ScrollingTextEffect::tick()

and

ScrollingTextEffect::initialize(const JsonObject &json)

are called by different threads, and they both access to same variables without any lock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant