Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9265] Wireshark (Qt) core dumps when right-click in window

Date: Mon, 14 Oct 2013 11:40:55 +0000

changed bug 9265

What Removed Added
CC   [email protected]

Comment # 4 on bug 9265 from
There is also following error in console :
Widget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
...

After some git bisect the crash from revision 52386

Author: Gerald Combs <[email protected]>
Date:   Sat Oct 5 22:39:49 2013 +0000

    Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].

    Make extra_split_ a member variable again. Make it and master_split_
    full-on values. Set various parent/child relationships at startup
    so that each widget is associated with a layout (which appears to be
    the actual fix).

    Make the throttled startup delay huge so that it's easier to browse
    using GammaRay.

    [1] https://github.com/KDAB/GammaRay

    svn path=/trunk/; revision=52386

Add Gerald to CC


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