That kind of error usually means you either haven't created a context or
aren't in a context or haven't created an appropriate handle.  Or...
Something else :-/. Maybe a lock?  V8 errors are very much a "you screwed
up somewhere" notification and often nothing more

On Tue, Sep 5, 2017 at 9:42 AM Francisco Moraes <francisco.mor...@gmail.com>
wrote:

> I will give it a try sometime this week. I tried to remove our
> initialization JS file but that caused a failure further down the
> serialization as well, so still investigating.
>
>
> On Saturday, September 2, 2017 at 1:07:28 AM UTC-4, Zac Hansen wrote:
>>
>> Can you post a minimal complete example that reproduces your problem?
>>
>> On Friday, September 1, 2017 at 8:57:51 AM UTC-7, Francisco Moraes wrote:
>>>
>>> Hello,
>>>
>>> I am trying to create a snapshot that includes most of code but I ran
>>> into the following assertion:
>>>
>>>   CHECK(isolate->handle_scope_implementer()->blocks()->is_empty());
>>>
>>> Any clarifications about what would generate it that our JS code is
>>> doing and is not legal? I found that creating Unsafe Arrays is also not
>>> permitted but that is relatively easy to work around.
>>>
>>> Francisco
>>>
>> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "v8-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/v8-users/kxtnaSSQL9c/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to