We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cozodb/cozo#268
import { describe, it } from "bun:test"; import { CozoDb } from "cozo-node"; describe("database", () => { it("creates", async () => { const db = new CozoDb() const resp = await db.run("?[] <- [['hello', 'world!']]") // console.log("resp: ", resp) }) })
panic(main thread): Segmentation fault at address 0x0 oh no: Bun has crashed. This indicates a bug in Bun, not your code.
Bun v1.1.13 (bd6a605) on macos aarch64 [TestCommand]
bd6a605
Segmentation fault at address 0x00000000
NAPIFunction::call
llint_entry
The text was updated successfully, but these errors were encountered:
@tobowers, the latest version of Bun is v1.1.14, but this crash was reported on Bun v1.1.13.
Are you able to reproduce this crash on the latest version of Bun?
bun upgrade
Sorry, something went wrong.
same error on v1.1.15
No branches or pull requests
How can we reproduce the crash?
cozodb/cozo#268
Relevant log output
panic(main thread): Segmentation fault at address 0x0 oh no: Bun has crashed. This indicates a bug in Bun, not your code.
Stack Trace (bun.report)
Bun v1.1.13 (
bd6a605
) on macos aarch64 [TestCommand]Segmentation fault at address 0x00000000
NAPIFunction::call
llint_entry
llint_entry
llint_entry
llint_entry
llint_entry
The text was updated successfully, but these errors were encountered: