Skip to content

Instantly share code, notes, and snippets.

@devyn
Created August 1, 2014 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devyn/4a4a2ca6766d7db276dd to your computer and use it in GitHub Desktop.
Save devyn/4a4a2ca6766d7db276dd to your computer and use it in GitHub Desktop.
==1071== Memcheck, a memory error detector
==1071== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==1071== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
==1071== Command: build/libpaws-tests
==1071==
==1071== Conditional jump or move depends on uninitialised value(s)
==1071== at 0x525332: terminfo::parser::compiled::parse::h585454ead94a4ccfLAa (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x53624E: terminfo::TerminfoTerminal$LT$T$GT$.Terminal$LT$T$GT$::new::h16534774972133198398 (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x535BA6: stdout::hcef6206484deeb69ahc (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x4D3566: run_tests_console::h78b6f57265fba520uFc (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x4D1761: test_main::hee3771f43c4320c6rvb (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x4DC630: test_main_static::hf8903d13bd63fd87czb (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x4D06CA: __test::main::h707fde455885f095hjm (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x586262: start::closure.$x22closure$x22$LP$8352$RP$ (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x5E436B: rust_try (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x5E1646: unwind::try::hdbffa4d13db161f4HWd (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x5E142E: task::Task::run::h2774c771b7852544j4c (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071== by 0x58607C: start::h11b60d0b336cad0d2pe (in /home/devyn/Projects/devyn/Paws.rs/build/libpaws-tests)
==1071==
==1071==
==1071== HEAP SUMMARY:
==1071== in use at exit: 576 bytes in 2 blocks
==1071== total heap usage: 6,862 allocs, 6,860 frees, 5,709,115 bytes allocated
==1071==
==1071== LEAK SUMMARY:
==1071== definitely lost: 0 bytes in 0 blocks
==1071== indirectly lost: 0 bytes in 0 blocks
==1071== possibly lost: 576 bytes in 2 blocks
==1071== still reachable: 0 bytes in 0 blocks
==1071== suppressed: 0 bytes in 0 blocks
==1071== Rerun with --leak-check=full to see details of leaked memory
==1071==
==1071== For counts of detected and suppressed errors, rerun with: -v
==1071== Use --track-origins=yes to see where uninitialised values come from
==1071== ERROR SUMMARY: 361 errors from 1 contexts (suppressed: 3 from 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment