paleolimbot commented on issue #287:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/287#issuecomment-1693312298

   Thank you for reporting!
   
   I can't seem to reproduce the crash on my system but as it is intermittent I 
imagine it has to do with potentially uninitialized memory. Can you reproduce 
using a slightly more minimal reprex? Maybe something like:
   
   ```bash
   for run in {1..100}; do
       echo FFFFFFE02C00001000000000000A000C000600050008000A00000000 | xxd -r 
-p | ./dump_stream - 2>> out.txt
       echo FFFFFFFF2C00001000000000000A000C000600050008000A00000000 | xxd -r 
-p | ./dump_stream - 2>> out.txt
       echo FFFFFFFFE000001000000000000A000C000600050008000A00000000 | xxd -r 
-p | ./dump_stream - 2>> out.txt
       echo FFFFFFFFE02C001000000000000A000C000600050008000A00000000 | xxd -r 
-p | ./dump_stream - 2>> out.txt
       echo FFFFFFFFE02C000000000000000A000C000600050008000A00000000 | xxd -r 
-p | ./dump_stream - 2>> out.txt
       echo FFFFFFFFE02C000010000000000A000C000600050008000A00000000 | xxd -r 
-p | ./dump_stream - 2>> out.txt
   done
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to