-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Crash (segfault) when using empty directory as resourcePath #10461
Comments
Commented by: Holzhaus What Mixxx version does this affect? I cannot tell from the log (we should add an Info message). Please copy the version (and git version string) from the about dialog. |
Commented by: ehmic Ah sorry, forgot to mention... Version is: 2.3.0-8-gd3052f4fc5 |
Commented by: uklotzde main terminates regularly without a crash after a bunch of warnings and debug assertions:
critical [Main] "Skin directory does not exist: /tmp/mixxx_empty_res/skins"
|
Commented by: uklotzde 2.3 crashes after an assertion:
Thread 1 "mixxx" received signal SIGSEGV, Segmentation fault. |
Commented by: uklotzde Probably difficult to fix for 2.3 and not worth the effort. |
Issue closed with status Fix Released. |
Reported by: ehmic
Date: 2021-07-03T11:08:41Z
Status: Fix Released
Importance: Low
Launchpad Issue: lp1934560
Attachments: gdb.txt
Mixxx crashes when 'resourcePath' points to either an empty, or a non existing directory.
("mixxx" received signal SIGSEGV, Segmentation fault).
The 'Mixxx - Critical error' popup window appears correctly, stating that the skin directory is missing. After clicking 'OK' Mixxx tries to open, but crashes.
Maybe a better default behaviour would be to stop Mixxx when a critical error appears?
The text was updated successfully, but these errors were encountered: