Closed lifeRobot closed 7 months ago
Thanks for the bug report. This looks quite serious. It means that some internal Slint data structures are somehow corrupted. Maybe you can try running valgrind if it shows any warning. I can't really help further without a way to reproduce the problem.
Based on what can be seen in https://github.com/slint-ui/slint/issues/4888 , I think what happens is probably that the slint data structures gets accessed from different threads in a way that is not supported by non-Send struct.
slint version
1.5.0
panic code
describe
cargo build --release
will also suddenly shut down automatically, but I'm not sure if this issue is causing it