Guest User

Untitled

a guest
Dec 30th, 2025
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. terminate called after throwing an instance of 'std::bad_array_new_length'
  2. what(): std::bad_array_new_length
  3.  
  4. Program received signal SIGABRT, Aborted.
  5. __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44
  6. warning: 44 ./nptl/pthread_kill.c: El fitxer o directori no existeix
  7. (gdb) backtrace
  8. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44
  9. #1 __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
  10. #2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
  11. #3 0x00007ffff304527e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
  12. #4 0x00007ffff30288ff in __GI_abort () at ./stdlib/abort.c:79
  13. #5 0x00007ffff34a5ff5 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  14. #6 0x00007ffff34bb0da in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  15. #7 0x00007ffff34a5a55 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6
  16. #8 0x00007ffff34bb391 in __cxa_throw () from /lib/x86_64-linux-gnu/libstdc++.so.6
  17. #9 0x00007ffff34a9111 in std::__throw_bad_array_new_length() () from /lib/x86_64-linux-gnu/libstdc++.so.6
  18. #10 0x000055555598103c in std::__new_allocator<std::shared_ptr<muse::TranslatableString::IArg const> >::allocate (this=0x7fffffffcce0,
  19. __n=18446744073709551615) at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/new_allocator.h:139
  20. #11 0x0000555555980fc4 in std::allocator_traits<std::allocator<std::shared_ptr<muse::TranslatableString::IArg const> > >::allocate (
  21. __a=..., __n=18446744073709551615) at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/alloc_traits.h:482
  22. #12 std::_Vector_base<std::shared_ptr<muse::TranslatableString::IArg const>, std::allocator<std::shared_ptr<muse::TranslatableString::IArg const> > >::_M_allocate (this=0x7fffffffcce0, __n=18446744073709551615)
  23. at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_vector.h:381
  24. #13 0x0000555555980f21 in std::_Vector_base<std::shared_ptr<muse::TranslatableString::IArg const>, std::allocator<std::shared_ptr<muse::TranslatableString::IArg const> > >::_M_create_storage (this=0x7fffffffcce0, __n=18446744073709551615)
  25. at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_vector.h:398
  26. #14 0x0000555555980d92 in std::_Vector_base<std::shared_ptr<muse::TranslatableString::IArg const>, std::allocator<std::shared_ptr<muse::TranslatableString::IArg const> > >::_Vector_base (this=0x7fffffffcce0, __n=18446744073709551615, __a=...)
  27. at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_vector.h:335
  28. #15 0x0000555555980c5e in std::vector<std::shared_ptr<muse::TranslatableString::IArg const>, std::allocator<std::shared_ptr<muse::TranslatableString::IArg const> > >::vector (this=0x7fffffffcce0, __x=std::vector of length -1, capacity 2932029745890 = {...})
  29. at /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_vector.h:602
  30. #16 0x0000555555980bae in muse::TranslatableString::TranslatableString (this=0x7fffffffcc98)
  31. at _deps/framework-src/src/global/types/translatablestring.h:36
  32. #17 0x00005555559806ed in muse::MnemonicString::MnemonicString (this=0x7fffffffcc98, raw=...)
  33. at _deps/framework-src/src/global/types/mnemonicstring.h:37
  34. #18 0x00007ffff7d7a0ca in __cxx_global_var_init.9 ()
  35. from /home/programar/Documents/Projects/Advanced-Effects/.build/src/projectscene/libapp_projectscene.so
  36. #19 0x00007ffff7d7af62 in _GLOBAL__sub_I_projectuiactions.cpp ()
  37. from /home/programar/Documents/Projects/Advanced-Effects/.build/src/projectscene/libapp_projectscene.so
  38.  
Advertisement
Add Comment
Please, Sign In to add comment