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
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.
Can you do the same again and, when it stops just like it did above, type "backtrace"? Paste the result here.
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---
*** This bug has been marked as a duplicate of 137252 ***