You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Bruce Mitchener (JIRA)" <ji...@apache.org> on 2011/01/20 12:32:43 UTC

[jira] Created: (AVRO-740) test_avro_data double frees schema

test_avro_data double frees schema
----------------------------------

                 Key: AVRO-740
                 URL: https://issues.apache.org/jira/browse/AVRO-740
             Project: Avro
          Issue Type: Bug
            Reporter: Bruce Mitchener
            Assignee: Bruce Mitchener


==55169== Invalid read of size 8
==55169== at 0x10002A061: avro_schema_decref (schema.c:193)
==55169== by 0x100001084: test_fixed (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== by 0x100001FF7: main (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== Address 0x1002f8860 is 16 bytes inside a block of size 40 free'd
==55169== at 0x10001446F: free (vg_replace_malloc.c:366)
==55169== by 0x100000D62: test_allocator (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== by 0x100001023: test_fixed (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== by 0x100001FF7: main (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== 
==55169== Invalid write of size 8
==55169== at 0x10002A073: avro_schema_decref (schema.c:193)
==55169== by 0x100001084: test_fixed (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== by 0x100001FF7: main (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== Address 0x1002f8860 is 16 bytes inside a block of size 40 free'd
==55169== at 0x10001446F: free (vg_replace_malloc.c:366)
==55169== by 0x100000D62: test_allocator (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== by 0x100001023: test_fixed (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== by 0x100001FF7: main (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
==55169== 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AVRO-740) test_avro_data double frees schema

Posted by "Bruce Mitchener (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Mitchener resolved AVRO-740.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0

> test_avro_data double frees schema
> ----------------------------------
>
>                 Key: AVRO-740
>                 URL: https://issues.apache.org/jira/browse/AVRO-740
>             Project: Avro
>          Issue Type: Bug
>            Reporter: Bruce Mitchener
>            Assignee: Bruce Mitchener
>             Fix For: 1.5.0
>
>
> ==55169== Invalid read of size 8
> ==55169== at 0x10002A061: avro_schema_decref (schema.c:193)
> ==55169== by 0x100001084: test_fixed (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== by 0x100001FF7: main (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== Address 0x1002f8860 is 16 bytes inside a block of size 40 free'd
> ==55169== at 0x10001446F: free (vg_replace_malloc.c:366)
> ==55169== by 0x100000D62: test_allocator (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== by 0x100001023: test_fixed (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== by 0x100001FF7: main (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== 
> ==55169== Invalid write of size 8
> ==55169== at 0x10002A073: avro_schema_decref (schema.c:193)
> ==55169== by 0x100001084: test_fixed (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== by 0x100001FF7: main (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== Address 0x1002f8860 is 16 bytes inside a block of size 40 free'd
> ==55169== at 0x10001446F: free (vg_replace_malloc.c:366)
> ==55169== by 0x100000D62: test_allocator (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== by 0x100001023: test_fixed (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== by 0x100001FF7: main (in /Users/bruce/Development/avro/lang/c/build/tests/.libs/test_avro_data)
> ==55169== 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.