C data file writer uses too much stack space
--------------------------------------------

                 Key: AVRO-1048
                 URL: https://issues.apache.org/jira/browse/AVRO-1048
             Project: Avro
          Issue Type: Bug
          Components: c
    Affects Versions: 1.6.3
            Reporter: Douglas Creager
            Assignee: Douglas Creager


The avro_file_writer code in the C bindings allocate a large (64K) buffer on 
the stack.  This causes (very) hard-to-diagnose bugs if you try to output a 
data file from within a function with limited stack space.  (For instance, if 
you're running inside of a coroutine or thread with a 64K stack...)

--
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

        

Reply via email to