jonkeane commented on PR #48818:
URL: https://github.com/apache/arrow/pull/48818#issuecomment-3734778119

   Yeah, looks like this is not sufficient: 
https://github.com/ursacomputing/crossbow/actions/runs/20896750061/job/60036514136#step:7:2664
   
   ```
   
/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-22.0.0.100000343/include/arrow/result.h:350:5:
 note: 'ValueOrDie' was previously declared here
     350 |   T ValueOrDie() && {
         |     ^
   In function 'assign',
       inlined from '_S_assign' at 
/usr/include/c++/14.2.0/bits/basic_string.h:455:23,
       inlined from '_S_assign' at 
/usr/include/c++/14.2.0/bits/basic_string.h:450:7,
       inlined from '_M_replace_aux' at 
/usr/include/c++/14.2.0/bits/basic_string.tcc:471:17,
       inlined from 'append' at 
/usr/include/c++/14.2.0/bits/basic_string.h:1499:30,
       inlined from 'resize' at 
/usr/include/c++/14.2.0/bits/basic_string.tcc:405:14,
       inlined from 'resize' at 
/usr/include/c++/14.2.0/bits/basic_string.h:1119:21,
       inlined from 'GenerateSubtrees' at 
/arrow/cpp/src/arrow/dataset/subtree_internal.h:121:23,
       inlined from 'EncodeOneGuarantee' at 
/arrow/cpp/src/arrow/dataset/subtree_internal.h:130:21,
       inlined from 'EncodeGuarantees' at 
/arrow/cpp/src/arrow/dataset/subtree_internal.h:138:25,
       inlined from 'SetupSubtreePruning' at 
/arrow/cpp/src/arrow/dataset/file_base.cc:291:42:
   /usr/include/c++/14.2.0/bits/char_traits.h:964:25: warning: iteration 
4611686018427387903 invokes undefined behavior [-Waggressive-loop-optimizations]
     964 |           assign(__s[__i], __a);
         |                         ^
   /usr/include/c++/14.2.0/bits/char_traits.h:963:34: note: within this loop
     963 |         for (size_t __i = 0; __i < __n; ++__i)
         |                                  ^
   installing to /arrow/r/check/arrow.Rcheck/00LOCK-arrow/00new/arrow/libs
   ** R
   ** inst
   ** byte-compile and prepare package for lazy loading
   ** help
   *** installing help indices
   ** building package indices
   ** testing if installed package can be loaded from temporary location
   
    *** caught segfault ***
   address 0, cause 'unknown'
   An irrecoverable exception occurred. R is aborting now ...
   ** checking absolute paths in shared objects and dynamic libraries
   ** testing if installed package can be loaded from final location
   
    *** caught segfault ***
   address 0, cause 'unknown'
   An irrecoverable exception occurred. R is aborting now ...
   ** testing if installed package keeps a record of temporary installation path
   ```


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