Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have a bug #23781

Closed
bluezip opened this issue May 12, 2024 · 2 comments
Closed

I have a bug #23781

bluezip opened this issue May 12, 2024 · 2 comments
Labels
needs info needs further information to be properly triaged

Comments

@bluezip
Copy link

bluezip commented May 12, 2024

============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.

Platform: windows x86_64
Version: 1.43.3
Args: ["C:\Users\serin\.deno\bin\deno.exe", "run", "-A", "--watch=static/,routes/", "dev.ts"]

thread '' panicked at C:\Users\runneradmin.cargo\registry\src\index.crates.io-6f17d22bba15001f\v8-0.91.1\src\handle.rs:513:32:
attempt to access disposed Isolate
stack backtrace:
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.

================================================================================
I thank bug from
import { openKv } from "npm:@deno/kv";

export const kv = await Deno.openKv(".tmp/kv/kv.sqlite3");

@marvinhagemeister marvinhagemeister added the needs info needs further information to be properly triaged label May 13, 2024
@marvinhagemeister
Copy link
Contributor

I tried running the example snippet provided, but didn't see an error. Can you share the steps to reproduce it?

@marvinhagemeister
Copy link
Contributor

Closing as we haven't heard back. Happy to re-open if the issue still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info needs further information to be properly triaged
Projects
None yet
Development

No branches or pull requests

2 participants