| Summary: | crash on opening website | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Anton <posttest> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
partial test case.
script called by the previous attachment |
||
|
Description
Anton
2004-06-11 12:59:18 UTC
Here is a backtrace from CVS, crashing on the second website.
I also added a smaller version of the web page (7 lines). I do not consider it a proper testcase since it refers to another remote script (provided as well). I got the remote script, but did not manage do have konq crash using the remote script on my local drive.
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1098678784 (LWP 3300)]
[KCrash handler]
#3 0x41643f19 in raise () from /lib/tls/libc.so.6
#4 0x41751ebc in ?? () from /lib/tls/libc.so.6
#5 0x08310e10 in ?? ()
#6 0x41645771 in abort () from /lib/tls/libc.so.6
#7 0x00000000 in ?? ()
#8 0x00000020 in ?? ()
#9 0x00000000 in ?? ()
#10 0x00000000 in ?? ()
#11 0x00000000 in ?? ()
#12 0x00000000 in ?? ()
#13 0x00000000 in ?? ()
#14 0x00000000 in ?? ()
#15 0x00000000 in ?? ()
#16 0x00000000 in ?? ()
#17 0x00000000 in ?? ()
#18 0x00000000 in ?? ()
#19 0x00000000 in ?? ()
#20 0x00000000 in ?? ()
#21 0x00000000 in ?? ()
#22 0x00000000 in ?? ()
#23 0x00000000 in ?? ()
#24 0x00000000 in ?? ()
#25 0x00000000 in ?? ()
#26 0x00000000 in ?? ()
#27 0x00000000 in ?? ()
#28 0x00000000 in ?? ()
#29 0x00000000 in ?? ()
#30 0x00000000 in ?? ()
#31 0x00000000 in ?? ()
#32 0x00000000 in ?? ()
#33 0x00000000 in ?? ()
#34 0x00000000 in ?? ()
#35 0x00000000 in ?? ()
#36 0x00000000 in ?? ()
#37 0x00000000 in ?? ()
#38 0x00000000 in ?? ()
#39 0x00000000 in ?? ()
#40 0x416893e9 in _IO_file_write () from /lib/tls/libc.so.6
#41 0x4168860f in _IO_do_write () from /lib/tls/libc.so.6
#42 0x41689567 in _IO_file_xsputn () from /lib/tls/libc.so.6
#43 0x4167da90 in fputs () from /lib/tls/libc.so.6
#44 0x4163d473 in __assert_fail () from /lib/tls/libc.so.6
#45 0xbffff8d1 in ?? ()
#46 0x41743bd4 in in6addr_loopback () from /lib/tls/libc.so.6
#47 0x41d91220 in titleEnd () from /home/kdedev/kde-unstable/lib/libkhtml.so.4
#48 0x0000009e in ?? ()
#49 0x41d90ca0 in typeinfo name for khtml::KHTMLParser ()
from /home/kdedev/kde-unstable/lib/libkhtml.so.4
#50 0x41743bd4 in in6addr_loopback () from /lib/tls/libc.so.6
#51 0x41d91295 in titleEnd () from /home/kdedev/kde-unstable/lib/libkhtml.so.4
#52 0x0833df70 in ?? ()
#53 0x41e039c8 in __JCR_LIST__ ()
from /home/kdedev/kde-unstable/lib/libkhtml.so.4
#54 0x0830dd90 in ?? ()
#55 0x41c17791 in khtml::HTMLTokenizer::reset (this=0x41751ebc)
at /home/kdedev/src/kde/kdelibs/khtml/html/htmltokenizer.cpp:165
Created attachment 6323 [details]
partial test case.
Created attachment 6324 [details]
script called by the previous attachment
Didn't manage to have it run locally. I thought it might be interesting to
provide, though.
|