Am Sonntag, 5. Mai 2013 um 03:07:03, schrieb Pavel Sanda <sa...@lyx.org>
> Kornel Benko wrote:
> > To reproduce:
> > 
> > 1) add the source view
> > 2) move the source view to the right
> > 3) add advanced search, now, on bottom! you get a panel to switch between 
> > both
> > 4) move the source view to bottom
> > 5) move adv search to bottom
> > 6) switch to see adv search
> > 7) move back to the right --> crash
> 
> These instruction are ambiguous and I can't reproduce.
> Backtrace? P
Sure:
Program received signal SIGSEGV, Segmentation fault.                            
                   
0x00007ffff7067fc5 in QDockAreaLayoutInfo::indexOf (this=0x2278ef0, 
widget=0x1fd0230)              
    at widgets/qdockarealayout.cpp:1474                                         
                   
1474    widgets/qdockarealayout.cpp: Datei oder Verzeichnis nicht gefunden.     
                   
(gdb)  bt                                                                       
                    
#0  0x00007ffff7067fc5 in QDockAreaLayoutInfo::indexOf (this=0x2278ef0, 
widget=0x1fd0230)          
    at widgets/qdockarealayout.cpp:1474                                         
                   
#1  0x00007ffff7067f41 in QDockAreaLayoutInfo::indexOf (this=0x16d7af8, 
widget=0x1fd0230)          
    at widgets/qdockarealayout.cpp:1466                                         
                   
#2  0x00007ffff7068112 in QDockAreaLayout::indexOf (this=0x16d7a68, 
dockWidget=0x1fd0230)          
    at widgets/qdockarealayout.cpp:2372                                         
                   
#3  0x00007ffff708dc61 in QMainWindowLayoutState::indexOf (this=0x16d7990, 
widget=0x1fd0230)       
    at widgets/qmainwindowlayout.cpp:345                                        
                   
#4  0x00007ffff708ddf3 in QMainWindowLayout::plug (this=0x16d7970, 
widgetItem=<optimized out>)     
    at widgets/qmainwindowlayout.cpp:1580                                       
                   
#5  0x00007ffff705d493 in QDockWidgetPrivate::endDrag (this=0x1fd36a0, 
abort=false)                
    at widgets/qdockwidget.cpp:746                                              
                   
#6  0x00007ffff705d6b1 in QDockWidgetPrivate::mouseReleaseEvent 
(this=<optimized out>,             
    event=<optimized out>) at widgets/qdockwidget.cpp:885                       
                   
#7  0x00007ffff705f3bb in QDockWidget::event (this=0x1fd0230, 
event=0x7fffffffd1b0)                
    at widgets/qdockwidget.cpp:1448                                             
                   
#8  0x00007ffff6c60894 in notify_helper (e=0x7fffffffd1b0, receiver=0x1fd0230, 
this=0x16bba10)     
    at kernel/qapplication.cpp:4559                                             
                   
#9  QApplicationPrivate::notify_helper (this=0x16bba10, receiver=0x1fd0230, 
e=0x7fffffffd1b0)      
    at kernel/qapplication.cpp:4531                                             
                   
#10 0x00007ffff6c660bf in QApplication::notify (this=<optimized out>, 
receiver=0x1fd0230,          
    e=0x7fffffffd1b0) at kernel/qapplication.cpp:4102                           
                   
#11 0x0000000000da1f23 in lyx::frontend::GuiApplication::notify 
(this=0x16b69c0,                   
    receiver=0x1fd0230, event=0x7fffffffd1b0)                                   
                   
    at /usr/src/lyx/lyx-git/src/frontends/qt4/GuiApplication.cpp:2349           
                   
#12 0x00007ffff673de9c in QCoreApplication::notifyInternal (this=0x16b69c0, 
receiver=0x1fd0230,    
    event=0x7fffffffd1b0) at kernel/qcoreapplication.cpp:876
  #13 0x00007ffff6c61862 in sendEvent (event=<optimized out>, 
receiver=<optimized out>)
    at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#14 QApplicationPrivate::sendMouseEvent (receiver=0x1fd0230, 
event=0x7fffffffd1b0, 
    alienWidget=0x0, nativeWidget=0x1fd0230, buttonDown=0x0, 
lastMouseReceiver=..., 
    spontaneous=true) at kernel/qapplication.cpp:3170
#15 0x00007ffff6ce0bf5 in QETWidget::translateMouseEvent (this=0x1fd0230, 
event=<optimized out>)
    at kernel/qapplication_x11.cpp:4617
#16 0x00007ffff6cdfbae in QApplication::x11ProcessEvent (this=0x16b69c0, 
event=0x7fffffffda80)
    at kernel/qapplication_x11.cpp:3732
#17 0x00007ffff6d090d2 in x11EventSourceDispatch (s=0x16b62a0, callback=0, 
user_data=0x0)
    at kernel/qguieventdispatcher_glib.cpp:146
#18 0x00007ffff510ed53 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x00007ffff510f0a0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x00007ffff510f164 in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007ffff676d3bf in QEventDispatcherGlib::processEvents (this=0x16b9160, 
flags=...)
    at kernel/qeventdispatcher_glib.cpp:424
#22 0x00007ffff6d08d5e in QGuiEventDispatcherGlib::processEvents 
(this=<optimized out>, flags=...)
    at kernel/qguieventdispatcher_glib.cpp:204
#23 0x00007ffff673cc82 in QEventLoop::processEvents (this=<optimized out>, 
flags=...)
    at kernel/qeventloop.cpp:149
#24 0x00007ffff673ced7 in QEventLoop::exec (this=0x7fffffffde20, flags=...)
    at kernel/qeventloop.cpp:204
#25 0x00007ffff6741f67 in QCoreApplication::exec () at 
kernel/qcoreapplication.cpp:1148
#26 0x0000000000da06cf in lyx::frontend::GuiApplication::exec (this=0x16b69c0)
    at /usr/src/lyx/lyx-git/src/frontends/qt4/GuiApplication.cpp:2140
#27 0x0000000000b1221c in lyx::LyX::exec (this=0x7fffffffe050, 
argc=@0x7fffffffe04c: 2, 
    argv=0x7fffffffe158) at /usr/src/lyx/lyx-git/src/LyX.cpp:375
#28 0x00000000009b786f in main (argc=2, argv=0x7fffffffe158)
    at /usr/src/lyx/lyx-git/src/main.cpp:42

        Kornel                                                                  
                  

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to