-
I get some ~6 slint threads left behind and then a segfault on program termination (after ui.run() exited). Still trying to create a minimal test case, but sharing early in case someone else getting the same.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Can you get a backtrace? |
Beta Was this translation helpful? Give feedback.
-
false alarm, not a regression. maybe a problem with this wayland setup (standard, from upstream, no distro customization even). Segfault on exit from helloworld also happened with 1.9.1 and 1.9.0 on this host.
on 1.9.0
|
Beta Was this translation helpful? Give feedback.
-
It might be a Qt bug. Note that Qt can't work if used from different threads. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I see, thanks. This is actually a duplicate of #7570 which was fixed with #7600