Guest User

Untitled

a guest
Jun 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. ==12489== Memcheck, a memory error detector.
  2. ==12489== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
  3. ==12489== Using LibVEX rev 1903, a library for dynamic binary translation.
  4. ==12489== Copyright (C) 2004-2009, and GNU GPL'd, by OpenWorks LLP.
  5. ==12489== Using valgrind-3.5.0.SVN, a dynamic binary instrumentation framework.
  6. ==12489== Copyright (C) 2000-2009, and GNU GPL'd, by Julian Seward et al.
  7. ==12489== For more details, rerun with: -v
  8. ==12489==
  9. --12489-- /Users/tokuhirom/share/cpan/lib/perl5/darwin-2level/auto/Cwd/Cwd.bundle:
  10. --12489-- dSYM directory is missing; consider using --auto-run-dsymutil=yes
  11. --12489-- /Users/tokuhirom/share/cpan/lib/perl5/darwin-2level/auto/DBI/DBI.bundle:
  12. --12489-- dSYM directory is missing; consider using --auto-run-dsymutil=yes
  13. --12489-- /Users/tokuhirom/share/cpan/lib/perl5/darwin-2level/auto/List/Util/Util.bundle:
  14. --12489-- dSYM directory is missing; consider using --auto-run-dsymutil=yes
  15. 1..14
  16. --12489-- /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle:
  17. --12489-- dSYM directory is missing; consider using --auto-run-dsymutil=yes
  18. ok 1 - The object isa DBI::db
  19. ==12489== Syscall param write(buf) points to uninitialised byte(s)
  20. ==12489== at 0x21FC7E: write$UNIX2003 (in /usr/lib/libSystem.B.dylib)
  21. ==12489== by 0xC3510F: sqlite3OsWrite (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  22. ==12489== by 0xC4EB5F: writeJournalHdr (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  23. ==12489== by 0xC4EC1A: pager_open_journal (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  24. ==12489== by 0xC52EE1: sqlite3BtreeBeginTrans (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  25. ==12489== by 0xC82A27: sqlite3Step (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  26. ==12489== by 0xC7440F: sqlite3_step (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  27. ==12489== by 0xC309DA: sqlite_st_execute (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  28. ==12489== by 0xC2E80B: XS_DBD__SQLite__st_execute (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  29. ==12489== by 0xC192D6: XS_DBI_dispatch (in /Users/tokuhirom/share/cpan/lib/perl5/darwin-2level/auto/DBI/DBI.bundle)
  30. ==12489== by 0x8DDCB: Perl_pp_entersub (in /opt/local/bin//perl)
  31. ==12489== by 0x846B4: Perl_runops_standard (in /opt/local/bin//perl)
  32. ==12489== Address 0xcb8459 is 9 bytes inside a block of size 1,032 alloc'd
  33. ==12489== at 0x14E516: malloc (vg_replace_malloc.c:194)
  34. ==12489== by 0xC353EA: sqlite3MemMalloc (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  35. ==12489== by 0xC3575A: mallocWithAlarm (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  36. ==12489== by 0xC35849: sqlite3Malloc (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  37. ==12489== by 0xC3B397: pcache1Alloc (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  38. ==12489== by 0xC3C0CE: sqlite3PagerSetPagesize (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  39. ==12489== by 0xC51E74: sqlite3BtreeFactory (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  40. ==12489== by 0xC9290F: openDatabase (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  41. ==12489== by 0xC3006C: sqlite_db_login (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  42. ==12489== by 0xC2C7ED: XS_DBD__SQLite__db__login (in /Users/tokuhirom/dev/DBD-SQLite/blib/arch/auto/DBD/SQLite/SQLite.bundle)
  43. ==12489== by 0x8DDCB: Perl_pp_entersub (in /opt/local/bin//perl)
  44. ==12489== by 0x846B4: Perl_runops_standard (in /opt/local/bin//perl)
  45. ok 2 - CREATE TABLE f
  46. ok 3 - DELETE FROM f
  47. ok 4 - The object isa DBI::st
  48. ok 5 - ->execute returns 1 row
  49. ok 6
  50. ok 7
  51. ok 8
  52. ok 9
  53. ok 10 - last_insert_rowid should be 4
  54. ok 11 - DBI::db->can('sqlite_last_insert_rowid')
  55. ok 12 - last_insert_rowid should be 4
  56. ok 13
  57. ok 14 - no warnings
  58. ==12489==
  59. ==12489== ERROR SUMMARY: 7 errors from 1 contexts (suppressed: 0 from 0)
  60. ==12489== malloc/free: in use at exit: 1,856,537 bytes in 41,923 blocks.
  61. ==12489== malloc/free: 75,791 allocs, 33,868 frees, 3,432,399 bytes allocated.
  62. ==12489== For counts of detected errors, rerun with: -v
  63. ==12489== Use --track-origins=yes to see where uninitialised values come from
  64. ==12489== searching for pointers to 41,923 not-freed blocks.
  65. ==12489== checked 2,975,596 bytes.
  66. ==12489==
  67. ==12489== LEAK SUMMARY:
  68. ==12489== definitely lost: 0 bytes in 0 blocks.
  69. ==12489== indirectly lost: 0 bytes in 0 blocks.
  70. ==12489== possibly lost: 1,393,679 bytes in 39,158 blocks.
  71. ==12489== still reachable: 462,518 bytes in 2,757 blocks.
  72. ==12489== suppressed: 340 bytes in 8 blocks.
  73. ==12489== Rerun with --leak-check=full to see details of leaked memory.
Add Comment
Please, Sign In to add comment