Bug 145528 - crash on vkontakte.ru form
Summary: crash on vkontakte.ru form
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Debian stable Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords: investigated, needs_verification, triaged
Depends on:
Blocks:
 
Reported: 2007-05-16 22:36 UTC by Artem Farafonov
Modified: 2018-10-21 04:36 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 Artem Farafonov 2007-05-16 22:36:36 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Debian stable Packages
Compiler:          gcc 4.1.2 
OS:                Linux

On site "vkontakte.ru" when you select faces of friends on photo, appears a list of checkboxes. And when you click on this list application crashes.

log:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/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)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1234307392 (LWP 5577)]
(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)
(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  0xb5fc8c7c in khtml_jpeg_source_mgr::khtml_jpeg_source_mgr ()
   from /usr/lib/libkhtml.so.4
#7  0xb5fc8cf2 in khtml_jpeg_source_mgr::khtml_jpeg_source_mgr ()
   from /usr/lib/libkhtml.so.4
#8  0xb5fc978f in khtml_jpeg_source_mgr::khtml_jpeg_source_mgr ()
   from /usr/lib/libkhtml.so.4
#9  0xb5fc97ee in khtml_jpeg_source_mgr::khtml_jpeg_source_mgr ()
   from /usr/lib/libkhtml.so.4
#10 0xb5fd30ff in QPtrDict<khtml::Request>::deleteItem ()
   from /usr/lib/libkhtml.so.4
#11 0xb5eef472 in DOM::checkChild () from /usr/lib/libkhtml.so.4
#12 0xb5f1a302 in DOM::checkChild () from /usr/lib/libkhtml.so.4
#13 0xb5ec67d9 in DOM::XMLAttributeReader::XMLAttributeReader ()
   from /usr/lib/libkhtml.so.4
#14 0xb5ec68d2 in DOM::XMLAttributeReader::XMLAttributeReader ()
   from /usr/lib/libkhtml.so.4
#15 0xb5ec7142 in DOM::XMLAttributeReader::XMLAttributeReader ()
   from /usr/lib/libkhtml.so.4
#16 0xb5ec7664 in DOM::XMLAttributeReader::XMLAttributeReader ()
   from /usr/lib/libkhtml.so.4
#17 0xb5ea8b87 in KHTMLView::focusNextPrevNode () from /usr/lib/libkhtml.so.4
#18 0xb5ea9144 in KHTMLView::focusNextPrevChild () from /usr/lib/libkhtml.so.4
#19 0xb6ccaab9 in QWidget::focusNextPrevChild () from /usr/lib/libqt-mt.so.3
#20 0xb6ccaab9 in QWidget::focusNextPrevChild () from /usr/lib/libqt-mt.so.3
#21 0xb6ccaab9 in QWidget::focusNextPrevChild () from /usr/lib/libqt-mt.so.3
#22 0xb6cc5e97 in QWidget::hide () from /usr/lib/libqt-mt.so.3
#23 0xb5f73cb5 in non-virtual thunk to DOM::HTMLEmbedElementImpl::~HTMLEmbedElementImpl() () from /usr/lib/libkhtml.so.4
#24 0x0858b270 in ?? ()
#25 0xb7154f04 in ?? () from /usr/lib/libqt-mt.so.3
#26 0xbf9d8308 in ?? ()
#27 0xb61193e4 in ?? () from /usr/lib/libkhtml.so.4
#28 0x084cf430 in ?? ()
#29 0x084cf430 in ?? ()
#30 0xbf9d82a8 in ?? ()
#31 0xb5f73de1 in non-virtual thunk to DOM::HTMLEmbedElementImpl::~HTMLEmbedElementImpl() () from /usr/lib/libkhtml.so.4
#32 0x084cf430 in ?? ()
#33 0xb61193e4 in ?? () from /usr/lib/libkhtml.so.4
#34 0xbf9d82c8 in ?? ()
#35 0xb5f8e575 in non-virtual thunk to khtml::RenderCheckBox::~RenderCheckBox() () from /usr/lib/libkhtml.so.4
#36 0x084cf430 in ?? ()
#37 0x00000000 in ?? ()
Comment 1 Bram Schoenmakers 2007-05-16 22:46:20 UTC
It looks like this is hard to reproduce since you need an account to get in that section right?

You could install kdelibs debug packages and reproduce the crash, or provide a test case (a page with the right code to trigger the problem).
Comment 2 Eduardo Robles Elvira 2008-06-06 00:44:23 UTC
Is it still happening to you in any recent version of KDE? We won't fix KDE 3.5 anymore, so please test with KDE 4.0.5 or KDE 4.1 when it's out.
Comment 3 FiNeX 2008-11-22 02:38:30 UTC
@Artem: please, can you test it using KDE 4.1 or, at least, provide a test account so we can do some further tests?

Many thanks!
Comment 4 FiNeX 2009-08-29 17:13:12 UTC
Set as NEEDSINFO
Comment 5 Andrew Crouthamel 2018-09-20 03:05:11 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 set the bug status 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 6 Andrew Crouthamel 2018-10-21 04:36:35 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!