pitrou commented on issue #51095:
URL: https://github.com/apache/arrow/issues/51095#issuecomment-5496026221

   > Since the error below appears to come from the `find` command, I asked 
because I still haven't been able to identify exactly where the error is coming 
from.
   
   As I said, it comes from the `find` in `print_coredumps`. This command 
iterates over directory entries in `/tmp` and then filters them using `-type f 
-name "core.${FILENAME}*"`. Perhaps this involves a `stat` call that fails 
because the directory entry has vanished in the meantime.
   
   


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