There appears to be a loop in the object tree somewhere. Relevant log from IRC: <Smjert> Amadiro_: well KoStyleManager line 159 is where it sets d->defaultParagraphStyle as parent which is initialized at line 113, and to its constructor "this" is passed, so that KoStyleManager is the parent and the loop is created <Smjert> also line 164 there's the second setParent to the same thing <Smjert> and given that very near to those two setParent there's an instantation of other KoParagraphStyle, is natural to wonder if it shouldn't have been style->setParent This crashes current versions of the GammaRay Qt debugger, see the following bugreport on the GammaRay tracker: https://github.com/KDAB/GammaRay/issues/138#issuecomment-117516264 It might be worth to untangle this loop (as it's probably a bug anyway?) in order to make krita work with current and older version of the GammaRay debugger (and possibly other tools that could be useful in aiding debugging.) Reproducible: Always
Yes, it's a bug, but it needs to be reported against the calligra libraries.
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.