DenoDDeno
Powered by
tobschT
Denoβ€’16mo agoβ€’
3 replies
tobsch

Debugger crashes in Docker container

I get this error message trying to debug a simple Deno + hono project:

deno_1  | ============================================================
deno_1  | Deno has panicked. This is a bug in Deno. Please report this
deno_1  | at https://github.com/denoland/deno/issues/new.
deno_1  | If you can reliably reproduce this panic, include the
deno_1  | reproduction steps and re-run with the RUST_BACKTRACE=1 env
deno_1  | var set and include the backtrace in your report.
deno_1  | 
deno_1  | Platform: linux x86_64
deno_1  | Version: 2.1.1
deno_1  | Args: ["deno", "--check", "--watch", "--allow-all", "--inspect=0.0.0.0:9229", "index.tsx"]
deno_1  | 
deno_1  | thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.321.0/inspector.rs:381:16:
deno_1  | internal error: entered unreachable code
deno_1  | ============================================================
deno_1  | Deno has panicked. This is a bug in Deno. Please report this
deno_1  | at https://github.com/denoland/deno/issues/new.
deno_1  | If you can reliably reproduce this panic, include the
deno_1  | reproduction steps and re-run with the RUST_BACKTRACE=1 env
deno_1  | var set and include the backtrace in your report.
deno_1  | 
deno_1  | Platform: linux x86_64
deno_1  | Version: 2.1.1
deno_1  | Args: ["deno", "--check", "--watch", "--allow-all", "--inspect=0.0.0.0:9229", "index.tsx"]
deno_1  | 
deno_1  | thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.321.0/inspector.rs:381:16:
deno_1  | internal error: entered unreachable code
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

problem with start deno local server in docker container
OlegOOleg / help
14mo ago
Deno memory usage in Docker Container is crazy high...?
ztraeshuxjmvZztraeshuxjmv / help
2y ago
deno inside of a docker container
hirefrankHhirefrank / help
2y ago