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.
Bug 340 - kbabel crashes opening a po file
Summary: kbabel crashes opening a po file
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: 3.5.12 [Trinity]
Hardware: i386 Debian Squeeze
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2010-10-04 13:49 CDT by Denis Prost
Modified: 2013-08-17 16:03 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Prost 2010-10-04 13:49:30 CDT
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 ?? ()
> ------------------------
Comment 1 Darrell 2013-05-22 22:38:26 CDT
Is this report still valid?

I cannot duplicate in GIT (2013-05-22). Opening a po file does not result in a crash. The file opens normally.
Comment 2 Denis Prost 2013-05-23 01:19:08 CDT
I'm sorry, I'm using Debian Wheezy now and trinity does not seem ready for it yet (unless there is an install process I don't know : trinity wiki only gives information for lenny and squeeze : I tried to replace lenny/squeeze by "wheezy" in the sources.list lines, but I get a 404 not found error when performing apt-get update).
Comment 3 Darrell 2013-08-17 13:43:49 CDT
Is this report still valid? Instructions for installing 3.5.13.2 in Wheezy:

http://www.trinitydesktop.org/wiki/bin/view/Documentation/DebianBinaryInstallation
Comment 4 Denis Prost 2013-08-17 15:55:03 CDT
(In reply to comment #3)
> Is this report still valid? Instructions for installing 3.5.13.2 in Wheezy:
> 
> http://www.trinitydesktop.org/wiki/bin/view/Documentation/DebianBinaryInstallation

seems to be fixed !
Comment 5 Darrell 2013-08-17 16:03:50 CDT
Thank you!