Version: Deno 2.4.5
I am using the latest deno package on a recent freebsd:
[grafg@grafg1 ~/tmp]$ uname -a
FreeBSD grafg1.spengergasse.at 14.3-RELEASE-p5 FreeBSD 14.3-RELEASE-p5 releng/14.3-n271450-382f54740ee4 GENERIC amd64
[grafg@grafg1 ~/tmp]$ deno --version
deno 2.4.5 (stable, release, x86_64-unknown-freebsd)
v8 13.7.152.14-rusty
typescript 5.8.3
And here is the minimalist deno.json:
{
"tasks": {
"georg": "date"
}
}
And here the backtrace:
[grafg@grafg1 ~/tmp]$ deno task georg
Task georg date
Sat Oct 25 10:02:46 CEST 2025
============================================================
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: freebsd x86_64
Version: 2.4.5
Args: ["deno", "task", "georg"]
thread 'main' panicked at ext/signals/lib.rs:124:37:
called `Result::unwrap()` on an `Err` value: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }
stack backtrace:
0: 0xc0373b409b8 - <unknown>
1: 0xc0373b5af53 - <unknown>
2: 0xc0373af5083 - <unknown>
3: 0xc0373b40803 - <unknown>
4: 0xc0373b15778 - <unknown>
5: 0xc0373b1563d - <unknown>
6: 0xc037011559c - <unknown>
7: 0xc0373b15dc2 - <unknown>
8: 0xc0373b40daa - <unknown>
9: 0xc0373b40bd9 - <unknown>
10: 0xc0373b1585d - <unknown>
11: 0xc0373b583a0 - <unknown>
12: 0xc0373b65a26 - <unknown>
13: 0xc037139bb80 - <unknown>
14: 0xc037139c1e0 - <unknown>
15: 0xc036ffc4c15 - <unknown>
16: 0xc036f88cf62 - <unknown>
17: 0xc036fc14662 - <unknown>
18: 0xc0370116d3a - <unknown>
19: 0xc036fa6ba8c - <unknown>
20: 0xc036fa69f1c - <unknown>
21: 0xc0373b3dd15 - <unknown>
22: 0xc036fa69f11 - <unknown>
23: 0xc0b969fbe34 - __libc_start1
at /usr/src/lib/libc/csu/libc_start1.c:157:7
24: 0xc036f87f061 - <unknown>
Version: Deno 2.4.5
I am using the latest deno package on a recent freebsd:
And here is the minimalist deno.json:
{ "tasks": { "georg": "date" } }And here the backtrace: