Summary: | Kbabel crashes when spellchecking file | ||
---|---|---|---|
Product: | [Unmaintained] kbabel | Reporter: | Krzysztof Lichota <krzysiek> |
Component: | general | Assignee: | Stanislav Visnovsky <visnovsky> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | cfeck, kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
PO file causing the crash
kbabelrc The po file that causes the crash |
Description
Krzysztof Lichota
2006-06-14 18:06:36 UTC
Created attachment 16610 [details]
PO file causing the crash
Created attachment 16611 [details]
kbabelrc
I have the same error here with a german file. The procedure is a bit simpler here. Just run Spellcheck (Ctrl+I) and press ignore on every item. I can toggle the crash/no-crash behviour by setting the Encoding to UTF-8 (crash) oder US-ASCII (no-crash). I use aspell. The Backtrace I get is the following: === Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1234110784 (LWP 4967)] [KCrash handler] #5 0x00000000 in ?? () #6 0xb79ae12c in KSpell::dialog () from /usr/local/kde/lib/libkdeui.so.4 #7 0xb79b2d04 in KSpell::checkList3a () from /usr/local/kde/lib/libkdeui.so.4 #8 0xb79b2e7e in KSpell::checkList4 () from /usr/local/kde/lib/libkdeui.so.4 #9 0xb79b38fe in KSpell::qt_invoke () from /usr/local/kde/lib/libkdeui.so.4 #10 0xb6f41cb3 in QObject::activate_signal () from /usr/share/qt3/lib/libqt-mt.so.3 #11 0xb6f42744 in QObject::activate_signal () from /usr/share/qt3/lib/libqt-mt.so.3 #12 0xb79ab11c in KSpell::dialog3 () from /usr/local/kde/lib/libkdeui.so.4 #13 0xb79ad95d in KSpell::dialog2 () from /usr/local/kde/lib/libkdeui.so.4 #14 0xb79b391a in KSpell::qt_invoke () from /usr/local/kde/lib/libkdeui.so.4 #15 0xb6f41de0 in QObject::activate_signal () from /usr/share/qt3/lib/libqt-mt.so.3 #16 0xb6f425ba in QObject::activate_signal () from /usr/share/qt3/lib/libqt-mt.so.3 #17 0xb79a8df0 in KSpellDlg::command () from /usr/local/kde/lib/libkdeui.so.4 #18 0xb79a8e24 in KSpellDlg::done () from /usr/local/kde/lib/libkdeui.so.4 #19 0xb79a8d76 in KSpellDlg::ignore () from /usr/local/kde/lib/libkdeui.so.4 #20 0xb79a9389 in KSpellDlg::qt_invoke () from /usr/local/kde/lib/libkdeui.so.4 #21 0xb6f41cb3 in QObject::activate_signal () from /usr/share/qt3/lib/libqt-mt.so.3 #22 0xb6f42744 in QObject::activate_signal () from /usr/share/qt3/lib/libqt-mt.so.3 #23 0xb72d3d3f in QButton::clicked () from /usr/share/qt3/lib/libqt-mt.so.3 #24 0xb6fdec4e in QButton::mouseReleaseEvent () from /usr/share/qt3/lib/libqt-mt.so.3 #25 0xb6f78654 in QWidget::event () from /usr/share/qt3/lib/libqt-mt.so.3 #26 0xb6ed9bd6 in QApplication::internalNotify () from /usr/share/qt3/lib/libqt-mt.so.3 #27 0xb6edbd79 in QApplication::notify () from /usr/share/qt3/lib/libqt-mt.so.3 #28 0xb758a3ee in KApplication::notify () from /usr/local/kde/lib/libkdecore.so.4 #29 0xb6e6d445 in QApplication::sendSpontaneousEvent () from /usr/share/qt3/lib/libqt-mt.so.3 #30 0xb6e6c0df in QETWidget::translateMouseEvent () from /usr/share/qt3/lib/libqt-mt.so.3 #31 0xb6e6a660 in QApplication::x11ProcessEvent () from /usr/share/qt3/lib/libqt-mt.so.3 #32 0xb6e80cb2 in QEventLoop::processEvents () from /usr/share/qt3/lib/libqt-mt.so.3 #33 0xb6ef4129 in QEventLoop::enterLoop () from /usr/share/qt3/lib/libqt-mt.so.3 #34 0xb6ef3f4a in QEventLoop::exec () from /usr/share/qt3/lib/libqt-mt.so.3 #35 0xb6edb76f in QApplication::exec () from /usr/share/qt3/lib/libqt-mt.so.3 #36 0x0807725a in main () === I will attach the file that causes the error below. Created attachment 19015 [details]
The po file that causes the crash
is this bug still valid with Lokalize ? KBabel is no longer maintained, please use the KDE 4 translator's tool called "Lokalize" instead. For more information, please visit http://userbase.kde.org/Lokalize If this is a bug which is also present in Lokalize, please add a comment so that I can reassign the bug the the Lokalize authors. |