raulcd commented on issue #46343:
URL: https://github.com/apache/arrow/issues/46343#issuecomment-2863014483

   I've been able to reproduce with:
   ```
   PYTHON=3.10 archery docker run conda-python bash
   $ /arrow/ci/scripts/cpp_build.sh /arrow /build
   ...
   $ /arrow/ci/scripts/python_build.sh /arrow /build
   ...
   $ /arrow/ci/scripts/python_test.sh /arrow
   ...
       
           if self.proc.poll() is not None:
               raise IOError("gdb session terminated unexpectedly")
       
   >       out = b"".join(self.last_stdout).decode('utf-8')
   E       UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 
46: invalid continuation byte
   
   
opt/conda/envs/arrow/lib/python3.10/site-packages/pyarrow/tests/test_gdb.py:122:
 UnicodeDecodeError
   ...
   ```
   Not entirely sure what is the error you were facing, could you share more 
details?


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