Skip to main content

Bug Tracker

Side navigation

#8495 closed bug (wontfix)

Opened March 10, 2011 03:57PM UTC

Closed June 08, 2011 01:08AM UTC

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.

Attachments (0)
Change History (4)

Changed March 10, 2011 03:59PM UTC by timmywil comment:1

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.

Changed March 10, 2011 05:53PM UTC by rwaldron comment:2

_comment0: After more investigation, the failure is actually coming from within the isPlainObject tests, specifically within the try/catch block for iframe object context tests1299779896220361

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

Changed March 10, 2011 06:16PM UTC by rwaldron comment:3

component: unfiledcore
priority: undecidedlow
status: newopen

Changed June 08, 2011 01:08AM UTC by timmywil comment:4

resolution: → wontfix
status: openclosed

I don't think we're going to worry about this one since Chrome is now version 12.