https://bugs.kde.org/show_bug.cgi?id=359241
--- Comment #1 from Milian Wolff <m...@milianw.de> --- Didn't I just fix that yesterday with the following commit? commit fae4e7ea2be0510362ecd2a202764bb2a28fd35d Author: Milian Wolff <m...@milianw.de> Date: Wed Feb 10 10:42:22 2016 +0100 Fix crash on shutdown in PHP documentation view. This happens when the documentation view emits its documentLoaded signal on shutdown, e.g. when a load operation is canceled. The new Qt signal/slot connection syntax would deliver this signal to the half-destroyed parent object, resulting in a crash. See also: https://codereview.qt-project.org/#/c/83800/ -- You are receiving this mail because: You are watching all bug changes.