Bug 122225 - Crash while randomly clicking through some directories
Summary: Crash while randomly clicking through some directories
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konqueror
Classification: Applications
Component: fsview (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
: 152224 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-18 17:12 UTC by Christian D.
Modified: 2009-08-21 22:50 UTC (History)
3 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 Christian D. 2006-02-18 17:12:59 UTC
Version:           3.5.1 (using KDE 3.5.1, Kubuntu Package 4:3.5.1-0ubuntu7 dapper)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-15-686

I managed to reproduce it somehow and made a backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 916084416 (LWP 19826)]
0x376508bb in QString::operator= () from /usr/lib/libqt-mt.so.3
(gdb)
Continuing.

Program received signal SIGCONT, Continued.
0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe410 in __kernel_vsyscall ()
#1  0x37df2110 in nanosleep () from /lib/tls/i686/cmov/libc.so.6
#2  0x37df1f3c in sleep () from /lib/tls/i686/cmov/libc.so.6
#3  0x378d0501 in KCrash::startDrKonqi (argv=0x3fff9060, argc=18) at kcrash.cpp:311
#4  0x378f836c in KCrash::defaultCrashHandler (sig=11) at kcrash.cpp:228
#5  <signal handler called>
#6  0x376508bb in QString::operator= () from /usr/lib/libqt-mt.so.3
#7  0x3564533f in QValueVectorPrivate<ScanFile>::QValueVectorPrivate () from /usr/lib/kde3/libfsviewpart.so
#8  0x356453ba in QValueVector<ScanFile>::detachInternal () from /usr/lib/kde3/libfsviewpart.so
#9  0x35643e93 in ScanDir::clear () from /usr/lib/kde3/libfsviewpart.so
#10 0x35644566 in ScanDir::scan () from /usr/lib/kde3/libfsviewpart.so
#11 0x35644f7e in ScanManager::scan () from /usr/lib/kde3/libfsviewpart.so
#12 0x3563f725 in FSView::doUpdate () from /usr/lib/kde3/libfsviewpart.so
#13 0x35642e6b in FSView::qt_invoke () from /usr/lib/kde3/libfsviewpart.so
#14 0x3733726d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#15 0x376c631e in QSignal::signal () from /usr/lib/libqt-mt.so.3
#16 0x373549cc in QSignal::activate () from /usr/lib/libqt-mt.so.3
#17 0x3735c4bc in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
#18 0x372cd65a in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#19 0x372cd84c in QApplication::notify () from /usr/lib/libqt-mt.so.3
#20 0x37994c7d in KApplication::notify (this=0x3fff9dec, receiver=0x82d69f0, event=0x3fff9a88) at kapplication.cpp:550
#21 0x3725e967 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#22 0x372bf047 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#23 0x37272753 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#24 0x372e6153 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#25 0x372e6076 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#26 0x372cc169 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#27 0x3684f891 in kdemain () from /usr/lib/libkdeinit_konqueror.so
#28 0x37fd94f4 in kdeinitmain () from /usr/lib/kde3/konqueror.so
#29 0x0804e00f in ?? ()
#30 0x00000004 in ?? ()
#31 0x08120cd0 in ?? ()
#32 0x00000001 in ?? ()
#33 0x00000000 in ?? ()
(gdb)
Comment 1 Philip Rodrigues 2006-02-18 19:00:38 UTC
What did you do before the crash occurred? Is it reproducible? (ie, if you do the same thing again, does the crash happen again?)
Comment 2 Christian D. 2006-02-19 12:17:53 UTC
OK, I'll try hard to get you something usefull about this crash-bug. Until now I can say, that I can reproduce it with one Konqueror opened without any tabs or other things like sidebars etc. Only the bare minimum file-management profile with fsviewpart. I can crash it by cklicking around for a minute or two in very large folders like /usr/share or /usr/bin and my home-directory. But this is not really reproducable. I can reproducably crash it when I view a cifs mount with thousands of files (from really large to very small). In both cases drkonqi does _sometimes_ _not_ get invoked(??). I have to attach a debugger before, to get a backtrace.
Comment 3 Christian D. 2006-02-19 12:20:14 UTC
Here is a backtrace from a crash on viewing the cifs mounted filesystem, where drkonqi was invoked (as it should be):

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 915932864 (LWP 4832)]
[KCrash handler]
#6  0x3762b8bb in QString::operator= () from /usr/lib/libqt-mt.so.3
#7  0x35de933f in QValueVectorPrivate<ScanFile>::QValueVectorPrivate ()
   from /usr/lib/kde3/libfsviewpart.so
#8  0x35de93ba in QValueVector<ScanFile>::detachInternal ()
   from /usr/lib/kde3/libfsviewpart.so
#9  0x35de7e93 in ScanDir::clear () from /usr/lib/kde3/libfsviewpart.so
#10 0x35de8566 in ScanDir::scan () from /usr/lib/kde3/libfsviewpart.so
#11 0x35de8f7e in ScanManager::scan () from /usr/lib/kde3/libfsviewpart.so
#12 0x35de3725 in FSView::doUpdate () from /usr/lib/kde3/libfsviewpart.so
#13 0x35de6e6b in FSView::qt_invoke () from /usr/lib/kde3/libfsviewpart.so
#14 0x3731226d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#15 0x376a131e in QSignal::signal () from /usr/lib/libqt-mt.so.3
#16 0x3732f9cc in QSignal::activate () from /usr/lib/libqt-mt.so.3
#17 0x373374bc in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
#18 0x372a865a in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#19 0x372a884c in QApplication::notify () from /usr/lib/libqt-mt.so.3
#20 0x3796fc7d in KApplication::notify (this=0x3fdd624c, receiver=0x82dc990, 
    event=0x3fdd5ee8) at kapplication.cpp:550
#21 0x37239967 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#22 0x3729a047 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#23 0x3724d753 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#24 0x372c1153 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#25 0x372c1076 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#26 0x372a7169 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#27 0x3682a891 in kdemain () from /usr/lib/libkdeinit_konqueror.so
#28 0x37fb44f4 in kdeinitmain () from /usr/lib/kde3/konqueror.so
#29 0x0804e00f in launch (argc=2, _name=0x8120eac "konqueror", 
    args=0x8120ebf "\001", cwd=0x0, envc=1, envs=0x8120ed0 "", 
    reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x69 <Address 0x69 out of bounds>) at kinit.cpp:637
#30 0x0804e6b3 in handle_launcher_request (sock=8) at kinit.cpp:1203
#31 0x0804ec3d in handle_requests (waitForPid=0) at kinit.cpp:1404
#32 0x0804fd03 in main (argc=2, argv=0x3fdd6d84, envp=0x69) at kinit.cpp:1848
#33 0x37d55ea2 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#34 0x0804b7e1 in _start () at ../sysdeps/i386/elf/start.S:119
Comment 4 Christian D. 2006-02-19 14:03:36 UTC
Here is a drkonqi generated backtrace of a konqueror crash with multiple opened fsviewpart tabs. I intentionally crashed it by opening a fsviewpart tab on the cifs mount, as I did before.

Backtrace follows: 

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 915932864 (LWP 5012)]
[KCrash handler]
#6  0x37da48a0 in free () from /lib/tls/i686/cmov/libc.so.6
#7  0x37da6411 in malloc () from /lib/tls/i686/cmov/libc.so.6
#8  0x37607266 in QGArray::QGArray () from /usr/lib/libqt-mt.so.3
#9  0x375fa66c in QMemArray<char>::QMemArray () from /usr/lib/libqt-mt.so.3
#10 0x375f881a in QCString::QCString () from /usr/lib/libqt-mt.so.3
#11 0x376592c5 in QUtf8Codec::fromUnicode () from /usr/lib/libqt-mt.so.3
#12 0x37653246 in QTextCodec::fromUnicode () from /usr/lib/libqt-mt.so.3
#13 0x37631a5f in QString::local8Bit () from /usr/lib/libqt-mt.so.3
#14 0x37604881 in QFile::ungetch () from /usr/lib/libqt-mt.so.3
#15 0x376048ba in QFile::encodeName () from /usr/lib/libqt-mt.so.3
#16 0x375ef505 in QFileInfo::doStat () from /usr/lib/libqt-mt.so.3
#17 0x375efada in QFileInfo::isFile () from /usr/lib/libqt-mt.so.3
#18 0x375ed734 in QDir::readDirEntries () from /usr/lib/libqt-mt.so.3
#19 0x37602eb5 in QDir::entryList () from /usr/lib/libqt-mt.so.3
#20 0x37602b22 in QDir::entryList () from /usr/lib/libqt-mt.so.3
#21 0x35df96a9 in ScanDir::scan () from /usr/lib/kde3/libfsviewpart.so
#22 0x35df9f7e in ScanManager::scan () from /usr/lib/kde3/libfsviewpart.so
#23 0x35df4725 in FSView::doUpdate () from /usr/lib/kde3/libfsviewpart.so
#24 0x35df7e6b in FSView::qt_invoke () from /usr/lib/kde3/libfsviewpart.so
#25 0x3731226d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#26 0x376a131e in QSignal::signal () from /usr/lib/libqt-mt.so.3
#27 0x3732f9cc in QSignal::activate () from /usr/lib/libqt-mt.so.3
#28 0x373374bc in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
#29 0x372a865a in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#30 0x372a884c in QApplication::notify () from /usr/lib/libqt-mt.so.3
#31 0x3796fc7d in KApplication::notify (this=0x3fdd624c, receiver=0x83323e0, 
    event=0x3fdd5ee8) at kapplication.cpp:550
#32 0x37239967 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#33 0x3729a047 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#34 0x3724d753 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#35 0x372c1153 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#36 0x372c1076 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#37 0x372a7169 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#38 0x3682a891 in kdemain () from /usr/lib/libkdeinit_konqueror.so
#39 0x37fb44f4 in kdeinitmain () from /usr/lib/kde3/konqueror.so
#40 0x0804e00f in launch (argc=2, _name=0x81208d4 "konqueror", 
    args=0x81208e7 "\001", cwd=0x0, envc=1, envs=0x81208f8 "", 
    reset_env=false, tty=0x0, avoid_loops=false, startup_id_str=0x0)
    at kinit.cpp:637
#41 0x0804e6b3 in handle_launcher_request (sock=8) at kinit.cpp:1203
#42 0x0804ec3d in handle_requests (waitForPid=0) at kinit.cpp:1404
#43 0x0804fd03 in main (argc=2, argv=0x3fdd6d84, envp=0x0) at kinit.cpp:1848
#44 0x37d55ea2 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#45 0x0804b7e1 in _start () at ../sysdeps/i386/elf/start.S:119
Comment 5 Christian D. 2006-02-19 14:07:17 UTC
May I suggest you to use the new features of GCC 4.x like -fmudflap or maybe Valgrind --tool=memcheck to debug your code. I currently don't have the ressources to compile a KDE myself on my very low end box.
Comment 6 Christian D. 2006-02-19 15:22:45 UTC
Hmm, this time it crashed differently. I was running an ls -R at the same time on the cifs mount.

Backtrace follows:

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 915932864 (LWP 9050)]
[KCrash handler]
#6  0x37da48a0 in free () from /lib/tls/i686/cmov/libc.so.6
#7  0x37da6411 in malloc () from /lib/tls/i686/cmov/libc.so.6
#8  0x37f45e26 in operator new () from /usr/lib/libstdc++.so.6
#9  0x37f45f3d in operator new[] () from /usr/lib/libstdc++.so.6
#10 0x3762b72c in QString::setLength () from /usr/lib/libqt-mt.so.3
#11 0x3762bad8 in QString::grow () from /usr/lib/libqt-mt.so.3
#12 0x3762d56b in QString::operator+= () from /usr/lib/libqt-mt.so.3
#13 0x3760101d in QDir::filePath () from /usr/lib/libqt-mt.so.3
#14 0x37605456 in QFileInfo::setFile () from /usr/lib/libqt-mt.so.3
#15 0x375ed6ae in QDir::readDirEntries () from /usr/lib/libqt-mt.so.3
#16 0x37602eb5 in QDir::entryList () from /usr/lib/libqt-mt.so.3
#17 0x37602b22 in QDir::entryList () from /usr/lib/libqt-mt.so.3
#18 0x35de86a9 in ScanDir::scan () from /usr/lib/kde3/libfsviewpart.so
#19 0x35de8f7e in ScanManager::scan () from /usr/lib/kde3/libfsviewpart.so
#20 0x35de3725 in FSView::doUpdate () from /usr/lib/kde3/libfsviewpart.so
#21 0x35de6e6b in FSView::qt_invoke () from /usr/lib/kde3/libfsviewpart.so
#22 0x3731226d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#23 0x376a131e in QSignal::signal () from /usr/lib/libqt-mt.so.3
#24 0x3732f9cc in QSignal::activate () from /usr/lib/libqt-mt.so.3
#25 0x373374bc in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
#26 0x372a865a in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#27 0x372a884c in QApplication::notify () from /usr/lib/libqt-mt.so.3
#28 0x3796fc7d in KApplication::notify (this=0x3fdd624c, receiver=0x82e9210, 
    event=0x3fdd5ee8) at kapplication.cpp:550
#29 0x37239967 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#30 0x3729a047 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#31 0x3724d753 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#32 0x372c1153 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#33 0x372c1076 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#34 0x372a7169 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#35 0x3682a891 in kdemain () from /usr/lib/libkdeinit_konqueror.so
#36 0x37fb44f4 in kdeinitmain () from /usr/lib/kde3/konqueror.so
#37 0x0804e00f in launch (argc=2, _name=0x812103c "konqueror", 
    args=0x812104f "\001", cwd=0x0, envc=1, envs=0x8121060 "", 
    reset_env=false, tty=0x0, avoid_loops=false, startup_id_str=0x0)
    at kinit.cpp:637
#38 0x0804e6b3 in handle_launcher_request (sock=8) at kinit.cpp:1203
#39 0x0804ec3d in handle_requests (waitForPid=0) at kinit.cpp:1404
#40 0x0804fd03 in main (argc=2, argv=0x3fdd6d84, envp=0x0) at kinit.cpp:1848
#41 0x37d55ea2 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#42 0x0804b7e1 in _start () at ../sysdeps/i386/elf/start.S:119
Comment 7 Christian D. 2006-02-19 15:28:22 UTC
Another different Backtrace:

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 915932864 (LWP 9946)]
[KCrash handler]
#6  0x35df8e9f in ScanDir::clear () from /usr/lib/kde3/libfsviewpart.so
#7  0x35df9566 in ScanDir::scan () from /usr/lib/kde3/libfsviewpart.so
#8  0x35df9f7e in ScanManager::scan () from /usr/lib/kde3/libfsviewpart.so
#9  0x35df4725 in FSView::doUpdate () from /usr/lib/kde3/libfsviewpart.so
#10 0x35df7e6b in FSView::qt_invoke () from /usr/lib/kde3/libfsviewpart.so
#11 0x3731226d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#12 0x376a131e in QSignal::signal () from /usr/lib/libqt-mt.so.3
#13 0x3732f9cc in QSignal::activate () from /usr/lib/libqt-mt.so.3
#14 0x373374bc in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
#15 0x372a865a in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#16 0x372a884c in QApplication::notify () from /usr/lib/libqt-mt.so.3
#17 0x3796fc7d in KApplication::notify (this=0x3fdd624c, receiver=0x82e4a00, 
    event=0x3fdd5ee8) at kapplication.cpp:550
#18 0x37239967 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#19 0x3729a047 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#20 0x3724d753 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#21 0x372c1153 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#22 0x372c1076 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#23 0x372a7169 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#24 0x3682a891 in kdemain () from /usr/lib/libkdeinit_konqueror.so
#25 0x37fb44f4 in kdeinitmain () from /usr/lib/kde3/konqueror.so
#26 0x0804e00f in launch (argc=2, _name=0x8120cac "konqueror", 
    args=0x8120cbf "\001", cwd=0x0, envc=1, envs=0x8120cd0 "", 
    reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x8453194 "X@C\b
Comment 8 jon martin solaas 2007-03-07 17:33:30 UTC
crashing when opening certain folders on FC6:

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208965424 (LWP 11973)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0x00987402 in __kernel_vsyscall ()
#7  0x00443d40 in raise () from /lib/libc.so.6
#8  0x00445591 in abort () from /lib/libc.so.6
#9  0x0043d38b in __assert_fail () from /lib/libc.so.6
#10 0x00bee45b in art_render_gradient_radial ()
   from /usr/lib/libart_lgpl_2.so.2
#11 0x00bec3fa in art_render_invoke_callbacks ()
   from /usr/lib/libart_lgpl_2.so.2
#12 0x00beefa4 in art_render_svp () from /usr/lib/libart_lgpl_2.so.2
#13 0x00bf4676 in art_svp_render_aa () from /usr/lib/libart_lgpl_2.so.2
#14 0x00bef0ca in art_render_svp () from /usr/lib/libart_lgpl_2.so.2
#15 0x00bece6e in art_render_invoke () from /usr/lib/libart_lgpl_2.so.2
#16 0x04425d07 in KSVGIconPainterHelper::applyLinearGradient ()
   from /usr/lib/libkdecore.so.4
#17 0x044265ae in KSVGIconPainterHelper::applyGradient ()
   from /usr/lib/libkdecore.so.4
