[Bug 69195] New: reproducible crash with closing file in "Qt based text editor"
Tommi Uimonen
tuimonen at cc.hut.fi
Fri Nov 28 00:54:39 UTC 2003
------- 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=69195
Summary: reproducible crash with closing file in "Qt based text
editor"
Product: kdevelop
Version: unspecified
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: tuimonen at cc.hut.fi
Version: 3.0.0b (using KDE KDE 3.1.4)
Installed from: Debian testing/unstable Packages
Compiler: gcc version 3.3.2 (Debian)
OS: Linux
Start kdevelop
Set Editor to "Qt Designer based text editor" (Settings->Configure KDevelop->editor)
Open some file
Right click on editor window
(from popup)->Application->Close
CRASH
I ran also under gdb, and after SEGFAULT, I did "thread apply all bt" (like when debugging Ardour..), but nothing fancy came up, just few libc routines.
Here is the shell output (starting from the right click action to the crash)
kdevelop (core): MainWindowShare::slotActionStatusText() - Close current file
kdevelop (history): history-length=0
qeditor: CppSupportPart::partRemoved()
kdevelop (cpp support): ProblemReporter::slotPartRemoved()
kparts: DockMainWindow::createGUI for 0L
kparts: deactivating GUI for QEditorPart
kdevelop (abbrev): AbbrevPart::slotActivePartChanged()
kdevelop: KonsoleViewWidget::activePartChanged()
kdevelop: ===> Changing dir to /home/tuimonen/code/smgui.kdevelop/smgui/smgui
kdevelop: KonsoleViewWidget::setDirectory()
kdevelop: ===> part is 141389088
kdevelop (history): HistoryPart::activePartChanged()
qeditor: CppSupportPart::activePartChanged()
QObject::disconnect: No such slot CppSupportPart::slotCursorPositionChanged(unsigned int,unsigned int)
QObject::disconnect: (sender name: 'unnamed')
QObject::disconnect: (receiver name: 'KDevCppSupport')
kdevelop: ClassViewPart::activePartChanged()
kdevelop (cpp support): CppCodeCompletion::slotActivePartChanged()
kdevelop (core): pDock already destroyed!!
More information about the KDevelop-devel
mailing list