Guest User

Untitled

a guest
Jun 9th, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. In member function ‘deallocate’,
  2. inlined from ‘deallocate’ at /usr/include/c++/14.2.1/bits/alloc_traits.h:550:23,
  3. inlined from ‘_M_deallocate’ at /usr/include/c++/14.2.1/bits/stl_vector.h:389:19,
  4. inlined from ‘__dt_base ’ at /usr/include/c++/14.2.1/bits/stl_vector.h:368:15,
  5. inlined from ‘__dt_base ’ at /usr/include/c++/14.2.1/bits/stl_vector.h:738:,
  6. inlined from ‘runTimeouts’ at /src/GNU_sources/luanti/luanti_src3/src/network/mtp/threads.cpp:270:1:
  7. /usr/include/c++/14.2.1/bits/new_allocator.h:172:33: warning: ‘operator delete’ called on pointer ‘_594’ with nonzero offset [3, 9223372036854775806] [-Wfree-nonheap-object]
  8. 172 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  9. | ^
  10. In member function ‘allocate’,
  11. inlined from ‘allocate’ at /usr/include/c++/14.2.1/bits/alloc_traits.h:515:28,
  12. inlined from ‘_M_allocate’ at /usr/include/c++/14.2.1/bits/stl_vector.h:380:33,
  13. inlined from ‘_M_create_storage’ at /usr/include/c++/14.2.1/bits/stl_vector.h:398:44,
  14. inlined from ‘__ct ’ at /usr/include/c++/14.2.1/bits/stl_vector.h:334:26,
  15. inlined from ‘__ct ’ at /usr/include/c++/14.2.1/bits/stl_vector.h:603:61,
  16. inlined from ‘getPeerIDs’ at /src/GNU_sources/luanti/luanti_src3/src/network/mtp/impl.h:269:10,
  17. inlined from ‘runTimeouts’ at /src/GNU_sources/luanti/luanti_src3/src/network/mtp/threads.cpp:168:60:
  18. /usr/include/c++/14.2.1/bits/new_allocator.h:151: note: returned from ‘operator new’
  19. 151 | return static_cast<_Tp*>(_GLIBCXX_OPERATOR_NEW(__n * sizeof(_Tp)));
  20.  
Advertisement
Add Comment
Please, Sign In to add comment