Gideon crashes when opening a file in MDI mode

F@lk Brettschneider falk.brettschneider at gmx.de
Tue May 7 18:35:04 UTC 2002


Victor Röder wrote:

>Hi!
>
>Does someone experiences the same?
>
>Bye,
>	Victor
>
>Here's the backtrace:
>
>#5  0x412fb6e8 in sigaction () from /lib/libc.so.6
>#6  0x419ad09a in KateViewInternal::paintCursor ()
>   from /usr/local/kde3/lib/libkatepart.so
>#7  0x419ad529 in KateViewInternal::focusOutEvent ()
>   from /usr/local/kde3/lib/libkatepart.so
>#8  0x40d30970 in QWidget::event ()
>   from /home/victor/Entwicklung/C++/qt-copy/lib/libqt-mt.so.3
>#9  0x40ca7273 in QApplication::internalNotify ()
>   from /home/victor/Entwicklung/C++/qt-copy/lib/libqt-mt.so.3
>#10 0x40ca7114 in QApplication::notify ()
>   from /home/victor/Entwicklung/C++/qt-copy/lib/libqt-mt.so.3
>#11 0x409874e4 in KApplication::notify ()
>   from /usr/local/kde3/lib/libkdecore.so.4
>#12 0x40d2e84b in QWidget::setFocus ()
>   from /home/victor/Entwicklung/C++/qt-copy/lib/libqt-mt.so.3
>#13 0x4036d92a in QextMdiMainFrm::attachWindow ()
>   from /usr/local/kde3/lib/libkdevelopqextmdi.so.2
>
Seems the old view doesn't like to get focused out during the view switch.
Maybe Kate reuses some pointers for the new view which are dangled as 
long as the switch hasn't finished.
Ciao,
F at lk





More information about the KDevelop-devel mailing list