Created
May 8, 2025 21:48
-
-
Save ssadler/fa21d7929f6f95e7ec83b4dac2a73e68 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#0 0x000070c84babb35a in __cxa_throw () from /lib/x86_64-linux-gnu/libstdc++.so.6 | |
#1 0x000070c84baa90db in std::__throw_bad_alloc() () from /lib/x86_64-linux-gnu/libstdc++.so.6 | |
#2 0x00000000014634a1 in std::_Hashtable<v8::internal::Tagged<v8::internal::AllocationSite>, std::pair<v8::internal::Tagged<v8::internal::AllocationSite> const, unsigned long>, std::allocator<std::pair<v8::internal::Tagged<v8::internal::AllocationSite> const, unsigned long> >, std::__detail::_Select1st, std::equal_to<v8::internal::Tagged<v8::internal::AllocationSite> >, v8::internal::Object::Hasher, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<true, false, true> >::_M_rehash_aux(unsigned long, std::integral_constant<bool, true>) [clone .isra.0] () | |
#3 0x0000000001463e33 in v8::internal::PretenuringHandler::ProcessPretenuringFeedback(unsigned long) () | |
#4 0x00000000013ffa07 in v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const*) () | |
#5 0x0000000001400d99 in v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags)::{lambda()#2}::operator()() const () | |
#6 0x0000000001404228 in void heap::base::Stack::SetMarkerAndCallbackImpl<v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags)::{lambda()#2}>(heap::base::Stack*, void*, void const*) () | |
#7 0x0000000001c69ef1 in PushAllRegistersAndIterateStack () | |
#8 0x00000000014016b5 in v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) () | |
#9 0x000000000140486d in v8::internal::IncrementalMarkingJob::Task::RunInternal() () | |
#10 0x0000000000fe3119 in node::PerIsolatePlatformData::RunForegroundTask(std::unique_ptr<v8::Task, std::default_delete<v8::Task> >) [clone .part.0] | |
() | |
#11 0x0000000000fe6745 in node::PerIsolatePlatformData::FlushForegroundTasksInternal() () | |
#12 0x0000000001ca72f3 in uv__async_io (loop=0x686b420 <default_loop_struct>, w=<optimized out>, events=<optimized out>) | |
at ../deps/uv/src/unix/async.c:176 | |
#13 0x0000000001cbce64 in uv__io_poll (loop=loop@entry=0x686b420 <default_loop_struct>, timeout=<optimized out>) at ../deps/uv/src/unix/linux.c:1564 | |
#14 0x0000000001ca8017 in uv_run (loop=0x686b420 <default_loop_struct>, mode=UV_RUN_DEFAULT) at ../deps/uv/src/unix/core.c:458 | |
#15 0x0000000000e526d6 in node::SpinEventLoopInternal(node::Environment*) () | |
#16 0x0000000000fae3e1 in node::NodeMainInstance::Run() () | |
#17 0x0000000000f0dd4b in node::Start(int, char**) () | |
#18 0x000070c84b62a1ca in __libc_start_call_main (main=main@entry=0xe47ef0 <main>, argc=argc@entry=7, argv=argv@entry=0x7ffe34281c38) | |
at ../sysdeps/nptl/libc_start_call_main.h:58 | |
#19 0x000070c84b62a28b in __libc_start_main_impl (main=0xe47ef0 <main>, argc=7, argv=0x7ffe34281c38, init=<optimized out>, fini=<optimized out>, | |
rtld_fini=<optimized out>, stack_end=0x7ffe34281c28) at ../csu/libc-start.c:360 | |
#20 0x0000000000e4fade in _start () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment