Bug 137071 - konqueror crashes in website http://www.yourdictionary.com/
Summary: konqueror crashes in website http://www.yourdictionary.com/
Status: RESOLVED DUPLICATE of bug 137252
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-09 03:14 UTC by
Modified: 2007-01-19 12:43 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 2006-11-09 03:14:10 UTC
Version:           3.5.5 (using KDE 3.5.5, compiled sources)
Compiler:          Target: x86_64-mandriva-linux-gnu
OS:                Linux (x86_64) release 2.6.17-5mdv

When entering website http://www.yourdictionary.com/ konqueror crashes and doesnt give a valid backtrace when i have build arts, kdelibs and kdebase with --enable-debug=full

This started happening in the last svn releases from branch_3.5, before konqueror used to display the website fine.

With firefox the website appears fine
Comment 1 2006-11-09 03:46:18 UTC
I runned 'gdb konqueror' to see what happened when crashed and here is the ouptut when konqueror crashed:

khtml (part): KHTMLPart(0x13c2280)::openURL http://b.casalemedia.com/V2/PSA/60x120.html
kio (Scheduler): Resume metadata is ''
kio (Scheduler): HOLD: Reusing held slave for http://b.casalemedia.com/V2/PSA/60x120.html
khtml (html):  using compatibility parseMode
khtml (part): 0xed32c0 slotChildCompleted child=0x13c1c50 m_frame=0x1399308

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47042007751104 (LWP 5123)]
khtml::RenderObject::isAnonymous (this=0x0) at khtml/rendering/render_object.h:282
282         bool isAnonymous() const { return m_isAnonymous; }


Hope now that this can help fix this bug.
Comment 2 Thiago Macieira 2006-11-09 07:43:02 UTC
Can you do the same again and, when it stops just like it did above, type "backtrace"? Paste the result here.
Comment 3 2006-11-09 13:10:35 UTC
Here it is the backtrace output:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47518920640960 (LWP 5911)]
khtml::RenderObject::isAnonymous (this=0x0)
    at khtml/rendering/render_object.h:282
282         bool isAnonymous() const { return m_isAnonymous; }
(gdb) nspluginviewer (plugin): NSPluginViewer::shutdown
nspluginviewer (plugin): NSPluginViewer::~NSPluginViewer
(gdb) backtrace
#0  khtml::RenderObject::isAnonymous (this=0x0)
    at khtml/rendering/render_object.h:282
#1  0x00002b37dd6ec399 in khtml::RenderObject::isAnonymousBlock (this=0x0)
    at /usr/src/debug/kdelibs-3.5.5/khtml/rendering/render_object.h:284
#2  0x00002b37dd6901c0 in khtml::RenderFlow::addChildWithContinuation (
    this=0xe6f928, newChild=0xe6faa8, beforeChild=0xa961b0)
    at khtml/rendering/render_flow.cpp:88
#3  0x00002b37dd649177 in DOM::NodeImpl::createRendererIfNeeded (this=0xabf000)
    at khtml/xml/dom_nodeimpl.cpp:938
#4  0x00002b37dd649259 in DOM::TextImpl::attach (this=0xabf000)
    at khtml/xml/dom_textimpl.cpp:412
#5  0x00002b37dd654acf in DOM::NodeBaseImpl::insertBefore (this=0xde7a60,
    newChild=0xabf000, refChild=0x1427780, exceptioncode=@0x7fffd3319d9c)
    at khtml/xml/dom_nodeimpl.cpp:1071
#6  0x00002b37dd7bcd72 in DOM::Node::insertBefore (this=Variable "this" is not available.
)
    at khtml/dom/dom_node.cpp:262
#7  0x00002b37dd763b59 in KJS::DOMNodeProtoFunc::tryCall (this=Variable "this" is not available.
)
    at khtml/ecma/kjs_dom.cpp:579
#8  0x00002b37dd78b684 in KJS::DOMFunction::call (this=Variable "this" is not available.
)
    at khtml/ecma/kjs_binding.cpp:136
#9  0x00002b37dda64127 in KJS::Object::call (this=Variable "this" is not available.
) at kjs/object.cpp:73
#10 0x00002b37dda7d344 in KJS::FunctionCallNode::evaluate (this=Variable "this" is not available.
)
    at kjs/nodes.cpp:870
---Type <return> to continue, or q <return> to quit---
Comment 4 Tommi Tervo 2007-01-19 12:43:27 UTC

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