-
Notifications
You must be signed in to change notification settings - Fork 156
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
QObject::setParent: Cannot set parent, new parent is in a different thread #365
Comments
I could trigger this error also on Linux (Debian stable 11.6 bullseye): scrolling up/down of the Timebase value can crash the program with this debug info below (
|
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
…imebaseChanged event handler from doing operations on dsoControl and dsoWidget in the same callback. Now there two callback and each uses the Widget it operates on.
…imebaseChanged event handler from doing operations on dsoControl and dsoWidget in the same callback. Now there two callback and each uses the Widget it operates on. Signed-off-by: Adrian Kierzkowski <[email protected]>
Signed-off-by: Martin <[email protected]>
Solved by #372 |
Some user report this error/warning:
QObject::setParent: Cannot set parent, new parent is in a different thread
.Unfortunately I have neither a Mac nor a Win machine to debug this error - It does not (yet) happen on Linux. So I ask for support from Qt gurus as well as developers with these systems, e.g. @gitguest0 and @varna9000.
Describe the bug
Computer environment (please complete the following information):
Scope device (please complete the following information):
The text was updated successfully, but these errors were encountered: