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 1422 - [Regression] Kolourpaint crashes during startup
Summary: [Regression] Kolourpaint crashes during startup
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdegraphics (show other bugs)
Version: 3.5.13.2 [Trinity]
Hardware: i386 Linux
: P5 critical
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-03-24 02:21 CDT by Sergey Frolov
Modified: 2013-03-26 20:12 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 Sergey Frolov 2013-03-24 02:21:09 CDT
Here is console output:
aidaho@aidaho-laptop:~$ kolourpaint
QSettings::sync: failed to open '/etc/qt3/qt_plugins_3.3rc.tmp' for writing
QSettings::sync: failed to open '/etc/qt3/qt_plugins_3.3rc.tmp' for writing
QSettings::sync: failed to open '/etc/qt3/qt_plugins_3.3rc.tmp' for writing
kolourpaint: fcmatch.c:548: IA__FcFontMatch: Assertion `result != ((void *)0)' failed.
[kcrash] KCrash: Application 'kolourpaint' crashing...

GDB backtrace:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
[KCrash handler]
#6  0xb7743424 in __kernel_vsyscall ()
#7  0xb5f1f941 in raise () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#8  0xb5f22d72 in abort () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#9  0xb5f18b58 in __assert_fail () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#10 0xb6e309be in FcFontMatch () from /usr/lib/i386-linux-gnu/libfontconfig.so.1
#11 0xb703df5f in KFontAction::setFont(QString const&) () from /opt/trinity/lib/libkdeui.so.4
#12 0x080cfd21 in kpMainWindow::readAndApplyTextSettings() ()
#13 0x080d12cc in kpMainWindow::setupTextToolBarActions() ()
#14 0x080baaf0 in kpMainWindow::setupActions() ()
#15 0x080babf8 in kpMainWindow::init() ()
#16 0x080be0f6 in kpMainWindow::kpMainWindow() ()
#17 0x080a2416 in main ()


My system:
aidaho@aidaho-laptop:~$ uname -a
Linux aidaho-laptop 3.2.0-4-686-pae #1 SMP Debian 3.2.39-2 i686 GNU/Linux
aidaho@aidaho-laptop:~$ lsb_release -d
Description:    Debian GNU/Linux 7.0 (wheezy)
Comment 1 Slávek Banko 2013-03-26 20:12:48 CDT
Fixed in GIT hash 513dce7c and also backported into v3.5.13-sru branch.
Thank you for your testing and bug reporting.