From kde-devel Thu Oct 05 14:13:50 2000 From: Olaf Bonorden Date: Thu, 05 Oct 2000 14:13:50 +0000 To: kde-devel Subject: exceptions, konq. crash (solaris, egcs-2.91.66) X-MARC-Message: https://marc.info/?l=kde-devel&m=97075518922501 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 <<