Crash Report Sent

We've sent a redacted crash report to the Bun team.

ℹ About This Application
This app has Bun built into it. The app developer controls which version of Bun is used, so you'll need to wait for them to release an update to get a newer version.

What you can do

1

Check for app updates that may already include a fix for this issue

2

Report this crash to the app developer so they can fix it

View Stack Trace
Bun v1.3.14 ([`521eedd`](<https://github.com/oven-sh/bun/tree/521eedd6d864da985b337786eafbdc467827126f>)) on linux x86_64_baseline [StandaloneExecutable] Segmentation fault at address 0x00000000 - [`CodeBlockSet.cpp:56`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/JavaScriptCore/heap/CodeBlockSet.cpp#L56>): `JSC::CodeBlockSet::clearCurrentlyExecutingAndRemoveDeadCodeBlocks(...)::$_0::operator()(...) const` - [`HashTable.h:1181`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/WTF/wtf/HashTable.h#L1181>): `_ZN3WTF9HashTableIPN3JSC9CodeBlockES3_NS_17IdentityExtractorENS_11DefaultHashIS3_EENS_10HashTraitsIS3_EES8_NS_10FastMallocEE8removeIfITkNS_9InvocableIFbRT0_EEEZNS1_12CodeBlockSet46clearCurrentlyExecutingAndRemoveDeadCodeBlocksERNS1_2VMEE3$_0EEbRKT_` - [`HashSet.h:428`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/WTF/wtf/HashSet.h#L428>): `_ZN3WTF7HashSetIPN3JSC9CodeBlockENS_11DefaultHashIS3_EENS_10HashTraitsIS3_EENS_15HashTableTraitsELNS_17ShouldValidateKeyE0EE8removeIfITkNS_9InvocableIFbRKNT1_9TraitTypeEEEEZNS1_12CodeBlockSet46clearCurrentlyExecutingAndRemoveDeadCodeBlocksERNS1_2VMEE3$_0EEbRKT_` - [`CodeBlockSet.cpp:55`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/JavaScriptCore/heap/CodeBlockSet.cpp#L55>): `JSC::CodeBlockSet::clearCurrentlyExecutingAndRemoveDeadCodeBlocks` - [`Heap.cpp:1763`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/JavaScriptCore/heap/Heap.cpp#L1763>): `JSC::Heap::runEndPhase` - [`Heap.cpp:1441`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/JavaScriptCore/heap/Heap.cpp#L1441>): `JSC::Heap::runCurrentPhase` - [`Heap.cpp:2073`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/JavaScriptCore/heap/Heap.cpp#L2073>): `JSC::Heap::collectInMutatorThread(...)(...) const` - [`ScopedLambda.h:106`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/WTF/wtf/ScopedLambda.h#L106>): `WTF::ScopedLambdaFunctor<void (...), JSC::Heap::collectInMutatorThread()::$_0>::implFunction` - [`ScopedLambda.h:58`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/WTF/wtf/ScopedLambda.h#L58>): `void WTF::ScopedLambda<void (...)>::operator()<JSC::CurrentThreadState&>(...) const` - [`MachineStackMarker.cpp:235`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/JavaScriptCore/heap/MachineStackMarker.cpp#L235>): `JSC::callWithCurrentThreadState` - [`Heap.cpp:2085`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/JavaScriptCore/heap/Heap.cpp#L2085>): `JSC::Heap::collectInMutatorThread` - [`Heap.cpp:2054`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/JavaScriptCore/heap/Heap.cpp#L2054>): `JSC::Heap::stopIfNecessarySlow` - [`Heap.cpp:2026`](<https://github.com/oven-sh/WebKit/blob/bun-521eedd6d864da985b337786eafbdc467827126f/Source/JavaScriptCore/heap/Heap.cpp#L2026>): `JSC::Heap::stopIfNecessarySlow` - [`HeapInlines.h:225`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/./build/release/cache/webkit-5488984d20e0dbfe-baseline-lto/include/JavaScriptCore/HeapInlines.h#L225>): `JSC::Heap::stopIfNecessary` - [`BunJSCEventLoop.cpp:65`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/jsc/bindings/BunJSCEventLoop.cpp#L65>): `Bun__JSC_onBeforeWait` - [`epoll_kqueue.c:384`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/packages/bun-usockets/src/eventing/epoll_kqueue.c#L384>): `us_loop_run_bun_tick` - [`event_loop.zig:0`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/jsc/event_loop.zig#L0>): `jsc.event_loop.autoTickActive` - [`bun.js.zig:501`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/bun.js.zig#L501>): `bun.js.Run.start` - [`jsc.zig:234`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/jsc/jsc.zig#L234>): `jsc.jsc.OpaqueWrap.callback` - [`bindings.cpp:4899`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/jsc/bindings/bindings.cpp#L4899>): `JSC__VM__holdAPILock` - [`VM.zig:35`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/jsc/VM.zig#L35>): `jsc.VM.VM.holdAPILock` - [`bun.js.zig:114`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/bun.js.zig#L114>): `bun.js.Run.bootStandalone` - [`cli.zig:610`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/cli/cli.zig#L610>): `cli.cli.Command.start` - [`cli.zig:20`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/cli/cli.zig#L20>): `cli.cli.Cli.start` - [`main.zig:71`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/src/main.zig#L71>): `main.main` - [`start.zig:618`](<https://github.com/oven-sh/zig/blob/bun-521eedd6d864da985b337786eafbdc467827126f/lib/std/start.zig#L618>): `start.callMain` - [`start.zig:587`](<https://github.com/oven-sh/zig/blob/bun-521eedd6d864da985b337786eafbdc467827126f/lib/std/start.zig#L587>): `start.callMainWithArgs` - [`start.zig:602`](<https://github.com/oven-sh/zig/blob/bun-521eedd6d864da985b337786eafbdc467827126f/lib/std/start.zig#L602>): `main` - `??` - `??` - [`ld-temp.o:0`](<https://github.com/oven-sh/bun/blob/521eedd6d864da985b337786eafbdc467827126f/ld-temp.o#L0>): `_start` Features: spawn, standalone\_executable, yaml\_parse, claude\_code, Bun.stderr, Bun.stdin, Bun.stdout, abort\_signal, fetch, jsc