Advertisement
Guest User

Untitled

a guest
Dec 4th, 2018
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.32 KB | None | 0 0
  1. memory allocation of 48 bytes failed==14265==
  2. ==14265== Process terminating with default action of signal 6 (SIGABRT): dumping core
  3. ==14265==    at 0x48FED7F: raise (in /usr/lib/libc-2.28.so)
  4. ==14265==    by 0x48E9671: abort (in /usr/lib/libc-2.28.so)
  5. ==14265==    by 0x281516: std::sys::unix::abort_internal (mod.rs:167)
  6. ==14265==    by 0x27D83C: rust_oom (alloc.rs:221)
  7. ==14265==    by 0x28E146: alloc::alloc::handle_alloc_error (alloc.rs:234)
  8. ==14265==    by 0x13522D: exchange_malloc (alloc.rs:196)
  9. ==14265==    by 0x13522D: universe::mediators::random_map_generator::proc1 (random_map_generator.rs:15)
  10. ==14265==    by 0x13F0AF: universe::mediators::client::entry_point_client (client.rs:153)
  11. ==14265==    by 0x12C886: run_client_or_server (main.rs:66)
  12. ==14265==    by 0x12C886: universe::main (main.rs:85)
  13. ==14265==    by 0x1210F2: std::rt::lang_start::{{closure}} (gl_bindings.rs:2509)
  14. ==14265==    by 0x27E042: {{closure}} (rt.rs:59)
  15. ==14265==    by 0x27E042: std::panicking::try::do_call (panicking.rs:310)
  16. ==14265==    by 0x28CDA9: __rust_maybe_catch_panic (lib.rs:102)
  17. ==14265==    by 0x27EA13: try<i32,closure> (panicking.rs:289)
  18. ==14265==    by 0x27EA13: catch_unwind<closure,i32> (panic.rs:398)
  19. ==14265==    by 0x27EA13: std::rt::lang_start_internal (rt.rs:58)
  20. ==14265==
  21. ==14265== HEAP SUMMARY:
  22. ==14265==     in use at exit: 5,330,451 bytes in 3,691 blocks
  23. ==14265==   total heap usage: 19,941 allocs, 16,250 frees, 235,380,813 bytes allocated
  24. ==14265==
  25. ==14265== Searching for pointers to 3,691 not-freed blocks
  26. ==14265== Checked 11,723,800 bytes
  27. ==14265==
  28. ==14265== LEAK SUMMARY:
  29. ==14265==    definitely lost: 0 bytes in 0 blocks
  30. ==14265==    indirectly lost: 0 bytes in 0 blocks
  31. ==14265==      possibly lost: 312,489 bytes in 26 blocks
  32. ==14265==    still reachable: 5,017,962 bytes in 3,665 blocks
  33. ==14265==                       of which reachable via heuristic:
  34. ==14265==                         newarray           : 16 bytes in 1 blocks
  35. ==14265==                         multipleinheritance: 104 bytes in 1 blocks
  36. ==14265==         suppressed: 0 bytes in 0 blocks
  37. ==14265== Rerun with --leak-check=full to see details of leaked memory
  38. ==14265==
  39. ==14265== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  40. ==14265== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  41. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement