Bug 100849 - kdefilepicker crash by using openoffice
Summary: kdefilepicker crash by using openoffice
Status: RESOLVED NOT A BUG
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
: 102203 103023 104472 109186 110945 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-04 23:40 UTC by stefan
Modified: 2005-08-17 03:01 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stefan 2005-03-04 23:40:43 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    SuSE RPMs
OS:                Linux

This Bug appear since version 3.4.beta2. I start the openoffice. Under file I want to open a file, than the dialog
appear shortly. After that the KDE Crashmanager come up with the following message:
The Program Openoffice (kdefilepicker) crash and send signal 11

The memory report:
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1098346528 (LWP 15416)]
[New Thread 1106840496 (LWP 15608)]
[Thread debugging using libthread_db enabled]
[New Thread 1098346528 (LWP 15416)]
[New Thread 1106840496 (LWP 15608)]
[Thread debugging using libthread_db enabled]
[New Thread 1098346528 (LWP 15416)]
[New Thread 1106840496 (LWP 15608)]
[KCrash handler]
#7  0x409a9d2d in __dynamic_cast () from /usr/lib/libstdc++.so.5
#8  0x40c4d7a3 in KAcceleratorManagerPrivate::manage ()
   from /opt/kde3/lib/libkdecore.so.4
#9  0x40c4d92e in KAcceleratorManager::manage ()
   from /opt/kde3/lib/libkdecore.so.4
#10 0x40c4d963 in KAcceleratorManager::manage ()
   from /opt/kde3/lib/libkdecore.so.4
#11 0x40c4d9b2 in KCheckAccelerators::checkAccelerators ()
   from /opt/kde3/lib/libkdecore.so.4
#12 0x40c4e09b in KCheckAccelerators::autoCheckSlot ()
   from /opt/kde3/lib/libkdecore.so.4
#13 0x40c4e14c in KCheckAccelerators::qt_invoke ()
   from /opt/kde3/lib/libkdecore.so.4
#14 0x40faa31e in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#15 0x40faaac6 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#16 0x412fe359 in QTimer::timeout () from /usr/lib/libqt-mt.so.3
#17 0x40fcf54f in QTimer::event () from /usr/lib/libqt-mt.so.3
#18 0x40f47baf in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#19 0x40f49773 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#20 0x40c925d1 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#21 0x40f3c35c in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#22 0x40ef5156 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#23 0x40f5fb41 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#24 0x40f495af in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
#25 0x41140f72 in QDialog::exec () from /usr/lib/libqt-mt.so.3
#26 0x0805351e in FileDialog::customEvent ()
#27 0x40faacde in QObject::event () from /usr/lib/libqt-mt.so.3
#28 0x40fe03df in QWidget::event () from /usr/lib/libqt-mt.so.3
#29 0x40f47baf in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#30 0x40f49773 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#31 0x40c925d1 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#32 0x40f489f0 in QApplication::sendPostedEvents ()
   from /usr/lib/libqt-mt.so.3
#33 0x40f48a74 in QApplication::sendPostedEvents ()
   from /usr/lib/libqt-mt.so.3
#34 0x40ef4a90 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#35 0x40f5fb41 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#36 0x40f5f986 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#37 0x40f4963f in QApplication::exec () from /usr/lib/libqt-mt.so.3
#38 0x08056e84 in main ()


I think this is a KDE bug because it appears since kde3.4.beta2 and the Errormessage said the kdefilepicker crash.
Comment 1 Thiago Macieira 2005-03-05 03:08:07 UTC
kdefilepicker is not part of KDE. I had never heard of it before.
Comment 2 Stephan Binner 2005-03-11 19:14:24 UTC
It's fixed in the OOo2 KDE builds. As workaround on KDE side, add "[Development] AutoCheckAccelerators=false" to your ~/.kde/share/config/kdeglobals
Comment 3 grobitobi 2005-03-20 00:43:38 UTC
thank you Stephan Binner. OOo is to repair.
Comment 4 Michael Möller 2005-03-22 09:39:23 UTC
Stephan Binner's patch will also work locally for the OOo's kdefilepicker, only.
-------8<-------------------------------8<---------------
# /opt/kde3/share/config/kdefilepickerrc
#
# OpenOffice.org's KDE file selector configuration
#
# This avoids crashes when using OpenOffice.org with KDE
# file dialogs and KDE >= 3.4
#
# Move this file to $KDEDIR/share/config/kdefilepickerrc
# or merge it to an existing configuration.

[Development]
AutoCheckAccelerators=false
------->8------------------------------->8---------------
Comment 5 Stephan Binner 2005-03-23 10:23:55 UTC
*** Bug 102203 has been marked as a duplicate of this bug. ***
Comment 6 Maksim Orlovich 2005-04-01 20:52:52 UTC
*** Bug 103023 has been marked as a duplicate of this bug. ***
Comment 7 Maksim Orlovich 2005-04-24 16:05:15 UTC
*** Bug 104472 has been marked as a duplicate of this bug. ***
Comment 8 Nándor Moletz 2005-06-08 10:36:45 UTC
The mentioned modification of config file was not successfull
Comment 9 Stephan Binner 2005-07-17 00:17:51 UTC
*** Bug 109186 has been marked as a duplicate of this bug. ***
Comment 10 Maksim Orlovich 2005-08-17 02:58:40 UTC
*** Bug 110945 has been marked as a duplicate of this bug. ***
Comment 11 teo 2005-08-17 03:01:17 UTC
platform is not only suse, but also fedora.. and perhaps others that i am not aware off... bot sure if that matters, but wanted to be clear.