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

Alexey Chernov <4er...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |4er...@gmail.com

--- Comment #51 from Alexey Chernov <4er...@gmail.com> ---
Sorry for being too late, I faced this issue while porting Kopete to KF5 and
fixed it with some minor commit:
https://quickgit.kde.org/?p=kopete.git&a=commit&h=0f259ada3a4646b0230d6870ff185adfcb3b1085.

To my investigation on this crash, it seems to be not due to the deletion order
itself, but because of reparenting KHTML's view() subpart from previous parent
specified in ctor call to QSplitter which leads to double deletion of the
widget. I didn't dig into details, but in my toy application with KParts this
is not preproducible without KHTML. Given that specifying parent for widget
which gets reparented in a couple of lines doesn't change things too seriously,
I just removed this specification. In general, it seems that there's some issue
with parent changing and double deletion. @Alex Merry probably have more
details on this, maybe he has some ideas about the actual cause according to
this.

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

Reply via email to