Created
October 17, 2011 06:52
-
-
Save dajobe/1292082 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==92495== Invalid write of size 4 | |
==92495== at 0x2B0846: initstate (in /usr/lib/libSystem.B.dylib) | |
==92495== by 0x55B71: rasqal_random_init (in /Users/dajobe/dev/redland/rasqal/src/.libs/librasqal.3.dylib) | |
==92495== by 0x216DB: rasqal_evaluation_context_set_rand_seed (in /Users/dajobe/dev/redland/rasqal/src/.libs/librasqal.3.dylib) | |
==92495== by 0x29FD1: rasqal_query_prepare (in /Users/dajobe/dev/redland/rasqal/src/.libs/librasqal.3.dylib) | |
==92495== by 0x10000170C: main (in .libs/rasqal_limit_test) | |
==92495== Address 0x1000a7d30 is 32 bytes inside a block of size 288 free'd | |
==92495== at 0xD4AE: free (vg_replace_malloc.c:430) | |
==92495== by 0x21605: rasqal_free_evaluation_context (in /Users/dajobe/dev/redland/rasqal/src/.libs/librasqal.3.dylib) | |
==92495== by 0x2841A: rasqal_free_query (in /Users/dajobe/dev/redland/rasqal/src/.libs/librasqal.3.dylib) | |
==92495== by 0x100001A28: main (in .libs/rasqal_limit_test) | |
==92495== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment