By default, Bugzilla does not search the list of RESOLVED bugs.You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
| Summary: |
kbabel crashes opening a po file |
| Product: |
TDE
|
Reporter: |
Denis Prost <denis.prost> |
| Component: |
other (any) | Assignee: |
Timothy Pearson <kb9vqf> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
CC: |
bugwatch, darrella, denis.prost
|
| Priority: |
P5
|
|
|
| Version: |
3.5.12 [Trinity] | |
|
| Hardware: |
i386 | |
|
| OS: |
Debian Squeeze | |
|
|
Compiler Version:
|
|
TDE Version String:
|
|
|
Application Version:
|
|
Application Name:
|
|
I tried opening kicker.po from kde-i18h-fr source tarball with kabel, but it crashed. Here is the output : > ----------- > [Thread debugging using libthread_db enabled] > [KCrash handler] > #6 0xb764b279 in KBabel::CatalogImportPlugin::open(QString const&, > QString const&, KBabel::Catalog*) () from > /opt/trinity/lib/libkbabelcommon.so.3 > #7 0xb762ccc3 in KBabel::Catalog::openURL(KURL const&, QString const&) () > from /opt/trinity/lib/libkbabelcommon.so.3 > #8 0x080cfbd9 in ?? () > #9 0x080d8a2b in ?? () > #10 0x080726fa in ?? () > #11 0xb6e6a0df in KUniqueApplication::processDelayed() () > from /opt/trinity/lib/libkdecore.so.4 > #12 0xb6e90434 in KUniqueApplication::qt_invoke(int, QUObject*) () > from /opt/trinity/lib/libkdecore.so.4 > #13 0xb67749aa in QObject::activate_signal(QConnectionList*, QUObject*) () > from /usr/lib/libqt-mt.so.3 > #14 0xb6ad322e in QSignal::signal(QVariant const&) () > from /usr/lib/libqt-mt.so.3 > #15 0xb67918a7 in QSignal::activate() () from /usr/lib/libqt-mt.so.3 > #16 0xb6799043 in QSingleShotTimer::event(QEvent*) () > from /usr/lib/libqt-mt.so.3 > #17 0xb6710167 in QApplication::internalNotify(QObject*, QEvent*) () > from /usr/lib/libqt-mt.so.3 > #18 0xb671114b in QApplication::notify(QObject*, QEvent*) () > from /usr/lib/libqt-mt.so.3 > #19 0xb6e9489b in KApplication::notify(QObject*, QEvent*) () > from /opt/trinity/lib/libkdecore.so.4 > #20 0xb6705cb2 in QEventLoop::activateTimers() () from > /usr/lib/libqt-mt.so.3 > #21 0xb66bb0a3 in QEventLoop::processEvents(unsigned int) () > from /usr/lib/libqt-mt.so.3 > #22 0xb6729130 in QEventLoop::enterLoop() () from /usr/lib/libqt-mt.so.3 > #23 0xb6728fd6 in QEventLoop::exec() () from /usr/lib/libqt-mt.so.3 > #24 0xb67107bf in QApplication::exec() () from /usr/lib/libqt-mt.so.3 > #25 0x080719c1 in ?? () > #26 0xb5f5ec76 in __libc_start_main () from /lib/i686/cmov/libc.so.6 > #27 0x080712e1 in ?? () > ------------------------