You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/06/13 14:54:54 UTC

[GitHub] [arrow-nanoarrow] paleolimbot commented on issue #147: [R] `VECTOR_ELT()` is now an allocating function in r-devel

paleolimbot commented on issue #147:
URL: https://github.com/apache/arrow-nanoarrow/issues/147#issuecomment-1589475335

   These are all false positives that were fixed in rchk. The latest version gives:
   
   ```bash
   # docker run --rm -it -v $(pwd)/nanoarrow_0.1.0.9000.tar.gz:/rchk/packages/nanoarrow_0.1.0.9000.tar.gz kalibera/rchk:latest /rchk/packages/nanoarrow_0.1.0.9000.tar.gz
   Installed libraries of package  nanoarrow 
   [1] "/rchk/packages/libsonly/nanoarrow/libs/nanoarrow.so"
   objdump: Warning: Unrecognized form: 0x23
   objdump: Warning: Unrecognized form: 0x23
   objdump: Warning: Unrecognized form: 0x23
   objdump: Warning: Unrecognized form: 0x23
   
   Library name (usually package name): nanoarrow
   Initialization function: R_init_nanoarrow
   Functions: 60
   Checked call to R_registerRoutines: 1
   ERROR: too many states (abstraction error?) in function strptime_internal
   ERROR: too many states (abstraction error?) in function RunGenCollect
   
   Function PreservedSEXPRegistry::release(SEXPREC*)
     [UP] ignoring variable obj as it has address taken, results will be incomplete 
   Analyzed 607 functions, traversed 4959 states.
   
   Rchk version: 1cae90e208e97a5c41f1c3e128d99b197478443e
   R version: 84255/R Under development (unstable) (2023-04-13 r84255)
   LLVM version: 14.0.0
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org