Created
April 26, 2022 19:45
-
-
Save sibelius/917593bf5003a804f7030b0df4d9e64a to your computer and use it in GitHub Desktop.
jest segmentation fault
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PID 10891 received SIGSEGV for address: 0x0 | |
0 segfault-handler.node 0x000000010727534c _ZL16segfault_handleriP9__siginfoPv + 288 | |
1 libsystem_platform.dylib 0x00000001bf8714c4 _sigtramp + 56 | |
2 node 0x0000000102f0a190 _ZN12v8_inspector19V8DebuggerAgentImpl15ScriptCollectedEPKNS_16V8DebuggerScriptE + 136 | |
3 node 0x0000000102b2d3ec _ZN2v88internal13GlobalHandles4Node31PostGarbageCollectionProcessingEPNS0_7IsolateE + 128 | |
4 node 0x0000000102b2df5c _ZN2v88internal13GlobalHandles31PostGarbageCollectionProcessingENS0_16GarbageCollectorENS_15GCCallbackFlagsE + 204 | |
5 node 0x0000000102b6d790 _ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_23GarbageCollectionReasonENS_15GCCallbackFlagsE + 2264 | |
6 node 0x0000000102b75bcc _ZN2v88internal4Heap36FinalizeIncrementalMarkingIfCompleteENS0_23GarbageCollectionReasonE + 216 | |
7 node 0x0000000102b82f88 _ZN2v88internal21IncrementalMarkingJob4Task11RunInternalEv + 340 | |
8 node 0x00000001028fae80 _ZN4node22PerIsolatePlatformData17RunForegroundTaskENSt3__110unique_ptrIN2v84TaskENS1_14default_deleteIS4_EEEE + 208 | |
9 node 0x00000001028f9b18 _ZN4node22PerIsolatePlatformData28FlushForegroundTasksInternalEv + 800 | |
10 node 0x000000010310e240 uv__async_io + 320 | |
11 node 0x000000010311ffb8 uv__io_poll + 1036 | |
12 node 0x000000010310e6d0 uv_run + 380 | |
13 node 0x00000001027eaccc _ZN4node13SpinEventLoopEPNS_11EnvironmentE + 244 | |
14 node 0x00000001028d65b0 _ZN4node16NodeMainInstance3RunEPiPNS_11EnvironmentE + 120 | |
15 node 0x00000001028d627c _ZN4node16NodeMainInstance3RunEPKNS_16EnvSerializeInfoE + 120 | |
16 node 0x000000010286f080 _ZN4node5StartEiPPc + 184 | |
17 dyld 0x0000000107309088 start + 516 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment