Bug 80518 - Webkit crash when loading site
Summary: Webkit crash when loading site
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://public.tableausoftware.com/vie...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 09:37 PST by Michael Becke
Modified: 2012-03-07 14:54 PST (History)
1 user (show)

See Also:


Attachments
Dr Watson crash dump (10.75 KB, application/octet-stream)
2012-03-07 09:37 PST, Michael Becke
no flags Details
Dr Watson crash log (5.92 MB, text/plain)
2012-03-07 09:38 PST, Michael Becke
no flags Details
Dr Watson crash dump#2 (114.81 KB, application/octet-stream)
2012-03-07 14:52 PST, Michael Becke
no flags Details
Dr Watson crash log#2 (183.19 KB, text/plain)
2012-03-07 14:53 PST, Michael Becke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Becke 2012-03-07 09:37:46 PST
Created attachment 130637 [details]
Dr Watson crash dump

To reproduce:
 - open http://public.tableausoftware.com/views/Book11_11/Sheet1?:embed=yes&:toolbar=yes&:tabs=no
 - On some machines it will immediately crash.  On others it requires a bit more work...
 - Perform some actions on the page that cause it to redraw.  For example repeatedly select different bars in the chart.  Re-sort the chart using the x-axis sorting indicator.

Unfortunately this issue does not reproduce on all machines.  Here's what I've tried that might help to narrow things down a bit:
 - I was able to reproduce on XP, Vista, and Win7 but only on machines with < 3GB RAM.  I could not reproduce this on Mac or iPad. 
 - Having the browser window full screen (or large at least) seems to cause the issue to happen more often.
 - This issue shows up in Safari (5.1.2) as well as the nightly build from 2012-03-06.

Attached are the Dr. Watson crash logs from one case.

Please let me know if I can provide any other detail.
Comment 1 Michael Becke 2012-03-07 09:38:41 PST
Created attachment 130638 [details]
Dr Watson crash log
Comment 2 Steve Falkenburg 2012-03-07 14:47:26 PST
The user.dmp file attached is from a crash of DefWatch.exe (Symantec AntiVirus), so that doesn't match this crash.

The attached log file has many, many crashes listed. There are several WebKit2WebProcess.exe crashes, which must be the ones you're referring to.

These crashes are under the MS C Runtime Lib malloc, likely due to a corrupt heap.
Comment 3 Steve Falkenburg 2012-03-07 14:50:50 PST
I can't repro this on Win7 x64 with gflags full page heap enabled.
Comment 4 Michael Becke 2012-03-07 14:52:59 PST
Created attachment 130699 [details]
Dr Watson crash dump#2
Comment 5 Michael Becke 2012-03-07 14:53:29 PST
Created attachment 130700 [details]
Dr Watson crash log#2
Comment 6 Michael Becke 2012-03-07 14:54:45 PST
My apologies.  Attached are corrected dump/log files.