New comment by devlocalhost on void-packages repository https://github.com/void-linux/void-packages/issues/48644#issuecomment-1937309877 Comment: here's what gdb says: ``` (gdb) bt #0 __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memmove-ssse3.S:67 #1 0x00007ffff77882b3 in std::__cxx11::basic_string, std::allocator >::_M_append(char const*, unsigned long) () from /usr/lib/libstdc++.so.6 #2 0x00007ffff7bdedfb in mega::Node::serialize (this=0x7fffb416b1a0, d=0x7ffff37ff070) at src/node.cpp:558 #3 0x00007ffff7bc32b9 in mega::DbTable::put (this=0x7fffb40206a0, type=type@entry=1, record=0x7fffb416b1a0, key=key@entry=0x5555556d6d68) at src/db.cpp:44 #4 0x00007ffff7b3b273 in mega::MegaClient::updatesc (this=this@entry=0x5555556d5c50) at src/megaclient.cpp:4880 #5 0x00007ffff7b60d4b in mega::MegaClient::notifypurge (this=this@entry=0x5555556d5c50) at src/megaclient.cpp:6767 #6 0x00007ffff7b671b0 in mega::MegaClient::exec (this=) at src/megaclient.cpp:2846 #7 0x00007ffff7cd25f9 in mega::MegaApiImpl::loop (this=0x5555556970a0) at src/megaapi_impl.cpp:6301 #8 0x00007ffff7cd26ad in mega::MegaApiImpl::threadEntryPoint (param=0x5555556970a0) at src/megaapi_impl.cpp:5038 #9 0x00007ffff728a36b in start_thread (arg=) at ./nptl/pthread_create.c:444 #10 0x00007ffff730c298 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 ```