[Bug 120205] crash while using VPL editor in quanta 3.5

András Manţia amantia at kde.org
Fri May 19 14:32:51 UTC 2006


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=120205         
amantia kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|amantia kde org             |konq-bugs kde org
          Component|VPL                         |khtml
            Product|quanta                      |konqueror



------- Additional Comments From amantia kde org  2006-05-19 16:32 -------
This is a KHTML (caret mode) bug. caretNode can be NULL in 
static ElementImpl *determineBaseElement(NodeImpl *caretNode)

unfortunately simply returning 0 is not enough (just propagates the crash to a later stage), thus the following lines are also wrong in khtml_caret.cpp:

628: if (!doc) return 0;	// should not happen, but who knows.
633:  return 0;

Reproducible with Konqueror 3.5 svn as well if the attached file is loaded from the local disk.
Reassigning to KHTML.



More information about the pkg-kde-bugs-fwd mailing list