-
Notifications
You must be signed in to change notification settings - Fork 96
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
Changing Embedded Display Macros Crashes the Screen #3203
Comments
May be related to #3063 |
@UrbanBobek On a cursory glance this looks like the bug that I fixed in #3063. Which version of Phoebus are you testing this on? Does the issue persist if you run from the current |
Thank you both for the reply and I apologize for the late reply from my side. I was using version Using the current
If I increase the amount of times the macros are updated in the script from 100 to 1000 and run the script by pressing the button, I get different outputs in the error log. Most commonly I get
If I really spam the button, so the script runs several times per second, I get an output very similar to the one I sent in the first message. However, this example does feel a bit extreme. Is this behavior expected?
|
Hi all,
In our screens we use a script to change macro values of an embedded display to select between device instances. When we change the
file
ormacros
property of embedded display, the screen often crashes.This happens most often with many levels of embedding and when changing the property quickly from one value to another. I've tried reproducing this behavior with a minimal example display where a script changes the macros property of an embedded display repeatedly. Pressing the button several times makes the screen crash consistently.
macro_update_bug.zip
The error log output when the attached script crashes the screen:
Any help is appreciated!
The text was updated successfully, but these errors were encountered: