Skip to content

Instantly share code, notes, and snippets.

@jeroen
Last active August 20, 2019 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeroen/111901c351a4089a9effa90691a1dd81 to your computer and use it in GitHub Desktop.
Save jeroen/111901c351a4089a9effa90691a1dd81 to your computer and use it in GitHub Desktop.
# To start the docker container
docker run -it wch1/r-debug
# Run this inside docker:
cd ~
wget https://dist.apache.org/repos/dist/dev/arrow/KEYS
apt-key add < KEYS
add-apt-repository 'deb [arch=amd64] http://dl.bintray.com/apache/arrow/ubuntu bionic main'
apt-get install libarrow-dev libparquet-dev
# Install arrow and run the tests in RDsan
RDsan -e 'install.packages("arrow", dependencies = TRUE)'
# Download and extract the R source package
R -e 'download.packages("arrow", ".")'
tar xzf arrow_*.tar.gz
cd arrow/tests
RDsan < testthat.R
# Do the same for:
# - RDsan (gcc sanitizers)
# - RDcsan (clang sanitizers)
# - RDvalgrind
# - RDthreadcheck
R Under development (unstable) (2019-08-18 r77035) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> # Licensed to the Apache Software Foundation (ASF) under one
> # or more contributor license agreements. See the NOTICE file
> # distributed with this work for additional information
> # regarding copyright ownership. The ASF licenses this file
> # to you under the Apache License, Version 2.0 (the
> # "License"); you may not use this file except in compliance
> # with the License. You may obtain a copy of the License at
> #
> # http://www.apache.org/licenses/LICENSE-2.0
> #
> # Unless required by applicable law or agreed to in writing,
> # software distributed under the License is distributed on an
> # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> # KIND, either express or implied. See the License for the
> # specific language governing permissions and limitations
> # under the License.
>
> library(testthat)
> library(arrow)
Attaching package: ‘arrow’
The following object is masked from ‘package:testthat’:
matches
The following object is masked from ‘package:utils’:
timestamp
The following objects are masked from ‘package:base’:
array, table
> library(tibble)
>
> test_check("arrow")
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:223:12: runtime error: call to function (unknown) through pointer to incorrect function type 'void *(*)(SEXPREC *)'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x23b110): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:223:12 in
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:745:15: runtime error: member call on address 0x60c00003fdc0 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
0x60c00003fdc0: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
b3 00 80 7d d8 1c 9c e3 a4 7f 00 00 01 00 00 00 01 00 00 00 d0 b2 04 00 60 60 00 00 c0 b2 04 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:745:15 in
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:139:43: runtime error: member access within address 0x60c00003fdc0 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
0x60c00003fdc0: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
b3 00 80 7d d8 1c 9c e3 a4 7f 00 00 01 00 00 00 01 00 00 00 d0 b2 04 00 60 60 00 00 c0 b2 04 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:139:43 in
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:728:11: runtime error: member call on address 0x60c00003fdc0 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
0x60c00003fdc0: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
b3 00 80 7d d8 1c 9c e3 a4 7f 00 00 02 00 00 00 01 00 00 00 d0 b2 04 00 60 60 00 00 c0 b2 04 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:728:11 in
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:152:46: runtime error: member access within address 0x60c00003fdc0 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
0x60c00003fdc0: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
b3 00 80 7d d8 1c 9c e3 a4 7f 00 00 02 00 00 00 01 00 00 00 d0 b2 04 00 60 60 00 00 c0 b2 04 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:152:46 in
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:735:11: runtime error: member call on address 0x60c00003fdc0 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
0x60c00003fdc0: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
b3 00 80 7d d8 1c 9c e3 a4 7f 00 00 01 00 00 00 01 00 00 00 d0 b2 04 00 60 60 00 00 c0 b2 04 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:735:11 in
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:155:6: runtime error: member call on address 0x60600005ce40 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
0x60600005ce40: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
b6 00 80 65 60 1e 9c e3 a4 7f 00 00 00 00 00 00 01 00 00 00 b8 1a 9c e3 a4 7f 00 00 d0 48 07 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:155:6 in
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:167:50: runtime error: member access within address 0x60600005ce40 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
0x60600005ce40: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
b6 00 80 65 60 1e 9c e3 a4 7f 00 00 00 00 00 00 01 00 00 00 b8 5e 5c e4 a4 7f 00 00 d0 48 07 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:167:50 in
/usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:171:10: runtime error: member call on address 0x60600005ce40 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
0x60600005ce40: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
b6 00 80 65 60 1e 9c e3 a4 7f 00 00 00 00 00 00 00 00 00 00 b8 5e 5c e4 a4 7f 00 00 d0 48 07 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:171:10 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000008fc40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Date32Type>'
0x61000008fc40: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
ce 00 00 46 e8 2b 9c e3 a4 7f 00 00 f0 ab 06 00 60 60 00 00 e0 ab 06 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:489:5: runtime error: member call on address 0x61000008fc40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Date32Type>'
0x61000008fc40: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
ce 00 00 46 e8 2b 9c e3 a4 7f 00 00 f0 ab 06 00 60 60 00 00 e0 ab 06 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:489:5 in
array_from_vector.cpp:494:18: runtime error: member call on address 0x61000008fc40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Date32Type>'
0x61000008fc40: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
ce 00 00 46 e8 2b 9c e3 a4 7f 00 00 f0 ab 06 00 60 60 00 00 e0 ab 06 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:494:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x61000008fc40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Date32Type>'
0x61000008fc40: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
ce 00 00 46 e8 2b 9c e3 a4 7f 00 00 f0 ab 06 00 60 60 00 00 e0 ab 06 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:492:18: runtime error: member call on address 0x610000091140 which does not point to an object of type 'arrow::NumericBuilder<arrow::Date32Type>'
0x610000091140: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
ce 00 00 46 e8 2b 9c e3 a4 7f 00 00 f0 ab 06 00 60 60 00 00 e0 ab 06 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:492:18 in
/usr/include/arrow/array/builder_primitive.h:243:5: runtime error: member access within address 0x610000091140 which does not point to an object of type 'arrow::NumericBuilder<arrow::Date32Type>'
0x610000091140: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
ce 00 00 46 e8 2b 9c e3 a4 7f 00 00 f0 ab 06 00 60 60 00 00 e0 ab 06 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:243:5 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a0540 which does not point to an object of type 'arrow::NumericBuilder<arrow::TimestampType>'
0x6100000a0540: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
e1 00 00 7e 50 2d 9c e3 a4 7f 00 00 30 a6 00 00 80 60 00 00 20 a6 00 00 80 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:631:5: runtime error: member call on address 0x6100000a0540 which does not point to an object of type 'arrow::NumericBuilder<arrow::TimestampType>'
0x6100000a0540: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
e1 00 00 7e 50 2d 9c e3 a4 7f 00 00 30 a6 00 00 80 60 00 00 20 a6 00 00 80 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:631:5 in
array_from_vector.cpp:637:25: runtime error: member call on address 0x6100000a0540 which does not point to an object of type 'arrow::NumericBuilder<arrow::TimestampType>'
0x6100000a0540: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
e1 00 00 7e 50 2d 9c e3 a4 7f 00 00 30 a6 00 00 80 60 00 00 20 a6 00 00 80 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:637:25 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000a0540 which does not point to an object of type 'arrow::NumericBuilder<arrow::TimestampType>'
0x6100000a0540: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
e1 00 00 7e 50 2d 9c e3 a4 7f 00 00 30 a6 00 00 80 60 00 00 20 a6 00 00 80 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array__to_vector.cpp:488:13: runtime error: downcast of address 0x60800000a630 which does not point to an object of type 'arrow::TimeType'
0x60800000a630: note: object is of type 'arrow::TimestampType'
01 00 00 00 f0 5e 9c e3 a4 7f 00 00 12 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::TimestampType'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array__to_vector.cpp:488:13 in
array__to_vector.cpp:488:58: runtime error: member call on address 0x60800000a630 which does not point to an object of type 'arrow::TimeType'
0x60800000a630: note: object is of type 'arrow::TimestampType'
01 00 00 00 f0 5e 9c e3 a4 7f 00 00 12 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::TimestampType'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array__to_vector.cpp:488:58 in
/usr/include/arrow/type.h:768:40: runtime error: member access within address 0x60800000a630 which does not point to an object of type 'const arrow::TimeType'
0x60800000a630: note: object is of type 'arrow::TimestampType'
01 00 00 00 f0 5e 9c e3 a4 7f 00 00 12 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::TimestampType'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/type.h:768:40 in
array_from_vector.cpp:635:25: runtime error: member call on address 0x6100000a0a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::TimestampType>'
0x6100000a0a40: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
ca 00 00 54 50 2d 9c e3 a4 7f 00 00 b0 a7 00 00 80 60 00 00 a0 a7 00 00 80 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:635:25 in
/usr/include/arrow/array/builder_primitive.h:243:5: runtime error: member access within address 0x6100000a0a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::TimestampType>'
0x6100000a0a40: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
ca 00 00 54 50 2d 9c e3 a4 7f 00 00 b0 a7 00 00 80 60 00 00 a0 a7 00 00 80 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:243:5 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000c1740 which does not point to an object of type 'arrow::NumericBuilder<arrow::Time32Type>'
0x6100000c1740: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
dc 00 00 24 c0 2c 9c e3 a4 7f 00 00 d0 06 08 00 60 60 00 00 c0 06 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:631:5: runtime error: member call on address 0x6100000c1740 which does not point to an object of type 'arrow::NumericBuilder<arrow::Time32Type>'
0x6100000c1740: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
dc 00 00 24 c0 2c 9c e3 a4 7f 00 00 d0 06 08 00 60 60 00 00 c0 06 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:631:5 in
array_from_vector.cpp:637:25: runtime error: member call on address 0x6100000c1740 which does not point to an object of type 'arrow::NumericBuilder<arrow::Time32Type>'
0x6100000c1740: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
dc 00 00 24 c0 2c 9c e3 a4 7f 00 00 d0 06 08 00 60 60 00 00 c0 06 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:637:25 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000c1740 which does not point to an object of type 'arrow::NumericBuilder<arrow::Time32Type>'
0x6100000c1740: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
dc 00 00 24 c0 2c 9c e3 a4 7f 00 00 d0 06 08 00 60 60 00 00 c0 06 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:635:25: runtime error: member call on address 0x6100000c2f40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Time32Type>'
0x6100000c2f40: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
dc 00 80 59 c0 2c 9c e3 a4 7f 00 00 70 1b 08 00 60 60 00 00 60 1b 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:635:25 in
/usr/include/arrow/array/builder_primitive.h:243:5: runtime error: member access within address 0x6100000c2f40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Time32Type>'
0x6100000c2f40: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
dc 00 80 59 c0 2c 9c e3 a4 7f 00 00 70 1b 08 00 60 60 00 00 60 1b 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:243:5 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:163:12: runtime error: call to function (unknown) through pointer to incorrect function type 'SEXPREC *(*)(const char *, int)'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x128640): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:163:12 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:145:12: runtime error: call to function (unknown) through pointer to incorrect function type 'SEXPREC *(*)(SEXPREC *)'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x23b7f0): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:145:12 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:151:12: runtime error: call to function (unknown) through pointer to incorrect function type 'std::__cxx11::basic_string<char> (*)(const std::__cxx11::basic_string<char> &)'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x126580): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:151:12 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:139:12: runtime error: call to function (unknown) through pointer to incorrect function type 'SEXPREC *(*)()'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x23b720): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:139:12 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000d0a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int8Type>'
0x6100000d0a40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
ed 00 00 6e f0 29 9c e3 a4 7f 00 00 d0 f9 05 00 60 60 00 00 c0 f9 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000d0a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int8Type>'
0x6100000d0a40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
ed 00 00 6e f0 29 9c e3 a4 7f 00 00 d0 f9 05 00 60 60 00 00 c0 f9 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000d0a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int8Type>'
0x6100000d0a40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
ed 00 00 6e f0 29 9c e3 a4 7f 00 00 d0 f9 05 00 60 60 00 00 c0 f9 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000d0a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int8Type>'
0x6100000d0a40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
ed 00 00 6e f0 29 9c e3 a4 7f 00 00 d0 f9 05 00 60 60 00 00 c0 f9 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000d1b40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int8Type>'
0x6100000d1b40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
ed 00 00 6e f0 29 9c e3 a4 7f 00 00 d0 f9 05 00 60 60 00 00 c0 f9 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000d1b40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int8Type>'
0x6100000d1b40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
ed 00 00 6e f0 29 9c e3 a4 7f 00 00 d0 f9 05 00 60 60 00 00 c0 f9 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000d2c40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int16Type>'
0x6100000d2c40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
03 01 00 70 80 2a 9c e3 a4 7f 00 00 70 45 08 00 60 60 00 00 60 45 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000d2c40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int16Type>'
0x6100000d2c40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
03 01 00 70 80 2a 9c e3 a4 7f 00 00 70 45 08 00 60 60 00 00 60 45 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000d2c40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int16Type>'
0x6100000d2c40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
03 01 00 70 80 2a 9c e3 a4 7f 00 00 70 45 08 00 60 60 00 00 60 45 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000d2c40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int16Type>'
0x6100000d2c40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
03 01 00 70 80 2a 9c e3 a4 7f 00 00 70 45 08 00 60 60 00 00 60 45 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000d3d40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int16Type>'
0x6100000d3d40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
03 01 00 70 80 2a 9c e3 a4 7f 00 00 70 45 08 00 60 60 00 00 60 45 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000d3d40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int16Type>'
0x6100000d3d40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
03 01 00 70 80 2a 9c e3 a4 7f 00 00 70 45 08 00 60 60 00 00 60 45 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000d5e40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int32Type>'
0x6100000d5e40: note: object is of type 'arrow::NumericBuilder<arrow::Int32Type>'
ee 00 00 4f 10 2b 9c e3 a4 7f 00 00 f0 cc 03 00 60 60 00 00 e0 cc 03 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000d5e40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int32Type>'
0x6100000d5e40: note: object is of type 'arrow::NumericBuilder<arrow::Int32Type>'
ee 00 00 4f 10 2b 9c e3 a4 7f 00 00 f0 cc 03 00 60 60 00 00 e0 cc 03 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000d5e40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int32Type>'
0x6100000d5e40: note: object is of type 'arrow::NumericBuilder<arrow::Int32Type>'
ee 00 00 4f 10 2b 9c e3 a4 7f 00 00 f0 cc 03 00 60 60 00 00 e0 cc 03 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000d5e40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int32Type>'
0x6100000d5e40: note: object is of type 'arrow::NumericBuilder<arrow::Int32Type>'
ee 00 00 4f 10 2b 9c e3 a4 7f 00 00 f0 cc 03 00 60 60 00 00 e0 cc 03 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000d6f40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int64Type>'
0x6100000d6f40: note: object is of type 'arrow::NumericBuilder<arrow::Int64Type>'
ef 00 00 2d a0 2b 9c e3 a4 7f 00 00 d0 73 07 00 60 60 00 00 c0 73 07 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000d6f40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int64Type>'
0x6100000d6f40: note: object is of type 'arrow::NumericBuilder<arrow::Int64Type>'
ef 00 00 2d a0 2b 9c e3 a4 7f 00 00 d0 73 07 00 60 60 00 00 c0 73 07 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000d6f40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int64Type>'
0x6100000d6f40: note: object is of type 'arrow::NumericBuilder<arrow::Int64Type>'
ef 00 00 2d a0 2b 9c e3 a4 7f 00 00 d0 73 07 00 60 60 00 00 c0 73 07 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000d6f40 which does not point to an object of type 'arrow::NumericBuilder<arrow::Int64Type>'
0x6100000d6f40: note: object is of type 'arrow::NumericBuilder<arrow::Int64Type>'
ef 00 00 2d a0 2b 9c e3 a4 7f 00 00 d0 73 07 00 60 60 00 00 c0 73 07 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000d9040 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt8Type>'
0x6100000d9040: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
de 00 80 47 a8 29 9c e3 a4 7f 00 00 b0 74 08 00 60 60 00 00 a0 74 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000d9040 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt8Type>'
0x6100000d9040: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
de 00 80 47 a8 29 9c e3 a4 7f 00 00 b0 74 08 00 60 60 00 00 a0 74 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000d9040 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt8Type>'
0x6100000d9040: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
de 00 80 47 a8 29 9c e3 a4 7f 00 00 b0 74 08 00 60 60 00 00 a0 74 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000d9040 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt8Type>'
0x6100000d9040: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
de 00 80 47 a8 29 9c e3 a4 7f 00 00 b0 74 08 00 60 60 00 00 a0 74 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000da140 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt8Type>'
0x6100000da140: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
de 00 80 47 a8 29 9c e3 a4 7f 00 00 b0 74 08 00 60 60 00 00 a0 74 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000da140 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt8Type>'
0x6100000da140: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
de 00 80 47 a8 29 9c e3 a4 7f 00 00 b0 74 08 00 60 60 00 00 a0 74 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000db240 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt16Type>'
0x6100000db240: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
f3 00 80 02 38 2a 9c e3 a4 7f 00 00 d0 75 08 00 60 60 00 00 c0 75 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000db240 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt16Type>'
0x6100000db240: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
f3 00 80 02 38 2a 9c e3 a4 7f 00 00 d0 75 08 00 60 60 00 00 c0 75 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000db240 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt16Type>'
0x6100000db240: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
f3 00 80 02 38 2a 9c e3 a4 7f 00 00 d0 75 08 00 60 60 00 00 c0 75 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000db240 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt16Type>'
0x6100000db240: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
f3 00 80 02 38 2a 9c e3 a4 7f 00 00 d0 75 08 00 60 60 00 00 c0 75 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000dc340 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt16Type>'
0x6100000dc340: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
f3 00 80 02 38 2a 9c e3 a4 7f 00 00 d0 75 08 00 60 60 00 00 c0 75 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000dc340 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt16Type>'
0x6100000dc340: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
f3 00 80 02 38 2a 9c e3 a4 7f 00 00 d0 75 08 00 60 60 00 00 c0 75 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000dd440 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt32Type>'
0x6100000dd440: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
df 00 00 11 c8 2a 9c e3 a4 7f 00 00 f0 76 08 00 60 60 00 00 e0 76 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000dd440 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt32Type>'
0x6100000dd440: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
df 00 00 11 c8 2a 9c e3 a4 7f 00 00 f0 76 08 00 60 60 00 00 e0 76 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000dd440 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt32Type>'
0x6100000dd440: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
df 00 00 11 c8 2a 9c e3 a4 7f 00 00 f0 76 08 00 60 60 00 00 e0 76 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000dd440 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt32Type>'
0x6100000dd440: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
df 00 00 11 c8 2a 9c e3 a4 7f 00 00 f0 76 08 00 60 60 00 00 e0 76 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000de540 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt32Type>'
0x6100000de540: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
df 00 00 11 c8 2a 9c e3 a4 7f 00 00 f0 76 08 00 60 60 00 00 e0 76 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000de540 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt32Type>'
0x6100000de540: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
df 00 00 11 c8 2a 9c e3 a4 7f 00 00 f0 76 08 00 60 60 00 00 e0 76 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000df640 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt64Type>'
0x6100000df640: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
f0 00 00 4a 58 2b 9c e3 a4 7f 00 00 10 78 08 00 60 60 00 00 00 78 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000df640 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt64Type>'
0x6100000df640: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
f0 00 00 4a 58 2b 9c e3 a4 7f 00 00 10 78 08 00 60 60 00 00 00 78 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000df640 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt64Type>'
0x6100000df640: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
f0 00 00 4a 58 2b 9c e3 a4 7f 00 00 10 78 08 00 60 60 00 00 00 78 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000df640 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt64Type>'
0x6100000df640: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
f0 00 00 4a 58 2b 9c e3 a4 7f 00 00 10 78 08 00 60 60 00 00 00 78 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:323:5: runtime error: member call on address 0x6100000e0740 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt64Type>'
0x6100000e0740: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
f0 00 00 4a 58 2b 9c e3 a4 7f 00 00 10 78 08 00 60 60 00 00 00 78 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:323:5 in
array_from_vector.cpp:330:18: runtime error: member call on address 0x6100000e0740 which does not point to an object of type 'arrow::NumericBuilder<arrow::UInt64Type>'
0x6100000e0740: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
f0 00 00 4a 58 2b 9c e3 a4 7f 00 00 10 78 08 00 60 60 00 00 00 78 08 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:330:18 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000e1840 which does not point to an object of type 'arrow::NumericBuilder<arrow::FloatType>'
0x6100000e1840: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
06 01 00 43 e0 2d 9c e3 a4 7f 00 00 30 09 09 00 60 60 00 00 20 09 09 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:401:5: runtime error: member call on address 0x6100000e1840 which does not point to an object of type 'arrow::NumericBuilder<arrow::FloatType>'
0x6100000e1840: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
06 01 00 43 e0 2d 9c e3 a4 7f 00 00 30 09 09 00 60 60 00 00 20 09 09 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:401:5 in
array_from_vector.cpp:408:18: runtime error: member call on address 0x6100000e1840 which does not point to an object of type 'arrow::NumericBuilder<arrow::FloatType>'
0x6100000e1840: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
06 01 00 43 e0 2d 9c e3 a4 7f 00 00 30 09 09 00 60 60 00 00 20 09 09 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:408:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000e1840 which does not point to an object of type 'arrow::NumericBuilder<arrow::FloatType>'
0x6100000e1840: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
06 01 00 43 e0 2d 9c e3 a4 7f 00 00 30 09 09 00 60 60 00 00 20 09 09 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:401:5: runtime error: member call on address 0x6100000e2940 which does not point to an object of type 'arrow::NumericBuilder<arrow::FloatType>'
0x6100000e2940: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
06 01 00 43 e0 2d 9c e3 a4 7f 00 00 30 09 09 00 60 60 00 00 20 09 09 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:401:5 in
array_from_vector.cpp:408:18: runtime error: member call on address 0x6100000e2940 which does not point to an object of type 'arrow::NumericBuilder<arrow::FloatType>'
0x6100000e2940: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
06 01 00 43 e0 2d 9c e3 a4 7f 00 00 30 09 09 00 60 60 00 00 20 09 09 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:408:18 in
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000e3a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::DoubleType>'
0x6100000e3a40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
f2 00 80 1d 28 2e 9c e3 a4 7f 00 00 70 3c 05 00 60 60 00 00 60 3c 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/util/checked_cast.h:36:10 in
array_from_vector.cpp:356:5: runtime error: member call on address 0x6100000e3a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::DoubleType>'
0x6100000e3a40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
f2 00 80 1d 28 2e 9c e3 a4 7f 00 00 70 3c 05 00 60 60 00 00 60 3c 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:356:5 in
array_from_vector.cpp:363:18: runtime error: member call on address 0x6100000e3a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::DoubleType>'
0x6100000e3a40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
f2 00 80 1d 28 2e 9c e3 a4 7f 00 00 70 3c 05 00 60 60 00 00 60 3c 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:363:18 in
/usr/include/arrow/array/builder_primitive.h:238:5: runtime error: member access within address 0x6100000e3a40 which does not point to an object of type 'arrow::NumericBuilder<arrow::DoubleType>'
0x6100000e3a40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
f2 00 80 1d 28 2e 9c e3 a4 7f 00 00 70 3c 05 00 60 60 00 00 60 3c 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/include/arrow/array/builder_primitive.h:238:5 in
array_from_vector.cpp:356:5: runtime error: member call on address 0x6100000e4b40 which does not point to an object of type 'arrow::NumericBuilder<arrow::DoubleType>'
0x6100000e4b40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
f2 00 80 1d 28 2e 9c e3 a4 7f 00 00 70 3c 05 00 60 60 00 00 60 3c 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:356:5 in
array_from_vector.cpp:363:18: runtime error: member call on address 0x6100000e4b40 which does not point to an object of type 'arrow::NumericBuilder<arrow::DoubleType>'
0x6100000e4b40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
f2 00 80 1d 28 2e 9c e3 a4 7f 00 00 70 3c 05 00 60 60 00 00 60 3c 05 00 60 60 00 00 d0 c8 9e e3
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior array_from_vector.cpp:363:18 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:75:16: runtime error: call to function (unknown) through pointer to incorrect function type 'const char *(*)(SEXPREC *)'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x1263a0): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:75:16 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:82:20: runtime error: call to function (unknown) through pointer to incorrect function type 'unsigned long (*)()'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x126240): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:82:20 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:88:20: runtime error: call to function (unknown) through pointer to incorrect function type 'unsigned long (*)()'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x126270): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:88:20 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:82:20: runtime error: call to function (unknown) through pointer to incorrect function type 'unsigned long (*)()'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x126240): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:82:20 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:223:12: runtime error: call to function (unknown) through pointer to incorrect function type 'void *(*)(SEXPREC *)'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x23b110): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:223:12 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:88:20: runtime error: call to function (unknown) through pointer to incorrect function type 'unsigned long (*)()'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x126270): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:88:20 in
/usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:223:12: runtime error: call to function (unknown) through pointer to incorrect function type 'void *(*)(SEXPREC *)'
(/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x23b110): note: (unknown) defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:223:12 in
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 916 | SKIPPED: 4 | WARNINGS: 0 | FAILED: 0 ]
>
>
Attaching package: ‘arrow’
The following object is masked from ‘package:testthat’:
matches
The following object is masked from ‘package:utils’:
timestamp
The following objects are masked from ‘package:base’:
array, table
/usr/include/c++/8/bits/shared_ptr_base.h:745:8: runtime error: member call on address 0x60c000006d00 which does not point to an object of type '_Sp_counted_base'
0x60c000006d00: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
42 00 80 31 d8 4c 38 53 4d 7f 00 00 01 00 00 00 01 00 00 00 b0 d8 01 00 60 60 00 00 a0 d8 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
/usr/include/c++/8/bits/shared_ptr_base.h:728:4: runtime error: member call on address 0x60c000006d00 which does not point to an object of type '_Sp_counted_base'
0x60c000006d00: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
42 00 80 31 d8 4c 38 53 4d 7f 00 00 02 00 00 00 01 00 00 00 b0 d8 01 00 60 60 00 00 a0 d8 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
/usr/include/c++/8/bits/shared_ptr_base.h:735:4: runtime error: member call on address 0x60c000006d00 which does not point to an object of type '_Sp_counted_base'
0x60c000006d00: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
42 00 80 31 d8 4c 38 53 4d 7f 00 00 01 00 00 00 01 00 00 00 b0 d8 01 00 60 60 00 00 a0 d8 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
/usr/include/c++/8/bits/shared_ptr_base.h:155:6: runtime error: member call on address 0x60600002bd60 which does not point to an object of type '_Sp_counted_base'
0x60600002bd60: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
60 00 80 33 60 4e 38 53 4d 7f 00 00 00 00 00 00 01 00 00 00 b8 4a 38 53 4d 7f 00 00 50 47 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
/usr/include/c++/8/bits/shared_ptr_base.h:171:10: runtime error: member call on address 0x60600002bd60 which does not point to an object of type '_Sp_counted_base'
0x60600002bd60: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
60 00 80 33 60 4e 38 53 4d 7f 00 00 00 00 00 00 00 00 00 00 f8 cf 4b 54 4d 7f 00 00 50 47 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000006f340 which does not point to an object of type 'NumericBuilder'
0x61000006f340: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
56 00 80 67 e8 5b 38 53 4d 7f 00 00 10 9b 03 00 60 60 00 00 00 9b 03 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
array_from_vector.cpp:494:30: runtime error: member call on address 0x61000006f340 which does not point to an object of type 'NumericBuilder'
0x61000006f340: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
56 00 80 67 e8 5b 38 53 4d 7f 00 00 10 9b 03 00 60 60 00 00 00 9b 03 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
array_from_vector.cpp:492:34: runtime error: member call on address 0x610000070840 which does not point to an object of type 'NumericBuilder'
0x610000070840: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
56 00 80 67 e8 5b 38 53 4d 7f 00 00 10 9b 03 00 60 60 00 00 00 9b 03 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000007fc40 which does not point to an object of type 'NumericBuilder'
0x61000007fc40: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
62 00 80 2a 50 5d 38 53 4d 7f 00 00 b0 a6 00 00 80 60 00 00 a0 a6 00 00 80 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
array_from_vector.cpp:637:9: runtime error: member call on address 0x61000007fc40 which does not point to an object of type 'NumericBuilder'
0x61000007fc40: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
62 00 80 2a 50 5d 38 53 4d 7f 00 00 b0 a6 00 00 80 60 00 00 a0 a6 00 00 80 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
array__to_vector.cpp:488:13: runtime error: downcast of address 0x60800000a6b0 which does not point to an object of type 'TimeType'
0x60800000a6b0: note: object is of type 'arrow::TimestampType'
01 00 00 00 f0 8e 38 53 4d 7f 00 00 12 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::TimestampType'
array__to_vector.cpp:488:62: runtime error: member call on address 0x60800000a6b0 which does not point to an object of type 'TimeType'
0x60800000a6b0: note: object is of type 'arrow::TimestampType'
01 00 00 00 f0 8e 38 53 4d 7f 00 00 12 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::TimestampType'
/usr/include/arrow/type.h:768:40: runtime error: member access within address 0x60800000a6b0 which does not point to an object of type 'TimeType'
0x60800000a6b0: note: object is of type 'arrow::TimestampType'
01 00 00 00 f0 8e 38 53 4d 7f 00 00 12 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::TimestampType'
array_from_vector.cpp:635:9: runtime error: member call on address 0x610000080140 which does not point to an object of type 'NumericBuilder'
0x610000080140: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
6a 00 80 1f 50 5d 38 53 4d 7f 00 00 30 a8 00 00 80 60 00 00 20 a8 00 00 80 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x610000086740 which does not point to an object of type 'NumericBuilder'
0x610000086740: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
79 00 00 75 c0 5c 38 53 4d 7f 00 00 90 cb 04 00 60 60 00 00 80 cb 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
array_from_vector.cpp:637:9: runtime error: member call on address 0x610000086740 which does not point to an object of type 'NumericBuilder'
0x610000086740: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
79 00 00 75 c0 5c 38 53 4d 7f 00 00 90 cb 04 00 60 60 00 00 80 cb 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
array_from_vector.cpp:635:9: runtime error: member call on address 0x610000087f40 which does not point to an object of type 'NumericBuilder'
0x610000087f40: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
7b 00 00 0f c0 5c 38 53 4d 7f 00 00 b0 de 04 00 60 60 00 00 a0 de 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x610000095a40 which does not point to an object of type 'NumericBuilder'
0x610000095a40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
86 00 80 67 f0 59 38 53 4d 7f 00 00 f0 e8 02 00 60 60 00 00 e0 e8 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x610000095a40 which does not point to an object of type 'NumericBuilder'
0x610000095a40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
86 00 80 67 f0 59 38 53 4d 7f 00 00 f0 e8 02 00 60 60 00 00 e0 e8 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x610000096b40 which does not point to an object of type 'NumericBuilder'
0x610000096b40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
86 00 80 67 f0 59 38 53 4d 7f 00 00 f0 e8 02 00 60 60 00 00 e0 e8 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x610000097c40 which does not point to an object of type 'NumericBuilder'
0x610000097c40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
8b 00 80 67 80 5a 38 53 4d 7f 00 00 10 18 05 00 60 60 00 00 00 18 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x610000097c40 which does not point to an object of type 'NumericBuilder'
0x610000097c40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
8b 00 80 67 80 5a 38 53 4d 7f 00 00 10 18 05 00 60 60 00 00 00 18 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x610000098d40 which does not point to an object of type 'NumericBuilder'
0x610000098d40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
8b 00 80 67 80 5a 38 53 4d 7f 00 00 10 18 05 00 60 60 00 00 00 18 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000009ae40 which does not point to an object of type 'NumericBuilder'
0x61000009ae40: note: object is of type 'arrow::NumericBuilder<arrow::Int32Type>'
6f 00 00 74 10 5b 38 53 4d 7f 00 00 d0 61 01 00 60 60 00 00 c0 61 01 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int32Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x61000009ae40 which does not point to an object of type 'NumericBuilder'
0x61000009ae40: note: object is of type 'arrow::NumericBuilder<arrow::Int32Type>'
6f 00 00 74 10 5b 38 53 4d 7f 00 00 d0 61 01 00 60 60 00 00 c0 61 01 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int32Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000009bf40 which does not point to an object of type 'NumericBuilder'
0x61000009bf40: note: object is of type 'arrow::NumericBuilder<arrow::Int64Type>'
7f 00 80 56 a0 5b 38 53 4d 7f 00 00 70 61 04 00 60 60 00 00 60 61 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int64Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x61000009bf40 which does not point to an object of type 'NumericBuilder'
0x61000009bf40: note: object is of type 'arrow::NumericBuilder<arrow::Int64Type>'
7f 00 80 56 a0 5b 38 53 4d 7f 00 00 70 61 04 00 60 60 00 00 60 61 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int64Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000009e040 which does not point to an object of type 'NumericBuilder'
0x61000009e040: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
83 00 80 47 a8 59 38 53 4d 7f 00 00 50 47 05 00 60 60 00 00 40 47 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x61000009e040 which does not point to an object of type 'NumericBuilder'
0x61000009e040: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
83 00 80 47 a8 59 38 53 4d 7f 00 00 50 47 05 00 60 60 00 00 40 47 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x61000009f140 which does not point to an object of type 'NumericBuilder'
0x61000009f140: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
83 00 80 47 a8 59 38 53 4d 7f 00 00 50 47 05 00 60 60 00 00 40 47 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a0240 which does not point to an object of type 'NumericBuilder'
0x6100000a0240: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
7b 00 00 2c 38 5a 38 53 4d 7f 00 00 70 48 05 00 60 60 00 00 60 48 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a0240 which does not point to an object of type 'NumericBuilder'
0x6100000a0240: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
7b 00 00 2c 38 5a 38 53 4d 7f 00 00 70 48 05 00 60 60 00 00 60 48 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a1340 which does not point to an object of type 'NumericBuilder'
0x6100000a1340: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
7b 00 00 2c 38 5a 38 53 4d 7f 00 00 70 48 05 00 60 60 00 00 60 48 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a2440 which does not point to an object of type 'NumericBuilder'
0x6100000a2440: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
81 00 00 1d c8 5a 38 53 4d 7f 00 00 90 49 05 00 60 60 00 00 80 49 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a2440 which does not point to an object of type 'NumericBuilder'
0x6100000a2440: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
81 00 00 1d c8 5a 38 53 4d 7f 00 00 90 49 05 00 60 60 00 00 80 49 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a3540 which does not point to an object of type 'NumericBuilder'
0x6100000a3540: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
81 00 00 1d c8 5a 38 53 4d 7f 00 00 90 49 05 00 60 60 00 00 80 49 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a4640 which does not point to an object of type 'NumericBuilder'
0x6100000a4640: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
91 00 80 3e 58 5b 38 53 4d 7f 00 00 b0 4a 05 00 60 60 00 00 a0 4a 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a4640 which does not point to an object of type 'NumericBuilder'
0x6100000a4640: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
91 00 80 3e 58 5b 38 53 4d 7f 00 00 b0 4a 05 00 60 60 00 00 a0 4a 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a5740 which does not point to an object of type 'NumericBuilder'
0x6100000a5740: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
91 00 80 3e 58 5b 38 53 4d 7f 00 00 b0 4a 05 00 60 60 00 00 a0 4a 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a6840 which does not point to an object of type 'NumericBuilder'
0x6100000a6840: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
75 00 00 43 e0 5d 38 53 4d 7f 00 00 b0 fb 05 00 60 60 00 00 a0 fb 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
array_from_vector.cpp:408:30: runtime error: member call on address 0x6100000a6840 which does not point to an object of type 'NumericBuilder'
0x6100000a6840: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
75 00 00 43 e0 5d 38 53 4d 7f 00 00 b0 fb 05 00 60 60 00 00 a0 fb 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
array_from_vector.cpp:408:30: runtime error: member call on address 0x6100000a7940 which does not point to an object of type 'NumericBuilder'
0x6100000a7940: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
75 00 00 43 e0 5d 38 53 4d 7f 00 00 b0 fb 05 00 60 60 00 00 a0 fb 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a8a40 which does not point to an object of type 'NumericBuilder'
0x6100000a8a40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
87 00 80 33 28 5e 38 53 4d 7f 00 00 90 2b 02 00 60 60 00 00 80 2b 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
array_from_vector.cpp:363:30: runtime error: member call on address 0x6100000a8a40 which does not point to an object of type 'NumericBuilder'
0x6100000a8a40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
87 00 80 33 28 5e 38 53 4d 7f 00 00 90 2b 02 00 60 60 00 00 80 2b 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
array_from_vector.cpp:363:30: runtime error: member call on address 0x6100000a9b40 which does not point to an object of type 'NumericBuilder'
0x6100000a9b40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
87 00 80 33 28 5e 38 53 4d 7f 00 00 90 2b 02 00 60 60 00 00 80 2b 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 916 | SKIPPED: 4 | WARNINGS: 0 | FAILED: 0 ]
Attaching package: ‘arrow’
The following object is masked from ‘package:testthat’:
matches
The following object is masked from ‘package:utils’:
timestamp
The following objects are masked from ‘package:base’:
array, table
/usr/include/c++/8/bits/shared_ptr_base.h:745:8: runtime error: member call on address 0x60c000006d00 which does not point to an object of type '_Sp_counted_base'
0x60c000006d00: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
42 00 80 31 d8 4c 38 53 4d 7f 00 00 01 00 00 00 01 00 00 00 b0 d8 01 00 60 60 00 00 a0 d8 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
/usr/include/c++/8/bits/shared_ptr_base.h:728:4: runtime error: member call on address 0x60c000006d00 which does not point to an object of type '_Sp_counted_base'
0x60c000006d00: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
42 00 80 31 d8 4c 38 53 4d 7f 00 00 02 00 00 00 01 00 00 00 b0 d8 01 00 60 60 00 00 a0 d8 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
/usr/include/c++/8/bits/shared_ptr_base.h:735:4: runtime error: member call on address 0x60c000006d00 which does not point to an object of type '_Sp_counted_base'
0x60c000006d00: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
42 00 80 31 d8 4c 38 53 4d 7f 00 00 01 00 00 00 01 00 00 00 b0 d8 01 00 60 60 00 00 a0 d8 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
/usr/include/c++/8/bits/shared_ptr_base.h:155:6: runtime error: member call on address 0x60600002bd60 which does not point to an object of type '_Sp_counted_base'
0x60600002bd60: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
60 00 80 33 60 4e 38 53 4d 7f 00 00 00 00 00 00 01 00 00 00 b8 4a 38 53 4d 7f 00 00 50 47 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
/usr/include/c++/8/bits/shared_ptr_base.h:171:10: runtime error: member call on address 0x60600002bd60 which does not point to an object of type '_Sp_counted_base'
0x60600002bd60: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
60 00 80 33 60 4e 38 53 4d 7f 00 00 00 00 00 00 00 00 00 00 f8 cf 4b 54 4d 7f 00 00 50 47 01 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::_Sp_counted_ptr_inplace<arrow::NumericArray<arrow::Int8Type>, std::allocator<arrow::NumericArray<arrow::Int8Type> >, (__gnu_cxx::_Lock_policy)2>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000006f340 which does not point to an object of type 'NumericBuilder'
0x61000006f340: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
56 00 80 67 e8 5b 38 53 4d 7f 00 00 10 9b 03 00 60 60 00 00 00 9b 03 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
array_from_vector.cpp:494:30: runtime error: member call on address 0x61000006f340 which does not point to an object of type 'NumericBuilder'
0x61000006f340: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
56 00 80 67 e8 5b 38 53 4d 7f 00 00 10 9b 03 00 60 60 00 00 00 9b 03 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
array_from_vector.cpp:492:34: runtime error: member call on address 0x610000070840 which does not point to an object of type 'NumericBuilder'
0x610000070840: note: object is of type 'arrow::NumericBuilder<arrow::Date32Type>'
56 00 80 67 e8 5b 38 53 4d 7f 00 00 10 9b 03 00 60 60 00 00 00 9b 03 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Date32Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000007fc40 which does not point to an object of type 'NumericBuilder'
0x61000007fc40: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
62 00 80 2a 50 5d 38 53 4d 7f 00 00 b0 a6 00 00 80 60 00 00 a0 a6 00 00 80 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
array_from_vector.cpp:637:9: runtime error: member call on address 0x61000007fc40 which does not point to an object of type 'NumericBuilder'
0x61000007fc40: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
62 00 80 2a 50 5d 38 53 4d 7f 00 00 b0 a6 00 00 80 60 00 00 a0 a6 00 00 80 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
array__to_vector.cpp:488:13: runtime error: downcast of address 0x60800000a6b0 which does not point to an object of type 'TimeType'
0x60800000a6b0: note: object is of type 'arrow::TimestampType'
01 00 00 00 f0 8e 38 53 4d 7f 00 00 12 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::TimestampType'
array__to_vector.cpp:488:62: runtime error: member call on address 0x60800000a6b0 which does not point to an object of type 'TimeType'
0x60800000a6b0: note: object is of type 'arrow::TimestampType'
01 00 00 00 f0 8e 38 53 4d 7f 00 00 12 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::TimestampType'
/usr/include/arrow/type.h:768:40: runtime error: member access within address 0x60800000a6b0 which does not point to an object of type 'TimeType'
0x60800000a6b0: note: object is of type 'arrow::TimestampType'
01 00 00 00 f0 8e 38 53 4d 7f 00 00 12 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::TimestampType'
array_from_vector.cpp:635:9: runtime error: member call on address 0x610000080140 which does not point to an object of type 'NumericBuilder'
0x610000080140: note: object is of type 'arrow::NumericBuilder<arrow::TimestampType>'
6a 00 80 1f 50 5d 38 53 4d 7f 00 00 30 a8 00 00 80 60 00 00 20 a8 00 00 80 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::TimestampType>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x610000086740 which does not point to an object of type 'NumericBuilder'
0x610000086740: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
79 00 00 75 c0 5c 38 53 4d 7f 00 00 90 cb 04 00 60 60 00 00 80 cb 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
array_from_vector.cpp:637:9: runtime error: member call on address 0x610000086740 which does not point to an object of type 'NumericBuilder'
0x610000086740: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
79 00 00 75 c0 5c 38 53 4d 7f 00 00 90 cb 04 00 60 60 00 00 80 cb 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
array_from_vector.cpp:635:9: runtime error: member call on address 0x610000087f40 which does not point to an object of type 'NumericBuilder'
0x610000087f40: note: object is of type 'arrow::NumericBuilder<arrow::Time32Type>'
7b 00 00 0f c0 5c 38 53 4d 7f 00 00 b0 de 04 00 60 60 00 00 a0 de 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Time32Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x610000095a40 which does not point to an object of type 'NumericBuilder'
0x610000095a40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
86 00 80 67 f0 59 38 53 4d 7f 00 00 f0 e8 02 00 60 60 00 00 e0 e8 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x610000095a40 which does not point to an object of type 'NumericBuilder'
0x610000095a40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
86 00 80 67 f0 59 38 53 4d 7f 00 00 f0 e8 02 00 60 60 00 00 e0 e8 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x610000096b40 which does not point to an object of type 'NumericBuilder'
0x610000096b40: note: object is of type 'arrow::NumericBuilder<arrow::Int8Type>'
86 00 80 67 f0 59 38 53 4d 7f 00 00 f0 e8 02 00 60 60 00 00 e0 e8 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int8Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x610000097c40 which does not point to an object of type 'NumericBuilder'
0x610000097c40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
8b 00 80 67 80 5a 38 53 4d 7f 00 00 10 18 05 00 60 60 00 00 00 18 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x610000097c40 which does not point to an object of type 'NumericBuilder'
0x610000097c40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
8b 00 80 67 80 5a 38 53 4d 7f 00 00 10 18 05 00 60 60 00 00 00 18 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x610000098d40 which does not point to an object of type 'NumericBuilder'
0x610000098d40: note: object is of type 'arrow::NumericBuilder<arrow::Int16Type>'
8b 00 80 67 80 5a 38 53 4d 7f 00 00 10 18 05 00 60 60 00 00 00 18 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int16Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000009ae40 which does not point to an object of type 'NumericBuilder'
0x61000009ae40: note: object is of type 'arrow::NumericBuilder<arrow::Int32Type>'
6f 00 00 74 10 5b 38 53 4d 7f 00 00 d0 61 01 00 60 60 00 00 c0 61 01 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int32Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x61000009ae40 which does not point to an object of type 'NumericBuilder'
0x61000009ae40: note: object is of type 'arrow::NumericBuilder<arrow::Int32Type>'
6f 00 00 74 10 5b 38 53 4d 7f 00 00 d0 61 01 00 60 60 00 00 c0 61 01 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int32Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000009bf40 which does not point to an object of type 'NumericBuilder'
0x61000009bf40: note: object is of type 'arrow::NumericBuilder<arrow::Int64Type>'
7f 00 80 56 a0 5b 38 53 4d 7f 00 00 70 61 04 00 60 60 00 00 60 61 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int64Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x61000009bf40 which does not point to an object of type 'NumericBuilder'
0x61000009bf40: note: object is of type 'arrow::NumericBuilder<arrow::Int64Type>'
7f 00 80 56 a0 5b 38 53 4d 7f 00 00 70 61 04 00 60 60 00 00 60 61 04 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::Int64Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x61000009e040 which does not point to an object of type 'NumericBuilder'
0x61000009e040: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
83 00 80 47 a8 59 38 53 4d 7f 00 00 50 47 05 00 60 60 00 00 40 47 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x61000009e040 which does not point to an object of type 'NumericBuilder'
0x61000009e040: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
83 00 80 47 a8 59 38 53 4d 7f 00 00 50 47 05 00 60 60 00 00 40 47 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x61000009f140 which does not point to an object of type 'NumericBuilder'
0x61000009f140: note: object is of type 'arrow::NumericBuilder<arrow::UInt8Type>'
83 00 80 47 a8 59 38 53 4d 7f 00 00 50 47 05 00 60 60 00 00 40 47 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt8Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a0240 which does not point to an object of type 'NumericBuilder'
0x6100000a0240: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
7b 00 00 2c 38 5a 38 53 4d 7f 00 00 70 48 05 00 60 60 00 00 60 48 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a0240 which does not point to an object of type 'NumericBuilder'
0x6100000a0240: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
7b 00 00 2c 38 5a 38 53 4d 7f 00 00 70 48 05 00 60 60 00 00 60 48 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a1340 which does not point to an object of type 'NumericBuilder'
0x6100000a1340: note: object is of type 'arrow::NumericBuilder<arrow::UInt16Type>'
7b 00 00 2c 38 5a 38 53 4d 7f 00 00 70 48 05 00 60 60 00 00 60 48 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt16Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a2440 which does not point to an object of type 'NumericBuilder'
0x6100000a2440: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
81 00 00 1d c8 5a 38 53 4d 7f 00 00 90 49 05 00 60 60 00 00 80 49 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a2440 which does not point to an object of type 'NumericBuilder'
0x6100000a2440: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
81 00 00 1d c8 5a 38 53 4d 7f 00 00 90 49 05 00 60 60 00 00 80 49 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a3540 which does not point to an object of type 'NumericBuilder'
0x6100000a3540: note: object is of type 'arrow::NumericBuilder<arrow::UInt32Type>'
81 00 00 1d c8 5a 38 53 4d 7f 00 00 90 49 05 00 60 60 00 00 80 49 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt32Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a4640 which does not point to an object of type 'NumericBuilder'
0x6100000a4640: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
91 00 80 3e 58 5b 38 53 4d 7f 00 00 b0 4a 05 00 60 60 00 00 a0 4a 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a4640 which does not point to an object of type 'NumericBuilder'
0x6100000a4640: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
91 00 80 3e 58 5b 38 53 4d 7f 00 00 b0 4a 05 00 60 60 00 00 a0 4a 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
array_from_vector.cpp:330:9: runtime error: member call on address 0x6100000a5740 which does not point to an object of type 'NumericBuilder'
0x6100000a5740: note: object is of type 'arrow::NumericBuilder<arrow::UInt64Type>'
91 00 80 3e 58 5b 38 53 4d 7f 00 00 b0 4a 05 00 60 60 00 00 a0 4a 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::UInt64Type>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a6840 which does not point to an object of type 'NumericBuilder'
0x6100000a6840: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
75 00 00 43 e0 5d 38 53 4d 7f 00 00 b0 fb 05 00 60 60 00 00 a0 fb 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
array_from_vector.cpp:408:30: runtime error: member call on address 0x6100000a6840 which does not point to an object of type 'NumericBuilder'
0x6100000a6840: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
75 00 00 43 e0 5d 38 53 4d 7f 00 00 b0 fb 05 00 60 60 00 00 a0 fb 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
array_from_vector.cpp:408:30: runtime error: member call on address 0x6100000a7940 which does not point to an object of type 'NumericBuilder'
0x6100000a7940: note: object is of type 'arrow::NumericBuilder<arrow::FloatType>'
75 00 00 43 e0 5d 38 53 4d 7f 00 00 b0 fb 05 00 60 60 00 00 a0 fb 05 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::FloatType>'
/usr/include/arrow/util/checked_cast.h:36:10: runtime error: downcast of address 0x6100000a8a40 which does not point to an object of type 'NumericBuilder'
0x6100000a8a40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
87 00 80 33 28 5e 38 53 4d 7f 00 00 90 2b 02 00 60 60 00 00 80 2b 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
array_from_vector.cpp:363:30: runtime error: member call on address 0x6100000a8a40 which does not point to an object of type 'NumericBuilder'
0x6100000a8a40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
87 00 80 33 28 5e 38 53 4d 7f 00 00 90 2b 02 00 60 60 00 00 80 2b 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
array_from_vector.cpp:363:30: runtime error: member call on address 0x6100000a9b40 which does not point to an object of type 'NumericBuilder'
0x6100000a9b40: note: object is of type 'arrow::NumericBuilder<arrow::DoubleType>'
87 00 80 33 28 5e 38 53 4d 7f 00 00 90 2b 02 00 60 60 00 00 80 2b 02 00 60 60 00 00 d0 f8 3a 53
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'arrow::NumericBuilder<arrow::DoubleType>'
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 916 | SKIPPED: 4 | WARNINGS: 0 | FAILED: 0 ]
R Under development (unstable) (2019-08-18 r77035) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> # Licensed to the Apache Software Foundation (ASF) under one
> # or more contributor license agreements. See the NOTICE file
> # distributed with this work for additional information
> # regarding copyright ownership. The ASF licenses this file
> # to you under the Apache License, Version 2.0 (the
> # "License"); you may not use this file except in compliance
> # with the License. You may obtain a copy of the License at
> #
> # http://www.apache.org/licenses/LICENSE-2.0
> #
> # Unless required by applicable law or agreed to in writing,
> # software distributed under the License is distributed on an
> # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> # KIND, either express or implied. See the License for the
> # specific language governing permissions and limitations
> # under the License.
>
> library(testthat)
> library(arrow)
Attaching package: ‘arrow’
The following object is masked from ‘package:testthat’:
matches
The following object is masked from ‘package:utils’:
timestamp
The following objects are masked from ‘package:base’:
array, table
> library(tibble)
>
> test_check("arrow")
Fatal error: Wrong thread calling 'Rf_protect'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Fatal error: Wrong thread calling 'RunFinalizers'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment