Bug 286925 - Segmentation fault after closing Konqueror
Summary: Segmentation fault after closing Konqueror
Status: RESOLVED DUPLICATE of bug 278180
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-18 14:26 UTC by juusohe
Modified: 2011-11-21 19:04 UTC (History)
1 user (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 juusohe 2011-11-18 14:26:26 UTC
Application: konqueror (4.7.3 (4.7.3))
KDE Platform Version: 4.7.3 (4.7.3)
Qt Version: 4.8.0
Operating System: Linux 3.1.1-1.fc16.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed:

I were on website http://www.youtube.com/watch?v=XITHbsUUlYI
and simply closed the Konqueror window. Then crash handler appeared.
It was said that there was a segmentation fault.

The crash can be reproduced every time.

-- Backtrace:
Application: Konqueror (konqueror), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
82	T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7f0b99070840 (LWP 3177))]

Thread 15 (Thread 0x7f0b8d121700 (LWP 3260)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x0000003f0af973cc in WTF::TCMalloc_PageHeap::scavengerThread (this=0x3f0b990f80) at ../../../Source/JavaScriptCore/wtf/FastMalloc.cpp:2495
#2  0x0000003f0af974f9 in WTF::TCMalloc_PageHeap::runScavengerThread (context=<optimized out>) at ../../../Source/JavaScriptCore/wtf/FastMalloc.cpp:1618
#3  0x0000003148807d90 in start_thread (arg=0x7f0b8d121700) at pthread_create.c:309
#4  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 14 (Thread 0x7f0b8c810700 (LWP 3261)):
#0  0x00000031480e6443 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x0000003147c44f88 in g_main_context_poll (n_fds=1, fds=0x7f0b840013e0, priority=<optimized out>, timeout=7946, context=0x7f0b840009a0) at gmain.c:3386
#2  g_main_context_iterate (context=0x7f0b840009a0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3068
#3  0x0000003147c4544c in g_main_context_iteration (context=0x7f0b840009a0, may_block=1) at gmain.c:3136
#4  0x0000003efcfa6896 in QEventDispatcherGlib::processEvents (this=0x7f0b840008c0, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:426
#5  0x0000003efcf76c82 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#6  0x0000003efcf76ed7 in QEventLoop::exec (this=0x7f0b8c80fd40, flags=...) at kernel/qeventloop.cpp:204
#7  0x0000003efce78ad7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#8  0x0000003efce7bb1b in QThreadPrivate::start (arg=0x13b0a00) at thread/qthread_unix.cpp:298
#9  0x0000003148807d90 in start_thread (arg=0x7f0b8c810700) at pthread_create.c:309
#10 0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 13 (Thread 0x7f0b88f7a700 (LWP 3273)):
#0  0x00007fff39b9e70c in ?? ()
#1  0x00007fff39b9e959 in ?? ()
#2  0x0000003148c041f1 in __GI_clock_gettime (clock_id=1, tp=0x7f0b88f79a80) at ../sysdeps/unix/clock_gettime.c:100
#3  0x0000003efced2004 in do_gettime (frac=0x7f0b88f79a98, sec=0x7f0b88f79a90) at tools/qelapsedtimer_unix.cpp:123
#4  qt_gettime () at tools/qelapsedtimer_unix.cpp:140
#5  0x0000003efcfa6f9d in QTimerInfoList::updateCurrentTime (this=0x7f0b3c001ed0) at kernel/qeventdispatcher_unix.cpp:343
#6  0x0000003efcfa72d3 in QTimerInfoList::timerWait (this=0x7f0b3c001ed0, tm=...) at kernel/qeventdispatcher_unix.cpp:450
#7  0x0000003efcfa5d6c in timerSourcePrepareHelper (src=<optimized out>, timeout=0x7f0b88f79b7c) at kernel/qeventdispatcher_glib.cpp:136
#8  0x0000003efcfa5e15 in timerSourcePrepare (source=<optimized out>, timeout=<optimized out>) at kernel/qeventdispatcher_glib.cpp:169
#9  0x0000003147c44012 in g_main_context_prepare (context=0x7f0b3c0009a0, priority=0x7f0b88f79be8) at gmain.c:2746
#10 0x0000003147c44e1d in g_main_context_iterate (context=0x7f0b3c0009a0, block=1, dispatch=1, self=<optimized out>) at gmain.c:3053
#11 0x0000003147c4544c in g_main_context_iteration (context=0x7f0b3c0009a0, may_block=1) at gmain.c:3136
#12 0x0000003efcfa6896 in QEventDispatcherGlib::processEvents (this=0x7f0b3c0008c0, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:426
#13 0x0000003efcf76c82 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#14 0x0000003efcf76ed7 in QEventLoop::exec (this=0x7f0b88f79d10, flags=...) at kernel/qeventloop.cpp:204
#15 0x0000003efce78ad7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#16 0x0000003f029b1c4e in KIO::NameLookUpThread::run (this=0x2596410) at /usr/src/debug/kdelibs-4.7.3/kio/kio/hostinfo.cpp:226
#17 0x0000003efce7bb1b in QThreadPrivate::start (arg=0x2596410) at thread/qthread_unix.cpp:298
#18 0x0000003148807d90 in start_thread (arg=0x7f0b88f7a700) at pthread_create.c:309
#19 0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 12 (Thread 0x7f0b424b9700 (LWP 3277)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x00007f0b434f0411 in queue_processor(void*) () from /usr/lib64/IcedTeaPlugin.so
#2  0x0000003148807d90 in start_thread (arg=0x7f0b424b9700) at pthread_create.c:309
#3  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 11 (Thread 0x7f0b41cb8700 (LWP 3278)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x00007f0b434f0411 in queue_processor(void*) () from /usr/lib64/IcedTeaPlugin.so
#2  0x0000003148807d90 in start_thread (arg=0x7f0b41cb8700) at pthread_create.c:309
#3  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 10 (Thread 0x7f0b414b7700 (LWP 3279)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x00007f0b434f0411 in queue_processor(void*) () from /usr/lib64/IcedTeaPlugin.so
#2  0x0000003148807d90 in start_thread (arg=0x7f0b414b7700) at pthread_create.c:309
#3  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 9 (Thread 0x7f0b355e2700 (LWP 3320)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x00007f0b36cc9f5c in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x00007f0b36de8a50 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x00007f0b36cca1bc in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#4  0x00007f0b36cca60e in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#5  0x0000003148807d90 in start_thread (arg=0x7f0b355e2700) at pthread_create.c:309
#6  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 8 (Thread 0x7f0b34de1700 (LWP 3321)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x00007f0b36cc9f5c in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x00007f0b36de8a50 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x00007f0b36cca1bc in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#4  0x00007f0b36cca60e in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#5  0x0000003148807d90 in start_thread (arg=0x7f0b34de1700) at pthread_create.c:309
#6  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 7 (Thread 0x7f0b338eb700 (LWP 3324)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00007f0b36cc9f31 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x00007f0b36ceb5dd in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x00007f0b36cca1bc in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#4  0x00007f0b36cca60e in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#5  0x0000003148807d90 in start_thread (arg=0x7f0b338eb700) at pthread_create.c:309
#6  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 6 (Thread 0x7f0b330ea700 (LWP 3325)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x00007f0b36cc9f5c in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x00007f0b3711528c in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x00007f0b36cca1bc in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#4  0x00007f0b36cca60e in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#5  0x0000003148807d90 in start_thread (arg=0x7f0b330ea700) at pthread_create.c:309
#6  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 5 (Thread 0x7f0b2d2c4700 (LWP 3326)):
#0  0x00000031480e6443 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x000000315da2c08f in ?? () from /usr/lib64/libpulse.so.0
#2  0x000000315da1df06 in pa_mainloop_poll () from /usr/lib64/libpulse.so.0
#3  0x000000315da1e539 in pa_mainloop_iterate () from /usr/lib64/libpulse.so.0
#4  0x000000315da1e5f0 in pa_mainloop_run () from /usr/lib64/libpulse.so.0
#5  0x000000315da2c03f in ?? () from /usr/lib64/libpulse.so.0
#6  0x000000315ea38be8 in ?? () from /usr/lib64/libpulsecommon-0.9.23.so
#7  0x0000003148807d90 in start_thread (arg=0x7f0b2d2c4700) at pthread_create.c:309
#8  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 4 (Thread 0x7f0b2cac3700 (LWP 3327)):
#0  0x00000031480bb42d in nanosleep () at ../sysdeps/unix/syscall-template.S:82
#1  0x00000031480e89e4 in usleep (useconds=<optimized out>) at ../sysdeps/unix/sysv/linux/usleep.c:33
#2  0x00007f0b3707721a in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x0000003148807d90 in start_thread (arg=0x7f0b2cac3700) at pthread_create.c:309
#4  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 3 (Thread 0x7f0b43fff700 (LWP 3330)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x00007f0b374f010c in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x00007f0b3747ba64 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x0000003148807d90 in start_thread (arg=0x7f0b43fff700) at pthread_create.c:309
#4  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 2 (Thread 0x7f0b259d7700 (LWP 3331)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x00007f0b374f010c in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x00007f0b3747ba64 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x0000003148807d90 in start_thread (arg=0x7f0b259d7700) at pthread_create.c:309
#4  0x00000031480eeddd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 1 (Thread 0x7f0b99070840 (LWP 3177)):
[KCrash Handler]
#6  0x000000314c011449 in g_object_unref (_object=0x2e06040) at gobject.c:2740
#7  0x00007f0b36cc7418 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#8  0x00007f0b36cc75dd in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#9  0x00007f0b36cc3ca0 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#10 0x00007f0b36cbd182 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#11 0x0000003f0ab1442a in WebCore::PluginView::stop (this=0x7f0b883a89c0) at ../../../Source/WebCore/plugins/PluginView.cpp:385
#12 0x0000003f0ab16021 in (anonymous namespace)::PluginView::~PluginView (this=0x7f0b883a89c0, __in_chrg=<optimized out>) at ../../../Source/WebCore/plugins/PluginView.cpp:301
#13 0x0000003f0ab167b9 in (anonymous namespace)::PluginView::~PluginView (this=0x7f0b883a89c0, __in_chrg=<optimized out>) at ../../../Source/WebCore/plugins/PluginView.cpp:314
#14 0x0000003f0ac00190 in deref (this=<optimized out>) at ../../../Source/JavaScriptCore/wtf/RefCounted.h:141
#15 derefIfNotNull<WebCore::Widget> (ptr=<optimized out>) at ../../../Source/JavaScriptCore/wtf/PassRefPtr.h:59
#16 derefIfNotNull<WebCore::Widget> (ptr=<optimized out>) at ../../../Source/JavaScriptCore/wtf/HashTable.h:888
#17 ~RefPtr (this=<optimized out>, __in_chrg=<optimized out>) at ../../../Source/JavaScriptCore/wtf/RefPtr.h:58
#18 ~pair (this=<optimized out>, __in_chrg=<optimized out>) at /usr/include/c++/4.6.1/bits/stl_pair.h:87
#19 WTF::HashTable<WTF::RefPtr<WebCore::Widget>, std::pair<WTF::RefPtr<WebCore::Widget>, WebCore::FrameView*>, WTF::PairFirstExtractor<std::pair<WTF::RefPtr<WebCore::Widget>, WebCore::FrameView*> >, WTF::PtrHash<WTF::RefPtr<WebCore::Widget> >, WTF::PairHashTraits<WTF::HashTraits<WTF::RefPtr<WebCore::Widget> >, WTF::HashTraits<WebCore::FrameView*> >, WTF::HashTraits<WTF::RefPtr<WebCore::Widget> > >::deallocateTable (table=0x7f0b43765c00, size=<optimized out>) at ../../../Source/JavaScriptCore/wtf/HashTable.h:893
#20 0x0000003f0ac00f1e in ~HashTable (this=0x7fff39b7c8b0, __in_chrg=<optimized out>) at ../../../Source/JavaScriptCore/wtf/HashTable.h:300
#21 ~HashMap (this=0x7fff39b7c8b0, __in_chrg=<optimized out>) at ../../../Source/JavaScriptCore/wtf/RefPtrHashMap.h:48
#22 WebCore::RenderWidget::resumeWidgetHierarchyUpdates () at ../../../Source/WebCore/rendering/RenderWidget.cpp:68
#23 0x0000003f0a7b0364 in WebCore::ContainerNode::detach (this=0x7f0b88290000) at ../../../Source/WebCore/dom/ContainerNode.cpp:761
#24 0x0000003f0a7ccd09 in WebCore::Document::detach (this=0x7f0b88290000) at ../../../Source/WebCore/dom/Document.cpp:1776
#25 0x0000003f0aa60cb0 in WebCore::Frame::setView (this=0x7f0b8c83b400, view=...) at ../../../Source/WebCore/page/Frame.cpp:272
#26 0x0000003f0aa6358f in WebCore::Frame::createView (this=0x7f0b8c83b400, viewportSize=..., backgroundColor=..., transparent=false, fixedLayoutSize=..., useFixedLayout=false, horizontalScrollbarMode=(anonymous namespace)::ScrollbarAuto, horizontalLock=false, verticalScrollbarMode=(anonymous namespace)::ScrollbarAuto, verticalLock=false) at ../../../Source/WebCore/page/Frame.cpp:907
#27 0x0000003f0a66d1d5 in WebCore::FrameLoaderClientQt::transitionToCommittedForNewPage (this=0x13c2d80) at ../../../../Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:286
#28 0x0000003f0a9f2475 in WebCore::FrameLoader::transitionToCommitted (this=0x7f0b8c83b478, cachedPage=...) at ../../../Source/WebCore/loader/FrameLoader.cpp:2136
#29 0x0000003f0a9f524f in WebCore::FrameLoader::commitProvisionalLoad (this=0x7f0b8c83b478) at ../../../Source/WebCore/loader/FrameLoader.cpp:1979
#30 0x0000003f0a9e005a in WebCore::DocumentLoader::commitLoad (this=0x7f0b35851000, data=0x30248d8 "<!doctype html><html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"><title>Google</title><script>window.google={kEI:\"bOTFTofnLKKk4ATArJS6BQ\",getEI:function(a){var b;while(a&&"..., length=8192) at ../../../Source/WebCore/loader/DocumentLoader.cpp:299
#31 0x0000003f0aa18741 in WebCore::ResourceLoader::didReceiveData (this=0x7f0b35a5b900, data=0x30248d8 "<!doctype html><html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"><title>Google</title><script>window.google={kEI:\"bOTFTofnLKKk4ATArJS6BQ\",getEI:function(a){var b;while(a&&"..., length=8192, encodedDataLength=-1, allAtOnce=<optimized out>) at ../../../Source/WebCore/loader/ResourceLoader.cpp:279
#32 0x0000003f0aa05575 in WebCore::MainResourceLoader::didReceiveData (this=0x7f0b35a5b900, data=0x30248d8 "<!doctype html><html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"><title>Google</title><script>window.google={kEI:\"bOTFTofnLKKk4ATArJS6BQ\",getEI:function(a){var b;while(a&&"..., length=8192, encodedDataLength=-1, allAtOnce=false) at ../../../Source/WebCore/loader/MainResourceLoader.cpp:463
#33 0x0000003f0aa17162 in WebCore::ResourceLoader::didReceiveData (this=0x7f0b35a5b900, data=0x30248d8 "<!doctype html><html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"><title>Google</title><script>window.google={kEI:\"bOTFTofnLKKk4ATArJS6BQ\",getEI:function(a){var b;while(a&&"..., length=8192, encodedDataLength=-1) at ../../../Source/WebCore/loader/ResourceLoader.cpp:430
#34 0x0000003f0ac3095d in WebCore::QNetworkReplyHandler::forwardData (this=0x25e1940) at ../../../Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:598
#35 0x0000003f0ac32b38 in flush (this=0x25e1978) at ../../../Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:195
#36 WebCore::QNetworkReplyHandlerCallQueue::flush (this=0x25e1978) at ../../../Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:187
#37 0x0000003f0ac336e5 in ~QueueLocker (this=<synthetic pointer>, __in_chrg=<optimized out>) at ../../../Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:203
#38 WebCore::QNetworkReplyWrapper::emitMetaDataChanged (this=0x3029380) at ../../../Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:320
#39 0x0000003f0ac337ac in WebCore::QNetworkReplyWrapper::receiveSniffedMIMEType (this=0x3029380) at ../../../Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:305
#40 0x0000003efcf8b7d1 in QMetaObject::activate (sender=0x26f8c10, m=<optimized out>, local_signal_index=<optimized out>, argv=0x0) at kernel/qobject.cpp:3546
#41 0x0000003efcf8b7d1 in QMetaObject::activate (sender=0x2fccb60, m=<optimized out>, local_signal_index=<optimized out>, argv=0x0) at kernel/qobject.cpp:3546
#42 0x0000003efcf8b7d1 in QMetaObject::activate (sender=0x2d67ca0, m=<optimized out>, local_signal_index=<optimized out>, argv=0x7fff39b7d290) at kernel/qobject.cpp:3546
#43 0x0000003f028fc4b4 in KIO::TransferJob::data (this=<optimized out>, _t1=0x2d67ca0, _t2=<optimized out>) at /usr/src/debug/kdelibs-4.7.3/x86_64-redhat-linux-gnu/kio/jobclasses.moc:447
#44 0x0000003f028fc518 in KIO::TransferJob::slotData (this=0x2d67ca0, _data=...) at /usr/src/debug/kdelibs-4.7.3/kio/kio/job.cpp:981
#45 0x0000003efcf8b7d1 in QMetaObject::activate (sender=0x2bfb920, m=<optimized out>, local_signal_index=<optimized out>, argv=0x7fff39b7d460) at kernel/qobject.cpp:3546
#46 0x0000003f029a4112 in KIO::SlaveInterface::data (this=<optimized out>, _t1=<optimized out>) at /usr/src/debug/kdelibs-4.7.3/x86_64-redhat-linux-gnu/kio/slaveinterface.moc:160
#47 0x0000003f029a7360 in KIO::SlaveInterface::dispatch (this=<optimized out>, _cmd=100, rawdata=...) at /usr/src/debug/kdelibs-4.7.3/kio/kio/slaveinterface.cpp:160
#48 0x0000003f029a3b25 in KIO::SlaveInterface::dispatch (this=0x2bfb920) at /usr/src/debug/kdelibs-4.7.3/kio/kio/slaveinterface.cpp:88
#49 0x0000003f02996c0e in KIO::Slave::gotInput (this=0x2bfb920) at /usr/src/debug/kdelibs-4.7.3/kio/kio/slave.cpp:344
#50 0x0000003efcf8b7d1 in QMetaObject::activate (sender=0x2bfbc60, m=<optimized out>, local_signal_index=<optimized out>, argv=0x0) at kernel/qobject.cpp:3546
#51 0x0000003f028cbb67 in dequeue (this=<optimized out>) at /usr/src/debug/kdelibs-4.7.3/kio/kio/connection.cpp:82
#52 KIO::ConnectionPrivate::dequeue (this=0x2c35220) at /usr/src/debug/kdelibs-4.7.3/kio/kio/connection.cpp:71
#53 0x0000003efcf909e6 in QObject::event (this=0x2bfbc60, e=<optimized out>) at kernel/qobject.cpp:1194
#54 0x0000003efe7c96f4 in notify_helper (e=0x2efdca0, receiver=0x2bfbc60, this=0xea48f0) at kernel/qapplication.cpp:4518
#55 QApplicationPrivate::notify_helper (this=0xea48f0, receiver=0x2bfbc60, e=0x2efdca0) at kernel/qapplication.cpp:4490
#56 0x0000003efe7ce573 in QApplication::notify (this=0x7fff39b7e400, receiver=0x2bfbc60, e=0x2efdca0) at kernel/qapplication.cpp:4379
#57 0x0000003eff650396 in KApplication::notify (this=0x7fff39b7e400, receiver=0x2bfbc60, event=0x2efdca0) at /usr/src/debug/kdelibs-4.7.3/kdeui/kernel/kapplication.cpp:311
#58 0x0000003efcf77b4c in QCoreApplication::notifyInternal (this=0x7fff39b7e400, receiver=0x2bfbc60, event=0x2efdca0) at kernel/qcoreapplication.cpp:876
#59 0x0000003efcf7b5da in sendEvent (event=0x2efdca0, receiver=0x2bfbc60) at kernel/qcoreapplication.h:231
#60 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0xe80070) at kernel/qcoreapplication.cpp:1500
#61 0x0000003efcfa6403 in sendPostedEvents () at kernel/qcoreapplication.h:236
#62 postEventSourceDispatch (s=0xea9d80) at kernel/qeventdispatcher_glib.cpp:279
#63 0x0000003147c44a7d in g_main_dispatch (context=0xea9c90) at gmain.c:2425
#64 g_main_context_dispatch (context=0xea9c90) at gmain.c:2995
#65 0x0000003147c45278 in g_main_context_iterate (context=0xea9c90, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3073
#66 0x0000003147c4544c in g_main_context_iteration (context=0xea9c90, may_block=1) at gmain.c:3136
#67 0x0000003efcfa682f in QEventDispatcherGlib::processEvents (this=0xe81530, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:424
#68 0x0000003efe86c43e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=<optimized out>) at kernel/qguieventdispatcher_glib.cpp:207
#69 0x0000003efcf76c82 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#70 0x0000003efcf76ed7 in QEventLoop::exec (this=0x7fff39b7e230, flags=...) at kernel/qeventloop.cpp:204
#71 0x0000003efcf7b8d5 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1148
#72 0x0000003f036b5702 in kdemain (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kde-baseapps-4.7.3/konqueror/src/konqmain.cpp:227
#73 0x000000314802169d in __libc_start_main (main=0x4007c0 <main(int, char**)>, argc=2, ubp_av=0x7fff39b7ecc8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff39b7ecb8) at libc-start.c:226
#74 0x00000000004007f1 in _start ()

Possible duplicates by query: bug 278180.

Reported using DrKonqi
Comment 1 Dawit Alemayehu 2011-11-21 19:04:01 UTC

*** This bug has been marked as a duplicate of bug 278180 ***