#18 0x04426a52 in KSVGIconPainterHelper::applyGradient ()
   from /usr/lib/libkdecore.so.4
#19 0x044271e3 in KSVGIconPainterHelper::applyGradient ()
   from /usr/lib/libkdecore.so.4
#20 0x044278a6 in KSVGIconPainterHelper::drawPathInternal ()
   from /usr/lib/libkdecore.so.4
#21 0x04427b1c in KSVGIconPainterHelper::drawVPath ()
   from /usr/lib/libkdecore.so.4
#22 0x044205fe in KSVGIconPainter::drawRectangle ()
   from /usr/lib/libkdecore.so.4
#23 0x0441849a in KSVGIconEngineHelper::handleTags ()
   from /usr/lib/libkdecore.so.4
#24 0x0441880b in KSVGIconEngineHelper::handleTags ()
   from /usr/lib/libkdecore.so.4
#25 0x0441880b in KSVGIconEngineHelper::handleTags ()
   from /usr/lib/libkdecore.so.4
#26 0x044153d3 in KSVGIconEngine::load () from /usr/lib/libkdecore.so.4
#27 0x043379d6 in KIconLoader::loadIcon () from /usr/lib/libkdecore.so.4
#28 0x04b7da43 in KMimeType::pixmap () from /usr/lib/libkio.so.4
#29 0x04ba939f in KFileItem::pixmap () from /usr/lib/libkio.so.4
#30 0x00b2827b in KFileIVI::KFileIVI () from /usr/lib/libkonq.so.4
#31 0x003c02e0 in KonqKfmIconView::slotNewItems ()
   from /usr/lib/kde3/konq_iconview.so
#32 0x003c7b98 in KonqKfmIconView::qt_invoke ()
   from /usr/lib/kde3/konq_iconview.so
#33 0x03badbea in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#34 0x04badfd9 in KDirLister::newItems () from /usr/lib/libkio.so.4
#35 0x04baf53b in KDirLister::emitItems () from /usr/lib/libkio.so.4
#36 0x04bb2ba7 in KDirListerCache::slotEntries () from /usr/lib/libkio.so.4
#37 0x04bb6585 in KDirListerCache::qt_invoke () from /usr/lib/libkio.so.4
#38 0x03badbea in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#39 0x04b042a4 in KIO::ListJob::entries () from /usr/lib/libkio.so.4
#40 0x04b144ab in KIO::ListJob::slotListEntries () from /usr/lib/libkio.so.4
#41 0x04b1483f in KIO::ListJob::qt_invoke () from /usr/lib/libkio.so.4
#42 0x03badbea in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#43 0x04af3fd9 in KIO::SlaveInterface::listEntries ()
   from /usr/lib/libkio.so.4
#44 0x04af5717 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#45 0x04af6180 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#46 0x04af0fed in KIO::Slave::gotInput () from /usr/lib/libkio.so.4
#47 0x04af3098 in KIO::Slave::qt_invoke () from /usr/lib/libkio.so.4
#48 0x03badbea in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#49 0x03bae5c2 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#50 0x03f3a910 in QSocketNotifier::activated ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#51 0x03bce7d0 in QSocketNotifier::event ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#52 0x03b44e6b in QApplication::internalNotify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#53 0x03b462e9 in QApplication::notify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#54 0x042e156e in KApplication::notify () from /usr/lib/libkdecore.so.4
#55 0x03b38631 in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#56 0x03aed1c1 in QEventLoop::processEvents ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#57 0x03b5e3f0 in QEventLoop::enterLoop ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#58 0x03b5e2a6 in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#59 0x03b4497f in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#60 0x00c86a74 in kdemain () from /usr/lib/libkdeinit_konqueror.so
#61 0x08048472 in ?? ()
#62 0x00430f2c in __libc_start_main () from /lib/libc.so.6
#63 0x080483c1 in ?? ()
Comment 9 Josef Weidendorfer 2007-03-07 18:11:40 UTC
The backtrace from comment #8 has nothing to do with this bug.
That is a failed assertion in SVG rendering of icons.
Comment 10 Tommi Tervo 2007-11-13 07:52:08 UTC
*** Bug 152224 has been marked as a duplicate of this bug. ***
Comment 11 Wilbur 2008-11-15 16:25:21 UTC
Browsing Walmart site; clicking "back" button in browser toolbar caused this crash. Restoring session caused immediate crash again.

Application: Konqueror (konqueror), signal SIGSEGV
(no debugging symbols found)
...   ...   ...
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb5fdf8d0 (LWP 19512)]
[New Thread 0xb26d7b90 (LWP 19567)]
(no debugging symbols found)
...   ...   ...
(no debugging symbols found)
[KCrash handler]
#6  0xb401233f in KJS::PropertyMap::get () from /usr/lib/libkjs.so.4
#7  0xb4389659 in ?? () from /usr/lib/libkhtml.so.5
#8  0xb4389705 in ?? () from /usr/lib/libkhtml.so.5
#9  0xb43795af in ?? () from /usr/lib/libkhtml.so.5
#10 0xb43b24fd in ?? () from /usr/lib/libkhtml.so.5
#11 0xb400a444 in KJS::JSObject::get () from /usr/lib/libkjs.so.4
#12 0xb40224c1 in ?? () from /usr/lib/libkjs.so.4
#13 0xb3fdb5e0 in ?? () from /usr/lib/libkjs.so.4
#14 0xb400df5a in KJS::Interpreter::evaluate () from /usr/lib/libkjs.so.4
#15 0xb400e0f7 in KJS::Interpreter::evaluate () from /usr/lib/libkjs.so.4
#16 0xb43c8699 in ?? () from /usr/lib/libkhtml.so.5
#17 0xb4197b3d in KHTMLPart::executeScript () from /usr/lib/libkhtml.so.5
#18 0xb4220ecc in ?? () from /usr/lib/libkhtml.so.5
#19 0xb4223c96 in ?? () from /usr/lib/libkhtml.so.5
#20 0xb4226e6d in ?? () from /usr/lib/libkhtml.so.5
#21 0xb4229ac8 in ?? () from /usr/lib/libkhtml.so.5
#22 0xb422af75 in ?? () from /usr/lib/libkhtml.so.5
#23 0xb416fde7 in KHTMLPart::write () from /usr/lib/libkhtml.so.5
#24 0xb41653ce in KHTMLPart::slotRestoreData () from /usr/lib/libkhtml.so.5
#25 0xb4196b57 in KHTMLPart::qt_metacall () from /usr/lib/libkhtml.so.5
#26 0xb740fa60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#27 0xb74107e2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#28 0xb41c10e3 in ?? () from /usr/lib/libkhtml.so.5
#29 0xb41c2536 in ?? () from /usr/lib/libkhtml.so.5
#30 0xb41c269d in ?? () from /usr/lib/libkhtml.so.5
#31 0xb740fa60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#32 0xb74107e2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#33 0xb7415db7 in ?? () from /usr/lib/libQtCore.so.4
#34 0xb7415edc in ?? () from /usr/lib/libQtCore.so.4
#35 0xb740a53f in QObject::event () from /usr/lib/libQtCore.so.4
#36 0xb68fe8ec in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#37 0xb690676e in QApplication::notify () from /usr/lib/libQtGui.so.4
#38 0xb78cab2d in KApplication::notify () from /usr/lib/libkdeui.so.5
#39 0xb73fae61 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#40 0xb7428d81 in ?? () from /usr/lib/libQtCore.so.4
#41 0xb7425520 in ?? () from /usr/lib/libQtCore.so.4
#42 0xb63716f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#43 0xb6374da3 in ?? () from /usr/lib/libglib-2.0.so.0
#44 0xb6374f61 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#45 0xb7425478 in QEventDispatcherGlib::processEvents ()
   from /usr/lib/libQtCore.so.4
#46 0xb6998ee5 in ?? () from /usr/lib/libQtGui.so.4
#47 0xb73f952a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#48 0xb73f96ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#49 0xb73fbda5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#50 0xb68fe767 in QApplication::exec () from /usr/lib/libQtGui.so.4
#51 0xb7f902ed in kdemain () from /usr/lib/libkdeinit4_konqueror.so
#52 0x080485b2 in _start ()
#0  0xb7fe3430 in __kernel_vsyscall ()
Comment 12 Jonas Vejlin 2009-06-07 14:36:37 UTC
#11:
if you was talking about http://www.walmart.com/ I canot confirm this bug in kde 4.2.4 in debian Sid
Comment 13 FiNeX 2009-08-21 22:50:07 UTC
Comment  #11 is not related to this bug. It has already been reported (I don't remember the bug number).

Anyway the bug is about the filesystem view on konqueror in KDE 3 wich is no more mantained. The bug is not reproducible on konqueror in KDE 4, it uses dolphin for file management.

On KDE 4 it works for me.