denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
93.98k stars 5.23k forks source link

deno cache returns 133 error #25237

Open garethj2 opened 2 weeks ago

garethj2 commented 2 weeks ago

Version: Deno 1.46.1

The deno cache command returns an error code of 133 when run with Deno 1.46.1 on my Macbook Pro (M2).

For instance, running this...

deno cache --node-modules-dir=false --unstable-worker-options --unstable-ffi --unstable-temporal --config=./tsconfig.json --import-map=./import-map.json ./src/main.ts

Causes this output...

zsh: trace trap deno cache --node-modules-dir=false --unstable-worker-options --unstable-ffi

Further analysis shows the error code being returned is 133 (Trace/BPT trap: 5).

yazan-abdalrahman commented 2 weeks ago

@garethj2 please provide the project repo to reproduce it