Bug 199052 - Konqueror Crashes When I Hover Over a 1GB Large tar.gz file
Summary: Konqueror Crashes When I Hover Over a 1GB Large tar.gz file
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-05 17:46 UTC by Hannes Schniepp
Modified: 2009-12-18 15:37 UTC (History)
4 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 Hannes Schniepp 2009-07-05 17:46:31 UTC
Version:           4.2.95 (using KDE 4.2.90)
OS:                Linux
Installed from:    Ubuntu Packages

I have a 1.1GB large tar.gz file. When I select the file in konqueror or even if I only hover over it, konqueror reproducibly crashes. I am actually using KDE 4.3RC1 (4.2.95). [The latest selectable version in the preparation of this report was 4.2.90 / Beta2.]

I am getting this backtrace: 

Application: Konqueror (kdeinit4), signal: Aborted
[KCrash Handler]
#6  0xb7ff7430 in __kernel_vsyscall ()
#7  0xb65d36d0 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb65d5098 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb65cc5ce in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#10 0xb63ee691 in Strigi::SubInputStream::SubInputStream () from /usr/lib/libstreams.so.0
#11 0xb63ef850 in Strigi::TarInputStream::nextEntry () from /usr/lib/libstreams.so.0
#12 0xb644cebb in ?? () from /usr/lib/libstreamanalyzer.so.0
#13 0xb643ded4 in ?? () from /usr/lib/libstreamanalyzer.so.0
#14 0xb643510f in ?? () from /usr/lib/libstreamanalyzer.so.0
#15 0xb78e9e57 in ?? () from /usr/lib/libkio.so.5
#16 0xb78eb4c2 in KFileMetaInfo::KFileMetaInfo () from /usr/lib/libkio.so.5
#17 0xb78d300a in KFileItem::metaInfo () from /usr/lib/libkio.so.5
#18 0xb78d6519 in KFileItem::getToolTipText () from /usr/lib/libkio.so.5
#19 0xb205abb7 in ?? () from /usr/lib/libdolphinprivate.so.4
#20 0xb205ae03 in ?? () from /usr/lib/libdolphinprivate.so.4
#21 0xb7ef7ca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#22 0xb7ef8932 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#23 0xb7f33717 in QTimer::timeout () from /usr/lib/libQtCore.so.4
#24 0xb7efd6fe in QTimer::timerEvent () from /usr/lib/libQtCore.so.4
#25 0xb7ef215f in QObject::event () from /usr/lib/libQtCore.so.4
#26 0xb6971e9c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#27 0xb697a19e in QApplication::notify () from /usr/lib/libQtGui.so.4
#28 0xb74ac3dd in KApplication::notify () from /usr/lib/libkdeui.so.5
#29 0xb7ee1a3b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#30 0xb7f10d71 in ?? () from /usr/lib/libQtCore.so.4
#31 0xb7f0d4e0 in ?? () from /usr/lib/libQtCore.so.4
#32 0xb6504b88 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#33 0xb65080eb in ?? () from /usr/lib/libglib-2.0.so.0
#34 0xb6508268 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#35 0xb7f0d438 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#36 0xb6a13365 in ?? () from /usr/lib/libQtGui.so.4
#37 0xb7ee006a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#38 0xb7ee04aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#39 0xb7ee2959 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#40 0xb6971d17 in QApplication::exec () from /usr/lib/libQtGui.so.4
#41 0xb4b5e0e8 in kdemain () from /usr/lib/libkdeinit4_konqueror.so
#42 0x0804e1c0 in _start ()
Comment 1 FiNeX 2009-07-06 14:09:17 UTC
could you try to do the same using dolphin?
Comment 2 Hannes Schniepp 2009-07-06 20:42:35 UTC
Done: it does exactly the same thing in Dolphin.
Comment 3 Dario Andres 2009-10-03 21:13:40 UTC
- Is this still happening with KDE4.3 ?
- What is your strigi version ?
Thanks
Comment 4 Hannes Schniepp 2009-10-18 21:50:23 UTC
Sorry for my late reply. 

I am afraid, yes, it still crashes! Before crashing, it freezes about for a minute or so. I am using KDE 4.3.2. I have not installed strigi (I am using recoll instead). However, using grep I found that I have the following libraries installed which may be relevant: 

kdegraphics-strigi-plugins            4:4.3.2-0ubuntu1
kdepim-strigi-plugins                 4:4.3.2-0ubuntu5
libstrigiqtdbusclient0                0.7.0-1         

Anything else I can do?
Comment 5 Peter Penz 2009-12-18 15:37:22 UTC
Fixed in KDE 4.4 (tooltips don't use KFileMetaInfo anymore)