[Webkit-unassigned] [Bug 7951] REGRESSION: Safari crashes when printing a google map w/directions
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Mar 24 10:59:39 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7951
------- Comment #7 from trey at usa.net 2006-03-24 10:59 PDT -------
More info on why this now works on TOT: I tried running with MallocScribble,
and still did not see a crash. I then debugged, and found a big difference
from the code path I was previously seeing. During the relayouts during
printing, we no longer do a full decent of recalcMinMaxWidths() through the
render tree. The topmost block has m_recalcMinMax false, so we never get into
the recursion that was previously running into the freed table cells.
I believe my proposed change is still an improvement in safety, but I don't
know the conditions now needed to force this issue to cause a crash.
--
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