kou commented on PR #45306:
URL: https://github.com/apache/arrow/pull/45306#issuecomment-2964860551

   I could reproduce the R failure by `ubuntu-r-only-r`:
   
   ```console
   $ archery docker run -e ARROW_DEPENDENCY_SOURCE=SYSTEM -e ARROW_GCS=OFF -e 
xsimd_SOURCE=BUNDLED ubuntu-r-only-r bash
   root@ac9396025789:/# /arrow/ci/scripts/r_test.sh /arrow
   root@ac9396025789:/# gdb --args Rscript -e 
'.libPaths("/arrow/r/check/arrow.Rcheck"); arrow::Array; curl::curl'
   ...
   Thread 1 "R" received signal SIGSEGV, Segmentation fault.
   0x00007f1d304e8130 in pthread_rwlock_wrlock () from 
/usr/lib/x86_64-linux-gnu/libc.so.6
   (gdb) bt
   #0  0x00007f1d304e8130 in pthread_rwlock_wrlock () from 
/usr/lib/x86_64-linux-gnu/libc.so.6
   #1  0x00007f1d2a82ad6d in CRYPTO_STATIC_MUTEX_lock_write 
(lock=lock@entry=0x0)
       at 
/tmp/Rtmp99Cuj4/file7506b85ca03/_deps/aws-lc-src/crypto/thread_pthread.c:99
   #2  0x00007f1d2aa0675b in CRYPTO_get_ex_new_index (ex_data_class=0x0, 
out_index=0x0, argl=0, argp=0x0, 
       free_func=0x0) at 
/tmp/Rtmp99Cuj4/file7506b85ca03/_deps/aws-lc-src/crypto/ex_data.c:147
   #3  0x00007f1d28065a03 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4
   #4  0x00007f1d280167a9 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4
   #5  0x00007f1d273b1547 in R_init_curl () from 
/usr/local/lib/R/site-library/curl/libs/curl.so
   #6  0x00007f1d306df694 in ?? () from /usr/lib/R/lib/libR.so
   #7  0x00007f1d306e229e in ?? () from /usr/lib/R/lib/libR.so
   #8  0x00007f1d307b279f in ?? () from /usr/lib/R/lib/libR.so
   #9  0x00007f1d307bee4d in ?? () from /usr/lib/R/lib/libR.so
   #10 0x00007f1d307bf21b in Rf_eval () from /usr/lib/R/lib/libR.so
   #11 0x00007f1d307c144f in ?? () from /usr/lib/R/lib/libR.so
   #12 0x00007f1d307c2227 in ?? () from /usr/lib/R/lib/libR.so
   #13 0x00007f1d307bf34c in Rf_eval () from /usr/lib/R/lib/libR.so
   #14 0x00007f1d3078e55d in ?? () from /usr/lib/R/lib/libR.so
   #15 0x00007f1d30794847 in ?? () from /usr/lib/R/lib/libR.so
   #16 0x00007f1d307bf606 in Rf_eval () from /usr/lib/R/lib/libR.so
   #17 0x00007f1d307f8aa3 in ?? () from /usr/lib/R/lib/libR.so
   #18 0x00007f1d307f8e48 in ?? () from /usr/lib/R/lib/libR.so
   #19 0x00007f1d307f8f00 in run_Rmainloop () from /usr/lib/R/lib/libR.so
   #20 0x00005645f887309f in main ()
   #21 0x00007f1d30476d90 in ?? () from /usr/lib/x86_64-linux-gnu/libc.so.6
   #22 0x00007f1d30476e40 in __libc_start_main () from 
/usr/lib/x86_64-linux-gnu/libc.so.6
   #23 0x00005645f88730d5 in _start ()
   (gdb) 
   ```
   
   Multiple curls (`/usr/lib/x86_64-linux-gnu/libcurl.so.4` and 
`/usr/local/lib/R/site-library/curl/libs/curl.so`) are used...


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