[Webkit-unassigned] [Bug 9654] Refresh Loop when accessing XML URLs

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Jun 30 09:03:05 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9654





------- Comment #10 from steve.kirks at gmail.com  2006-06-30 09:03 PDT -------
I did a quick tcpdump while accessing the URL
http://houseofwarwick.blogspot.com/atom.xml and the results were as expected. 
WebKit receives the file but is failing when it tries to parse the file and
show the results via internal stylesheet.

If I was guessing, I'd say something is broken on the XSLT side.

My config:

iBook G3/700
640MB of RAM
20GB HD
MacOS X 10.4.7

Are the people that are having success on PPC or Intel Macs?

tcpdump below:

brubeck:~ steve$ sudo tcpdump -i en1 host brubeck.local>>tcp.txt  
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on en1, link-type EN10MB (Ethernet), capture size 96 bytes
^C19 packets captured
25 packets received by filter
0 packets dropped by kernel
brubeck:~ steve$ more tcp.txt 
10:58:59.546454 IP 192.168.0.4.52098 > 66.102.15.101.http: S
2941516678:2941516678(0) win 65535 <mss 1460,nop,wscale 0,nop,nop,times
tamp 898725404 0>
10:58:59.627850 IP 66.102.15.101.http > 192.168.0.4.52098: S
1412701066:1412701066(0) ack 2941516679 win 8190 <mss 1460>
10:58:59.628129 IP 192.168.0.4.52098 > 66.102.15.101.http: . ack 1 win 65535
10:58:59.629373 IP 192.168.0.4.52098 > 66.102.15.101.http: P 1:260(259) ack 1
win 65535
10:58:59.715205 IP 66.102.15.101.http > 192.168.0.4.52098: . ack 260 win 6432
10:58:59.725651 IP 66.102.15.101.http > 192.168.0.4.52098: . 1:1461(1460) ack
260 win 6432
10:58:59.731254 IP 66.102.15.101.http > 192.168.0.4.52098: . 1461:2921(1460)
ack 260 win 6432
10:58:59.731430 IP 192.168.0.4.52098 > 66.102.15.101.http: . ack 2921 win 64240
10:58:59.741179 IP 192.168.0.4.52098 > 66.102.15.101.http: F 260:260(0) ack
2921 win 65535
10:58:59.819642 IP 66.102.15.101.http > 192.168.0.4.52098: . 2921:4381(1460)
ack 260 win 6432
10:58:59.819857 IP 192.168.0.4.52098 > 66.102.15.101.http: R
2941516938:2941516938(0) win 0
10:58:59.822720 IP 66.102.15.101.http > 192.168.0.4.52098: . 4381:5841(1460)
ack 260 win 6432
10:58:59.822807 IP 192.168.0.4.52098 > 66.102.15.101.http: R
2941516938:2941516938(0) win 0
10:58:59.825221 IP 66.102.15.101.http > 192.168.0.4.52098: . 5841:7301(1460)
ack 260 win 6432
10:58:59.825322 IP 192.168.0.4.52098 > 66.102.15.101.http: R
2941516938:2941516938(0) win 0
10:59:00.174879 IP 192.168.0.4.51892 > ns1.mchsi.com.domain:  15860+ PTR?
101.15.102.66.in-addr.arpa. (44)
10:59:00.229376 IP ns1.mchsi.com.domain > 192.168.0.4.51892:  15860 NXDomain
0/1/0 (104)
10:59:00.262313 IP 66.102.15.101.http > 192.168.0.4.52098: . 2921:4381(1460)
ack 261 win 6432
10:59:00.262461 IP 192.168.0.4.52098 > 66.102.15.101.http: R
2941516939:2941516939(0) win 0

brubeck:~ steve$ 


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list