Summary: | Crash javascript on URL change webring script (ASSERTION - reproduceable). | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Nick Warne <nick> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | finex |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nick Warne
2005-12-11 11:44:58 UTC
#7 0x413b6925 in __assert_fail () from /lib/tls/libc.so.6 #8 0x41d203ad in khtml::HTMLTokenizer::reset (this=0x854c3e8) at htmltokenizer.cpp:159 #9 0x41d2090b in ~HTMLTokenizer (this=0x854c3e8) at htmltokenizer.cpp:1681 #10 0x41ceefed in DOM::DocumentImpl::detach (this=0x82250b0) at dom_docimpl.cpp:1187 #11 0x41caca1c in KHTMLPart::clear (this=0x81db578) at khtml_part.cpp:1407 #12 0x41cb3fa1 in KHTMLPart::restoreState (this=0x81db578, stream=@0xbfd25d24) at khtml_part.cpp:5534 #13 0x41cd1ac6 in KHTMLPartBrowserExtension::restoreState (this=0x81ec0f0, stream=@0xbfd25d24) at khtml_ext.cpp:104 #14 0x419384a5 in KonqView::restoreHistory (this=0x83ce618) at konq_view.cc:848 #15 0x41938a14 in KonqView::go (this=0x83ce618, steps=-1) at konq_view.cc:818 #16 0x41938bb3 in KonqMainWindow::slotGoHistoryDelayed (this=0x81333b0) at konq_mainwindow.cc:3110 #17 0x4193c367 in KonqMainWindow::qt_invoke (this=0x81333b0, _id=184, _o=0xbfd25f24) at konq_mainwindow.moc:702 http://bugs.kde.org/show_bug.cgi?id=116156 Backtrace looks similar but I have svn r487251 and it still crashes. http://bugs.kde.org/show_bug.cgi?id=116156 I get the same crash as described the the instructions to reproduce in that crash report. Nick I rebuilt KDE 3.5 this weekend, and added the fix supplied in bug 116156. I can still get the same crash in that reported bug and my one here. Nick I've got no crash with 4.0.3 The initial page doesn't exist. Anyway It wasn't reproducible one year ago with KDE 4.0.3. |