Results for valgrind/glean/bufferObject

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 11.7116770744
note Returncode was 1
info
Returncode: 1

Errors:
==20669== Invalid read of size 1
==20669==    at 0x80D7359: GLEAN::BufferObjectTest::testCopyBuffer() (tbufferobject.cpp:169)
==20669==    by 0x80D78F6: GLEAN::BufferObjectTest::runOne(GLEAN::BufferObjectResult&, GLEAN::Window&) (tbufferobject.cpp:271)
==20669==    by 0x80D87DF: GLEAN::BaseTest<GLEAN::BufferObjectResult>::run(GLEAN::Environment&) (tbase.h:325)
==20669==    by 0x80BF2B1: main (main.cpp:141)
==20669==  Address 0xb786b000 is not stack'd, malloc'd or (recently) free'd
==20669== 
==20669== Invalid read of size 1
==20669==    at 0x80D77DD: GLEAN::BufferObjectTest::testMapBufferRange() (tbufferobject.cpp:241)
==20669==    by 0x80D791D: GLEAN::BufferObjectTest::runOne(GLEAN::BufferObjectResult&, GLEAN::Window&) (tbufferobject.cpp:274)
==20669==    by 0x80D87DF: GLEAN::BaseTest<GLEAN::BufferObjectResult>::run(GLEAN::Environment&) (tbase.h:325)
==20669==    by 0x80BF2B1: main (main.cpp:141)
==20669==  Address 0xb78633e7 is not stack'd, malloc'd or (recently) free'd
==20669== 
==20669== 
==20669== More than 10000000 total errors detected.  I'm not reporting any more.
==20669== Final error counts will be inaccurate.  Go fix your program!
==20669== Rerun with --error-limit=no to disable this cutoff.  Note
==20669== that errors may occur in your program without prior warning from
==20669== Valgrind, because errors are no longer being displayed.
==20669== 


Output:
errors
  • ==20669== Invalid read of size 1
  • ==20669== at 0x80D7359: GLEAN::BufferObjectTest::testCopyBuffer() (tbufferobject.cpp:169)
  • ==20669== by 0x80D78F6: GLEAN::BufferObjectTest::runOne(GLEAN::BufferObjectResult&, GLEAN::Window&) (tbufferobject.cpp:271)
  • ==20669== by 0x80D87DF: GLEAN::BaseTest<GLEAN::BufferObjectResult>::run(GLEAN::Environment&) (tbase.h:325)
  • ==20669== by 0x80BF2B1: main (main.cpp:141)
  • ==20669== Address 0xb786b000 is not stack\'d, malloc\'d or (recently) free\'d
  • ==20669==
  • ==20669== Invalid read of size 1
  • ==20669== at 0x80D77DD: GLEAN::BufferObjectTest::testMapBufferRange() (tbufferobject.cpp:241)
  • ==20669== by 0x80D791D: GLEAN::BufferObjectTest::runOne(GLEAN::BufferObjectResult&, GLEAN::Window&) (tbufferobject.cpp:274)
  • ==20669== by 0x80D87DF: GLEAN::BaseTest<GLEAN::BufferObjectResult>::run(GLEAN::Environment&) (tbase.h:325)
  • ==20669== by 0x80BF2B1: main (main.cpp:141)
  • ==20669== Address 0xb78633e7 is not stack\'d, malloc\'d or (recently) free\'d
  • ==20669==
  • ==20669==
  • ==20669== More than 10000000 total errors detected. I\'m not reporting any more.
  • ==20669== Final error counts will be inaccurate. Go fix your program!
  • ==20669== Rerun with --error-limit=no to disable this cutoff. Note
  • ==20669== that errors may occur in your program without prior warning from
  • ==20669== Valgrind, because errors are no longer being displayed.
  • ==20669==

Back to summary