[Webkit-unassigned] [Bug 16097] Safari crashes during load of search results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 22:03:29 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16097


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ddkilzer at webkit.org




------- Comment #3 from ddkilzer at webkit.org  2007-11-28 22:03 PDT -------
(In reply to comment #1)
> Looks like a multi-part request issue.  (May be hard to reproduce without
> access to the actual web site.)  We probably need a packet trace if we can't
> get access to the site (e.g., using tcpdump).

Sam, could you capture a packet trace when Safari crashes?  Basically, run this
command from a Terminal window BEFORE Step 6 in Comment #0 (assuming your
ethernet port is en1; if you're using a wireless connection it may be en1; run
the "ifconfig -a" command and pick the interface that has a valid IP address
with it):

sudo tcpdump -s 0 -w packets.tcpdump -i en0

Then click the "Search" button as in Step 6.  When Safari has crashed, hit
Ctrl-C to stop the command, then attach packets.tcpdump to this bug.  Please
note that this command will capture ALL network traffic, so please don't log
into any other sites while you're running the command.

If you'd rather not post the packet dump to the bug, please send me private
email.


-- 
Configure bugmail: http://bugs.webkit.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