Closed Tatsh closed 5 years ago
Trying to access a singleton that has not been instantiated yet
This is actually a bug in quassel; it installs a log message handler but doesn't uninstall it after the above-mentioned singleton has been deleted. Any debug/warning/whatever output generated by Qt, Qt plugins or KF5 code will then trigger the abort. And since that abort will call into the same mechanism you get a stack recursion until the application is killed by the kernel.
This is one of the glitches I mentioned before; a fix is pending.
Fix pushed.
I forgot the rev-bump, would you mind doing sudo port -n upgrade --force quassel [+variants]
?
One problem and I forgot to mention this earlier:
Error: Unable to open port: invalid command name "langselect_qm_dir"
Needs PortGroup locale_select 1.0
Otherwise, it works.
Every time I exit Quassel client I get this error. Clicking Exit is impossible as the app will hang. Clicking Abort works.
The log shows the same error:
The app works completely otherwise.