New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 633754 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Apparent violation of run-to-completion in extension

Reported by jon.jwil...@gmail.com, Aug 2 2016

Issue description

Chrome Version       : 51.0.2704.106 (Developer Build) (64-bit)
Other browsers tested:
  Firefox 4.x: OK

What steps will reproduce the problem?

1. Load extension.
2. Observe unexpected alert that says, "typeof msgs[k] is undefined?!"
3. If the alert does not appear, try reloading the extension a few times.

What is the expected result?

No alert message.

What happens instead of that?

An alert message sometimes, but not always.

Unfortunately, reducing a test case is non-trivial because the behavior is intermittent.  However, the attached extension on my machine shows the unexpected alert 10 out of the last 11 times I loaded it.  The relevant code that shows unexpected behavior on my machine is:

    if (msgs[k]) { alert("typeof msgs[k] is " + typeof msgs[k] + "?!"); }

I don't think msgs[k] should be truthy and undefined.
 
chromium-race-extension.zip
1.0 KB Download
Cc: tkonch...@chromium.org
Components: Platform>Extensions
Labels: Needs-Feedback
Status: Untriaged (was: Unconfirmed)
Able to reproduce the issue on Linux 14.04 chrome version 52.0.2743.116 and Beta 53.0.2785.34 - The alert message "typeof msgs[k] is undefined?!" is displayed on reloading the extension

The issue is not seen in latest dev version 54.0.2817.0 - No alert message

Could you please recheck the same in latest dev and update the thread.
Status: WontFix (was: Untriaged)
Closing due to no feedback - to the original reporter, if you are still seeing this in chrome canary, please respond here and we can reopen. 

Sign in to add a comment