https://bugs.kde.org/show_bug.cgi?id=515510
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from cwo <[email protected]> --- Q_ASSERT_X will cause a crash if its conditions are not met in a debug build, but do nothing in a release build. Q_ASSERT_X will also print an error message with more information about the problem to the console (or if it's not running in a console, to the system log – at least on most systemd configurations). Could you reproduce the error, then run `journalctl --reverse` and copy the assert message from there and paste it here? -- You are receiving this mail because: You are watching all bug changes.
