Frequent crash in VM, possible race condition #96
Replies: 1 comment 8 replies
-
|
You might need to explain what a "Rocky 8 virtual machine" is and what impact that might have. Unfortunately the log you provide looks garbled and unreadable and the link to the reproduction is 404. It would also be helpful to know:
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have been doing development of an app in Rocky 8 virtual machine, and can frequently reproduce a crash when trying to show the FileSave or FileOpen dialog a second time after cancelling it the first time. The crash seems never to happen when running the same code natively on MacOS, and the app is generally a little sluggish inside the VM hence the guess at the cause being a race.
This repo includes a very simple app I can use to reproduce the issue, happy to provide more details as this has been difficult to work around.
Here is the error log I get when it crashes:
error_log.txt
Beta Was this translation helpful? Give feedback.
All reactions