https://bugs.kde.org/show_bug.cgi?id=386353

--- Comment #4 from Caspar Schutijser <cas...@schutijser.com> ---
(In reply to Caspar Schutijser from comment #3)
> (In reply to Thomas Lübking from comment #1)
> > Try chaning src/Gui/Util.cpp to
> > const QString Css::warningBorder = QString::fromLatin1("border: 2px solid
> > red; background-color: #E7C575; color: black; padding: 5px; margin: 5px;
> > text-align: center;");
> 
> Thanks for your suggestion. I changed it but unfortunately it still crashes
> with a similar back trace.

jkt pointed me to this: https://isocpp.org/wiki/faq/ctors#static-init-order

I'm working on a patch to fix the problem using the "Construct On First Use
Idiom".

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to