Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Issue 915 in v8: liveedit iterates incorrectly over the pointers in the stack

Received: by 10.68.238.65 with SMTP id vi1mr10964526pbc.7.1339886550591;
        Sat, 16 Jun 2012 15:42:30 -0700 (PDT)
X-BeenThere: v8-dev@googlegroups.com
Received: by 10.68.233.8 with SMTP id ts8ls9028757pbc.7.gmail; Sat, 16 Jun
 2012 15:42:29 -0700 (PDT)
Received: by 10.68.193.129 with SMTP id ho1mr10989099pbc.8.1339886549030;
        Sat, 16 Jun 2012 15:42:29 -0700 (PDT)
Received: by 10.68.193.129 with SMTP id ho1mr10989098pbc.8.1339886549023;
        Sat, 16 Jun 2012 15:42:29 -0700 (PDT)
Return-Path: <31AvdTxAKBuMHTIJXNYJ-STWJUQdLTTLQJ.HTRan-IJaLTTLQJLWTZUX....@codesite.bounces.google.com>
Received: from mail-pz0-f76.google.com (mail-pz0-f76.google.com [209.85.210.76])
        by gmr-mx.google.com with ESMTPS id iq5si2479567pbc.1.2012.06.16.15.42.29
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 16 Jun 2012 15:42:29 -0700 (PDT)
Received-SPF: pass (google.com: domain of 31AvdTxAKBuMHTIJXNYJ-STWJUQdLTTLQJ.HTRan-IJaLTTLQJLWTZUX....@codesite.bounces.google.com designates 209.85.210.76 as permitted sender) client-ip=209.85.210.76;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 31AvdTxAKBuMHTIJXNYJ-STWJUQdLTTLQJ.HTRan-IJaLTTLQJLWTZUX....@codesite.bounces.google.com designates 209.85.210.76 as permitted sender) smtp.mail=31AvdTxAKBuMHTIJXNYJ-STWJUQdLTTLQJ.HTRan-IJaLTTLQJLWTZUX....@codesite.bounces.google.com; dkim=pass header...@google.com
Received: by dajx4 with SMTP id x4so1253992daj.1
        for <v8-dev@googlegroups.com>; Sat, 16 Jun 2012 15:42:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20120113;
        h=mime-version:reply-to:x-generated-by:x-googlecode-project
         :x-googlecode-issue-id:references:in-reply-to:message-id:date
         :subject:from:to:content-type;
        bh=zDxwC1nO6Y6kSBLKKVOVEvXADvmux14Cqtc7dIWq7t8=;
        b=NrZNjUM4V748oguHYocDdpu/BcnXJgQ5IwtWaXnqZaquHVDcq8dBRpAuzRl0oQ/W7B
         PDzqxoTYCsmRqvS09Z5hv1qkVyKq1QG3249NRFY16kvHG5Z86tDcaQSHnFCTvHSkTqO7
         4yX6hS0zhIrxh8TSq++/Yzyj9bAn7sJjogqJSy54i2UDVId02KFBeAQFO6ZBZVoDFZtJ
         dsgLUF/XkNYjTb1I/YIp+TXUye4OyzgG+sA7v+7VDNfTeOvYP6V8anAEos9WP20wy3qF
         bgb/MWo9qC+5u6dLTKHxDiCHQuccuV5X+0rRXLinfcqATCNpUeysb9v1darbFzy5c6mm
         F/mA==
MIME-Version: 1.0
Received: by 10.68.193.129 with SMTP id ho1mr10989094pbc.8.1339886548948; Sat,
 16 Jun 2012 15:42:28 -0700 (PDT)
Reply-To: codesite-nore...@google.com
X-Generated-By: Google Code
X-GoogleCode-Project: v8
X-GoogleCode-Issue-Id: 915
References: <1-11690816309429728379-1377619769917936410-codesite-noreply=google....@googlecode.com>
 <0-11690816309429728379-1377619769917936410-codesite-noreply=google....@googlecode.com>
In-Reply-To: <1-11690816309429728379-1377619769917936410-codesite-noreply=google....@googlecode.com>
Message-ID: <2-11690816309429728379-1377619769917936410-codesite-noreply=google....@googlecode.com>
Date: Sat, 16 Jun 2012 22:42:28 +0000
Subject: Re: Issue 915 in v8: liveedit iterates incorrectly over the pointers
 in the stack
From: codesite-nore...@google.com
To: v8-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes

Updates:
	Status: Fixed

Comment #2 on issue 915 by peter.ry...@gmail.com: liveedit iterates  
incorrectly over the pointers in the stack
http://code.google.com/p/v8/issues/detail?id=915

Fixed in http://codereview.chromium.org/10332101/