[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    exceptions, konq. crash (solaris, egcs-2.91.66)
From:       Olaf Bonorden <bono () uni-paderborn ! de>
Date:       2000-10-05 14:13:50
[Download RAW message or body]

Hi,

konqueror crashed with SIGABRT showing any html-page.

Backtrace: 
#4  0xee50878c in _libc_kill ()
#5  0xee5ceca4 in __default_terminate ()
#6  0xee5cecd8 in __terminate ()
#7  0xee5cf39c in __throw ()
#8  0xee242ae8 in DOM::NodeBaseImpl::addChild ()
#9  0xee255ad4 in KHTMLParser::insertNode ()

in addChild there is only one line

 throw DOMException(DOMException::HIERARCHY_REQUEST_ERR);

but in KHTMLParser::insertNode() is a try:

    try
    {
#ifdef PARSER_DEBUG
        NodeImpl *tmp = current;
#endif
        NodeImpl *newNode = current->addChild(n);
[...]
    catch(DOMException exception)
    {
[...]

Why is __thow() called?

CU
   Olaf

 
>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic