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

   Odd, we are getting an undefined behavior sanitizer error but it appears to 
be coming from `purrr` which didn't show up in a recent run of [the old rhub 
image 
version](https://github.com/ursacomputing/crossbow/actions/runs/8898604951/job/24436105449)
   
   ```
   > library(arrow)
   cleancall.c:110:46: runtime error: call to function cb_progress_done through 
pointer to incorrect function type 'void (*)(void *)'
   /tmp/RtmpqawE9B/R.INSTALLdd712da1c44/purrr/src/map.c:15: note: 
cb_progress_done defined here
       #0 0x7fe3010b849b in call_exits 
/tmp/RtmpqawE9B/R.INSTALLdd712da1c44/purrr/src/cleancall.c:110:46
       #1 0x7fe329d50d11 in R_ExecWithCleanup 
/tmp/R-devel/src/main/context.c:910:5
       #2 0x7fe3010b7df2 in r_with_cleanup_context 
/tmp/RtmpqawE9B/R.INSTALLdd712da1c44/purrr/src/cleancall.c:133:14
       #3 0x7fe3010b7df2 in cleancall_call 
/tmp/RtmpqawE9B/R.INSTALLdd712da1c44/purrr/src/cleancall.c:60:14
       #4 0x7fe329d690f3 in R_doDotCall /tmp/R-devel/src/main/dotcode.c:757:11
       #5 0x7fe329dc9ca9 in bcEval_loop /tmp/R-devel/src/main/eval.c:8691:21
       #6 0x7fe329d9ddb7 in bcEval /tmp/R-devel/src/main/eval.c:7524:16
       #7 0x7fe329d9d4e4 in Rf_eval /tmp/R-devel/src/main/eval.c:1167:8
       #8 0x7fe329da03e4 in R_execClosure /tmp/R-devel/src/main/eval.c:2398:22
       #9 0x7fe329d9effb in applyClosure_core 
/tmp/R-devel/src/main/eval.c:2311:16
       #10 0x7fe329d9f614 in Rf_applyClosure 
/tmp/R-devel/src/main/eval.c:2333:16
       #11 0x7fe329d9f614 in R_forceAndCall /tmp/R-devel/src/main/eval.c:2465:8
       #12 0x7fe329cf423c in do_vapply /tmp/R-devel/src/main/apply.c:172:12
       #13 0x7fe329e0c8ed in do_internal /tmp/R-devel/src/main/names.c:1409:11
       #14 0x7fe329db46f5 in bcEval_loop /tmp/R-devel/src/main/eval.c:8161:15
       #15 0x7fe329d9ddb7 in bcEval /tmp/R-devel/src/main/eval.c:7524:16
       #16 0x7fe329d9d4e4 in Rf_eval /tmp/R-devel/src/main/eval.c:1167:8
       #17 0x7fe329da03e4 in R_execClosure /tmp/R-devel/src/main/eval.c:2398:22
       #18 0x7fe329d9effb in applyClosure_core 
/tmp/R-devel/src/main/eval.c:2311:16
       #19 0x7fe329d9d941 in Rf_applyClosure 
/tmp/R-devel/src/main/eval.c:2333:16
       #20 0x7fe329d9d941 in Rf_eval /tmp/R-devel/src/main/eval.c:1285:12
       #21 0x7fe329df927c in Rf_ReplIteration /tmp/R-devel/src/main/main.c:262:2
       #22 0x7fe329dfa90e in R_ReplConsole /tmp/R-devel/src/main/main.c:314:11
       #23 0x7fe329dfa90e in run_Rmainloop /tmp/R-devel/src/main/main.c:1216:5
       #24 0x7fe329dfa97a in Rf_mainloop /tmp/R-devel/src/main/main.c:1223:5
       #25 0x565221d55c07 in main /tmp/R-devel/src/main/Rmain.c:29:5
       #26 0x7fe329813d8f  (/usr/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) 
(BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348)
       #27 0x7fe329813e3f in __libc_start_main 
(/usr/lib/x86_64-linux-gnu/libc.so.6+0x29e3f) (BuildId: 
962015aa9d133c6cbcfb31ec300596d7f44d3348)
       #28 0x565221c7c364 in _start 
(/opt/R/devel-asan/lib/R/bin/exec/R+0x2c364) (BuildId: 
272af7e16eb36c1b611bd4560b5c047b99d9c469)
   
   SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior cleancall.c:110:46 
   ```
   
   
https://github.com/ursacomputing/crossbow/actions/runs/8903031776/job/24450041885#step:7:27017


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