| Summary: | System Settings crashes when viewing Application Styles | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | kde |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | groot, kde |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.18.4 | ||
| Target Milestone: | --- | ||
| Platform: | FreeBSD Ports | ||
| OS: | FreeBSD | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
kde
2020-04-16 14:49:53 UTC
It would be useful if you included the output of those commands, especially the backtrace. (In reply to Kai Uwe Broulik from comment #1) > It would be useful if you included the output of those commands, especially > the backtrace. I've run the command from the terminal to see if we get any better error logging. $ systemsettings5 QQmlEngine::setContextForObject(): Object already has a QQmlContext QQmlEngine::setContextForObject(): Object already has a QQmlContext Cannot mix incompatible Qt library (version 0x50d02) with this library (version 0x50e02) QSocketNotifier: Invalid socket 11 and type 'Read', disabling... QSocketNotifier: Invalid socket 12 and type 'Read', disabling... KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = systemsettings5 path = /usr/local/bin pid = 79708 KCrash: Arguments: /usr/local/bin/systemsettings5 KCrash: Attempting to start /usr/local/lib/libexec/drkonqi from kdeinit sock_file=/var/run/user/1001/kdeinit5__0 $ The backtrace included in the auto-generated report is probably not what you are after. I'll go read up how to make a decent backtrace and come back. Thanks for the help! Ah, looks like I have some inconsistency in my built packages, based on the console output so far. "Cannot mix incompatible Qt library (version 0x50d02) with this library (version 0x50e02)" I'll rebuild all the Qt stuff to get it on the same version and see if this goes away. Qt 5.14 landed in ports this week, so it's possible you have mixed ports (if you didn't upgrade all the packages). I can't reproduce with an all-5.14.2 system, although I don't have more than the four default themes installed -- which makes me think that perhaps one of your themes is built against an older Qt? (In reply to groot from comment #4) > Qt 5.14 landed in ports this week, so it's possible you have mixed ports (if > you didn't upgrade all the packages). I can't reproduce with an all-5.14.2 > system, although I don't have more than the four default themes installed -- > which makes me think that perhaps one of your themes is built against an > older Qt? Yes, that makes sense. If you can't reproduce with an all-5.14.2 system, this is just a screw-up on my side with using ports. Let me know if we need any further investigation into this. Otherwise, I'm fine with this being closed as PEBKAC. Thanks again for the quick response! Rebuilt all packages from scratch. No issues anymore. |