-
Notifications
You must be signed in to change notification settings - Fork 670
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
Folderwatcher access to Application::_instance before initialisation #11460
Milestone
Comments
sentry-io
bot
added
type:bug
p2-high
Escalation, on top of current planning, release blocker
labels
Jan 5, 2024
Sentry issue: DESKTOP-WIN-AND-MAC-EZV |
TheOneRing
changed the title
__pthread_kill_implementation
Folderwatcher access to Application::_instance before initialisation
Jan 9, 2024
erikjv
added a commit
that referenced
this issue
Jan 16, 2024
In a few error scenarios (out-of-memory or out-of-space), the folder watcher on Linux shows a dialog with an error message. If this occurs during start-up before the GUI is initialised, this will lead to a crash. This is fixed by delaying the VFS start until after event loop is started, guaranteeing that the GUI is up and running. Fixes: #11460
erikjv
added a commit
that referenced
this issue
Jan 17, 2024
In a few error scenarios (out-of-memory or out-of-space), the folder watcher on Linux shows a dialog with an error message. If this occurs during start-up before the GUI is initialised, this will lead to a crash. This is fixed by delaying the VFS start until after event loop is started, guaranteeing that the GUI is up and running. Fixes: #11460
TheOneRing
pushed a commit
that referenced
this issue
Jan 17, 2024
In a few error scenarios (out-of-memory or out-of-space), the folder watcher on Linux shows a dialog with an error message. If this occurs during start-up before the GUI is initialised, this will lead to a crash. This is fixed by delaying the VFS start until after event loop is started, guaranteeing that the GUI is up and running. Fixes: #11460
How can we confirm the fix here? |
TheOneRing
pushed a commit
that referenced
this issue
May 22, 2024
In a few error scenarios (out-of-memory or out-of-space), the folder watcher on Linux shows a dialog with an error message. If this occurs during start-up before the GUI is initialised, this will lead to a crash. This is fixed by delaying the VFS start until after event loop is started, guaranteeing that the GUI is up and running. Fixes: #11460 (cherry picked from commit 82c7a2e)
TheOneRing
pushed a commit
that referenced
this issue
May 23, 2024
In a few error scenarios (out-of-memory or out-of-space), the folder watcher on Linux shows a dialog with an error message. If this occurs during start-up before the GUI is initialised, this will lead to a crash. This is fixed by delaying the VFS start until after event loop is started, guaranteeing that the GUI is up and running. Fixes: #11460 (cherry picked from commit 82c7a2e)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sentry Issue: DESKTOP-WIN-AND-MAC-EVM
The text was updated successfully, but these errors were encountered: