Giter Club home page Giter Club logo

Comments (2)

ClearScriptLib avatar ClearScriptLib commented on June 2, 2024 2

Hi @ebrandin,

Has anyone seen this exception or does anyone have any ideas to what could be going on?

Currently this happens if CreateScriptEngine is called after a no-op Interrupt call – that is, an Interrupt call that occurs when the V8 runtime is not executing script code:

var runtime = new V8Runtime();
var engine = runtime.CreateScriptEngine();
engine.Interrupt();
runtime.CreateScriptEngine(); // <-- EXCEPTION

Because it may be difficult or impossible for the host to ensure that Interrupt is always called during script execution, we consider this a bug, and we'll fix it in the next ClearScript release.

However, that exception can also be legitimate. For example:

  1. A script invokes a host method.
  2. Interrupt is called on the same V8 runtime.
  3. The host method calls CreateScriptEngine before returning to script code.

That sequence results in the same exception, and ClearScript can do nothing to prevent it. Many V8 API methods fail when a script exception (or script interruption) is pending. That behavior is by design and beyond ClearScript's control.

Thanks!

from clearscript.

ClearScriptLib avatar ClearScriptLib commented on June 2, 2024

Fixed in Version 7.4.5.

from clearscript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.