Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Issue 9288001: Don't access a message after it has been enqueued. It may be deleted (Closed)

Created:
8 years, 11 months ago by turnidge
Modified:
8 years, 11 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Don't access a message after it has been enqueued. It may be deleted at that point. Committed: https://code.google.com/p/dart/source/detail?r=3576

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M runtime/vm/isolate.cc View 1 chunk +6 lines, -2 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
turnidge
TBR=iposva
8 years, 11 months ago (2012-01-24 22:02:23 UTC) #1
Ivan Posva
LGTM -ip
8 years, 11 months ago (2012-01-25 22:15:27 UTC) #2
siva
8 years, 11 months ago (2012-01-26 00:01:46 UTC) #3
DBC

https://chromiumcodereview.appspot.com/9288001/diff/1/runtime/vm/isolate.cc
File runtime/vm/isolate.cc (right):

https://chromiumcodereview.appspot.com/9288001/diff/1/runtime/vm/isolate.cc#n...
runtime/vm/isolate.cc:108: ASSERT(priority < Message::kOOBPriority);
Shouldn't this assert be after the if check?

Powered by Google App Engine
This is Rietveld 408576698