[Webkit-unassigned] [Bug 9357] Rendering snafu in production Safari when viewing Bugzilla bugs

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jun 10 05:41:11 PDT 2006


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


ddkilzer at kilzer.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #8795 is|0                           |1
           obsolete|                            |




------- Comment #13 from ddkilzer at kilzer.net  2006-06-10 05:41 PDT -------
(From update of attachment 8795)
(In reply to comment #12)
> Created an attachment (id=8795)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=8795&action=view) [edit]
> The only thing that stands out to me is that chunked encoding is used for all
> of the requests, and the second chunk starts on a new TCP/IP packet in all but
> the last request.   (It looks like an interesting boundary condition without
> knowing anything else.)

The network layer has been eliminated as the problem.  I just captured a trace
where the second chunked encoding fell on a packet boundary (started in a new
packet), but the page rendered incorrectly.

> I need to test this bug on a WebKit nightly (since if it's a network-layer
> issue, it should be reproducible) and then try to reproduce it 100% using some
> kind of packet-replay software or writing a daemon (in Perl?) that always sends
> this web page the same way (with the second chunk starting in the middle of a
> packet).

I could not reproduce this on a nightly, but easily reproduced it on production
Safari (the same version listed in Comment #0).

The bug must lie somewhere in the parser/tokenizer, but it looks like it's been
fixed in WebKit ToT.


-- 
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