Wireshark-bugs: [Wireshark-bugs] [Bug 9265] Wireshark (Qt) core dumps when	right-click in window
      
      
    
     Alexis La Goutte
 changed
              bug 9265
        
             
          
            | What | 
            Removed | 
            Added | 
          
         
           | CC | 
           
                
            | 
           gerald@wireshark.org
            | 
         
      
        
            Comment # 4
              on bug 9265
              from  Alexis La Goutte
        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 <gerald@wireshark.org>
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.