westonpace commented on issue #34459:
URL: https://github.com/apache/arrow/issues/34459#issuecomment-1456933841

   Just to verify, is this a segmentation fault on shutdown?  In other words, 
does this happen as one of the last things you do?  And, if so, does it still 
happen if you put a sleep before you exit?  There is a known issue with S3 
shutdown.
   
   If that's not it do you think there is any chance we could get a full 
backtrace from reproducing the issue with gdb attached.  Something like...
   
   ```
   R -d gdb
   ...
   gdb prompt> run
   ...
   R prompt> source("my_script.R")
   ...
   SEGFAULT
   gdb prompt> bt
   ```


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