https://bugs.kde.org/show_bug.cgi?id=505364
--- Comment #1 from Matt Fagnani <matt.fagn...@bell.net> --- QWidget::setParent and QWidgetPrivate::init had the argument parent=parent@entry=0x28 which looked like an invalid pointer. Similarly, RKComponent::RKComponent, RKPreviewBox::RKPreviewBox, and lower functions in the trace had parent_widget=0x28. RKStandardComponent::RKStandardComponent had parent_widget=parent_widget@entry=0x0. The parent widget might've been invalid (null + 0x28). -- You are receiving this mail because: You are watching all bug changes.