Opened 12 years ago
Closed 12 years ago
#8495 closed bug (wontfix)
unit/core.js crashes the process in Chrome 10 (now stable and released)
Reported by: | timmywil | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | core | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is a Webkit bug and is fixed in the current Chrome nightly build, but we should probably figure out which test in core.js is causing Chrome 10 to crash and either comment it out, document that whatever it is crashes Chrome consistently, or see if we can change something to fix it.
Change History (4)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
After more investigation, the failure is actually coming from within the isPlainObject tests, specifically within the try/catch block for iframe object context tests
Line 309 causes the crash:
document.body.removeChild( iframe );
The crash does not exist in Chromium 11
comment:4 Changed 12 years ago by
Component: | unfiled → core |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:5 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
I don't think we're going to worry about this one since Chrome is now version 12.
I'll try to figure this out when I have time and report back, but if anyone else wants to tackle, that would be great.