[Bug 163607] Plasma crashes at logout or shutdown

Sebastian Sauer mail at dipe.org
Sat Jul 5 06:37:23 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=163607         




------- Additional Comments From mail dipe org  2008-07-05 06:37 -------
and the actual crash happens on;

bool QGraphicsWidget::event(QEvent *event)
{
    Q_D(QGraphicsWidget);
    // Forward the event to the layout first.
    if (d->layout)
        d->layout->widgetEvent(event); //<==CRASH
...
}


More information about the Panel-devel mailing list