Skip to content

Instantly share code, notes, and snippets.

@lloyd
Created December 4, 2009 18:50
Show Gist options
  • Save lloyd/249246 to your computer and use it in GitHub Desktop.
Save lloyd/249246 to your computer and use it in GitHub Desktop.
==1634== Memcheck, a memory error detector
==1634== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==1634== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info
==1634== Command: ./main
==1634==
==1634== Use of uninitialised value of size 8
==1634== at 0x404F31: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Uninitialised value was created by a stack allocation
==1634== at 0x400F28: main (main.cpp:7)
==1634==
==1634== Invalid read of size 1
==1634== at 0x404F31: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Address 0x593509f is not stack'd, malloc'd or (recently) free'd
==1634==
==1634== Use of uninitialised value of size 8
==1634== at 0x404F69: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Uninitialised value was created by a stack allocation
==1634== at 0x400F28: main (main.cpp:7)
==1634==
==1634== Invalid read of size 1
==1634== at 0x404F69: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Address 0x593509f is not stack'd, malloc'd or (recently) free'd
==1634==
==1634== Use of uninitialised value of size 8
==1634== at 0x404FA1: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Uninitialised value was created by a stack allocation
==1634== at 0x400F28: main (main.cpp:7)
==1634==
==1634== Invalid read of size 1
==1634== at 0x404FA1: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Address 0x593509f is not stack'd, malloc'd or (recently) free'd
==1634==
==1634== Use of uninitialised value of size 8
==1634== at 0x404FD9: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Uninitialised value was created by a stack allocation
==1634== at 0x400F28: main (main.cpp:7)
==1634==
==1634== Invalid read of size 1
==1634== at 0x404FD9: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Address 0x593509f is not stack'd, malloc'd or (recently) free'd
==1634==
==1634== Use of uninitialised value of size 8
==1634== at 0x405002: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Uninitialised value was created by a stack allocation
==1634== at 0x400F28: main (main.cpp:7)
==1634==
==1634== Invalid read of size 1
==1634== at 0x405002: Yajl::Encoder::GenerateMapOpen() (Encoder.cpp:114)
==1634== by 0x400FAE: main (main.cpp:9)
==1634== Address 0x593509f is not stack'd, malloc'd or (recently) free'd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment