Skip to content

Commit

Permalink
hack around macOS segfault on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Apr 8, 2020
1 parent 37c7bd7 commit 8ee1dd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/util/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,11 @@ void Logging::initialize(const QDir& settingsDir,
// Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1227295
// Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886437
// Ubuntu: https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1731646
// Somehow this causes a segfault on macOS though?? https://bugs.launchpad.net/mixxx/+bug/1871238
#ifdef __LINUX__
QLoggingCategory::setFilterRules("*.debug=true\n"
"qt.*.debug=false");
#endif
}

// static
Expand Down

0 comments on commit 8ee1dd3

Please sign in to comment.