Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
codesite-nore... @google.com
Date: Fri, 15 Jun 2012 10:55:33 +0000
Local: Fri, Jun 15 2012 6:55 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Fri, 15 Jun 2012 15:08:42 +0000
Local: Fri, Jun 15 2012 11:08 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Fri, 15 Jun 2012 15:10:02 +0000
Local: Fri, Jun 15 2012 11:10 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Thu, 21 Jun 2012 11:12:16 +0000
Local: Thurs, Jun 21 2012 7:12 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Fri, 21 Sep 2012 08:07:32 +0000
Local: Fri, Sep 21 2012 4:07 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Mon, 24 Sep 2012 07:23:48 +0000
Local: Mon, Sep 24 2012 3:23 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
Comment #6 on issue 2166 by phi... @gmail.com: Nested v8::TryCatch blocks
don't rethrow properly
http://code.google.com/p/v8/issues/detail?id=2166
I think I just hit this problem in our own code. Is a fix for this still
planned (in the near future), or should I look for a workaround?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Mon, 24 Sep 2012 07:25:29 +0000
Local: Mon, Sep 24 2012 3:25 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
Comment #7 on issue 2166 by yang... @chromium.org: Nested v8::TryCatch
blocks don't rethrow properly
http://code.google.com/p/v8/issues/detail?id=2166
Apparently there are wrong usages of TryCatch in Chromium. TryCatch needs
to be stack allocated (not heap allocated with 'new'). Before those are
fixed, we can't land an existing fix to this issue.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Tue, 25 Sep 2012 16:38:55 +0000
Local: Tues, Sep 25 2012 12:38 pm
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Wed, 26 Sep 2012 00:11:53 +0000
Local: Tues, Sep 25 2012 8:11 pm
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
Comment #9 on issue 2166 by hara... @chromium.org: Nested v8::TryCatch
blocks don't rethrow properly
http://code.google.com/p/v8/issues/detail?id=2166
Not yet probably.
Michael: would you file a bug for Chromium? (I don't know the place where
the TryCatch heap allocations are happening.)
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Wed, 26 Sep 2012 08:55:09 +0000
Local: Wed, Sep 26 2012 4:55 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Wed, 26 Sep 2012 08:58:20 +0000
Local: Wed, Sep 26 2012 4:58 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Fri, 05 Oct 2012 20:07:42 +0000
Local: Fri, Oct 5 2012 4:07 pm
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
Comment #12 on issue 2166 by e... @dubbelboer.com: Nested v8::TryCatch
blocks don't rethrow properly
http://code.google.com/p/v8/issues/detail?id=2166
I have tested the code in r11834. It does work but the rethrow messes up
the file and linenumer of the error.
I'm hoping this gets fixed soon as it is really annoying to work around.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Thu, 15 Nov 2012 09:07:58 +0000
Local: Thurs, Nov 15 2012 4:07 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
Updates:
Owner: mstarzin
... @chromium.org
Cc: yang
... @chromium.org
Comment #13 on issue 2166 by mstarzin... @chromium.org: Nested v8::TryCatch
blocks don't rethrow properly
http://code.google.com/p/v8/issues/detail?id=2166
The upstream Chromium change is being worked on. I'll reland the fix as
soon as it's done. It's on my radar.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Tue, 04 Dec 2012 07:27:41 +0000
Local: Tues, Dec 4 2012 2:27 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
codesite-nore... @google.com
Date: Tue, 04 Dec 2012 13:21:14 +0000
Local: Tues, Dec 4 2012 8:21 am
Subject: Re: Issue 2166 in v8: Nested v8::TryCatch blocks don't rethrow properly
Updates:
Status: Fixed
Cc: k
... @chromium.org
Comment #15 on issue 2166 by mstarzin... @chromium.org: Nested v8::TryCatch
blocks don't rethrow properly
http://code.google.com/p/v8/issues/detail?id=2166
Fixed (again) in r13129 and r13130. Kudos go to koz@ for handling the
upstream issue.
You must
Sign in before you can post messages.
You do not have the permission required to post.