You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Pugachev Maxim (JIRA)" <ji...@apache.org> on 2012/05/11 09:25:49 UTC

[jira] [Created] (AVRO-1082) avro-c: avoid leaking open FILE objects

Pugachev Maxim created AVRO-1082:
------------------------------------

             Summary: avro-c: avoid leaking open FILE objects
                 Key: AVRO-1082
                 URL: https://issues.apache.org/jira/browse/AVRO-1082
             Project: Avro
          Issue Type: Bug
          Components: c
    Affects Versions: 1.6.3, 1.7.0
            Reporter: Pugachev Maxim


There is a couple of functions where an open FILE object leaks:
- file_writer_init_fp (datafile.c)
- avro_schema_to_specific (schema_specific.c)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1082) avro-c: avoid leaking open FILE objects

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

Douglas Creager updated AVRO-1082:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.7.0
           Status: Resolved  (was: Patch Available)

Committed to SVN
                
> avro-c: avoid leaking open FILE objects
> ---------------------------------------
>
>                 Key: AVRO-1082
>                 URL: https://issues.apache.org/jira/browse/AVRO-1082
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.6.3, 1.7.0
>            Reporter: Pugachev Maxim
>             Fix For: 1.7.0
>
>         Attachments: AVRO-1082.patch
>
>
> There is a couple of functions where an open FILE object leaks:
> - file_writer_init_fp (datafile.c)
> - avro_schema_to_specific (schema_specific.c)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1082) avro-c: avoid leaking open FILE objects

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

Pugachev Maxim updated AVRO-1082:
---------------------------------

    Status: Patch Available  (was: Open)
    
> avro-c: avoid leaking open FILE objects
> ---------------------------------------
>
>                 Key: AVRO-1082
>                 URL: https://issues.apache.org/jira/browse/AVRO-1082
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.6.3, 1.7.0
>            Reporter: Pugachev Maxim
>         Attachments: AVRO-1082.patch
>
>
> There is a couple of functions where an open FILE object leaks:
> - file_writer_init_fp (datafile.c)
> - avro_schema_to_specific (schema_specific.c)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1082) avro-c: avoid leaking open FILE objects

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

Pugachev Maxim updated AVRO-1082:
---------------------------------

    Attachment: AVRO-1082.patch

Patch for this issue
                
> avro-c: avoid leaking open FILE objects
> ---------------------------------------
>
>                 Key: AVRO-1082
>                 URL: https://issues.apache.org/jira/browse/AVRO-1082
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.6.3, 1.7.0
>            Reporter: Pugachev Maxim
>         Attachments: AVRO-1082.patch
>
>
> There is a couple of functions where an open FILE object leaks:
> - file_writer_init_fp (datafile.c)
> - avro_schema_to_specific (schema_specific.c)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira