Bug 360497 - Konqueror crashes on dict.leo.org
Summary: Konqueror crashes on dict.leo.org
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 4.14.2
Platform: Debian stable Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2016-03-14 05:01 UTC by codingjourney
Modified: 2018-12-26 03:44 UTC (History)
0 users

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 codingjourney 2016-03-14 05:01:34 UTC
Application: konqueror (4.14.2)
KDE Platform Version: 4.14.2
Qt Version: 4.8.6
Operating System: Linux 3.16.0-4-amd64 x86_64
Distribution: Debian GNU/Linux 8.3 (jessie)

-- Information about the crash:
I opened http://dict.leo.org in Konqueror, entered "abtreten" and pressed Return. Konqueror crashed immediately. After further testing, it appears the crash happens for any phrase entered. This is new behavior, however - wasn't happening a few days ago. I'm not aware of any particular changes on my system that might have triggered this. Rendering is set to WebKit as per default.

The crash can be reproduced every time.

-- Backtrace:
Application: Konqueror (konqueror), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f1129790780 (LWP 4762))]

Thread 5 (Thread 0x7f1102a37700 (LWP 4767)):
#0  0x00007f1128ff4d3d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f1121dc8ee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f1121dc8ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f1125b3ed37 in QEventDispatcherGlib::processEvents (this=0x7f10fc003430, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007f1125b0e271 in QEventLoop::processEvents (this=this@entry=0x7f1102a36e10, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007f1125b0e5d5 in QEventLoop::exec (this=this@entry=0x7f1102a36e10, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007f1125a02e99 in QThread::exec (this=this@entry=0x27ffda0) at thread/qthread.cpp:538
#7  0x00007f1127af3dde in KIO::NameLookUpThread::run (this=0x27ffda0) at ../../kio/kio/hostinfo.cpp:226
#8  0x00007f1125a0570f in QThreadPrivate::start (arg=0x27ffda0) at thread/qthread_unix.cpp:349
#9  0x00007f11222b00a4 in start_thread (arg=0x7f1102a37700) at pthread_create.c:309
#10 0x00007f1128ffd87d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7f1100d6b700 (LWP 4771)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f111221406f in WTF::TCMalloc_PageHeap::scavengerThread (this=0x7f1112ccd654 <WTF::pageheap_memory+57556>) at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/FastMalloc.cpp:2575
#2  0x00007f11122140a9 in WTF::TCMalloc_PageHeap::runScavengerThread (context=0x7f1112ccd654 <WTF::pageheap_memory+57556>) at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/FastMalloc.cpp:1771
#3  0x00007f11222b00a4 in start_thread (arg=0x7f1100d6b700) at pthread_create.c:309
#4  0x00007f1128ffd87d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7f1109409700 (LWP 4772)):
#0  0x00007f1128ff4d3d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f1121dc8ee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f1121dc8ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f1125b3ed37 in QEventDispatcherGlib::processEvents (this=0x7f11040013e0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007f1125b0e271 in QEventLoop::processEvents (this=this@entry=0x7f1109408e50, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007f1125b0e5d5 in QEventLoop::exec (this=this@entry=0x7f1109408e50, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007f1125a02e99 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:538
#7  0x00007f1125a0570f in QThreadPrivate::start (arg=0x2f6c950) at thread/qthread_unix.cpp:349
#8  0x00007f11222b00a4 in start_thread (arg=0x7f1109409700) at pthread_create.c:309
#9  0x00007f1128ffd87d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7f10fb352700 (LWP 4773)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1111f36973 in JSC::BlockAllocator::blockFreeingThreadMain (this=0x7f11004dd398) at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/JavaScriptCore/heap/BlockAllocator.cpp:128
#2  0x00007f11122437f6 in WTF::wtfThreadEntryPoint(void*) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/ThreadingPthreads.cpp:196
#3  0x00007f11222b00a4 in start_thread (arg=0x7f10fb352700) at pthread_create.c:309
#4  0x00007f1128ffd87d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7f1129790780 (LWP 4762)):
[KCrash Handler]
#6  0x00007f1111221598 in WebCore::FrameLoader::loadResourceSynchronously(WebCore::ResourceRequest const&, WebCore::StoredCredentials, WebCore::ResourceError&, WebCore::ResourceResponse&, WTF::Vector<char, 0ul>&) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/Vector.h:300
#7  0x00007f111120c5f3 in WebCore::DocumentThreadableLoader::loadRequest(WebCore::ResourceRequest const&, WebCore::SecurityCheckPolicy) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/Vector.h:300
#8  0x00007f111120e810 in WebCore::DocumentThreadableLoader::DocumentThreadableLoader(WebCore::Document*, WebCore::ThreadableLoaderClient*, WebCore::DocumentThreadableLoader::BlockingBehavior, WebCore::ResourceRequest const&, WebCore::ThreadableLoaderOptions const&) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/Vector.h:300
#9  0x00007f111120ea57 in WebCore::DocumentThreadableLoader::loadResourceSynchronously(WebCore::Document*, WebCore::ResourceRequest const&, WebCore::ThreadableLoaderClient&, WebCore::ThreadableLoaderOptions const&) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/Vector.h:300
#10 0x00007f11115ab3fb in WebCore::XMLHttpRequest::createRequest(int&) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/Functional.h:355
#11 0x00007f11115ae563 in WebCore::XMLHttpRequest::send(WTF::String const&, int&) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/Functional.h:355
#12 0x00007f11115aed28 in WebCore::XMLHttpRequest::send(int&) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/Functional.h:355
#13 0x00007f1110cb1bde in WebCore::JSXMLHttpRequest::send(JSC::ExecState*) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/JavaScriptCore/runtime/Structure.h:486
#14 0x00007f1111c09ff9 in WebCore::jsXMLHttpRequestPrototypeFunctionSend(JSC::ExecState*) () at /build/qtwebkit-JSpniR/qtwebkit-2.3.4.dfsg/Source/WTF/wtf/Vector.h:300
#15 0x00007f10b3fff265 in ?? ()
#16 0xffff000000000002 in ?? ()
#17 0x00007f111208e773 in llint_op_call () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#18 0x0000000000000000 in ?? ()

Possible duplicates by query: bug 329532, bug 319351.

Reported using DrKonqi
Comment 1 Andrew Crouthamel 2018-11-01 13:51:05 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Bug Janitor Service 2018-11-16 11:39:53 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 codingjourney 2018-11-26 02:02:11 UTC
I'm afraid I've stopped using KDE in the meantime and can't test the scenario again.
Comment 4 Bug Janitor Service 2018-12-11 03:44:14 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Bug Janitor Service 2018-12-26 03:44:21 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!