Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. Attaching package: ‘arrow’
  2.  
  3. The following object is masked from ‘package:testthat’:
  4.  
  5. matches
  6.  
  7. The following object is masked from ‘package:utils’:
  8.  
  9. timestamp
  10.  
  11. The following objects are masked from ‘package:base’:
  12.  
  13. array, table
  14.  
  15. Warning message:
  16. In conditionMessage(cond) : restarting interrupted promise evaluation
  17. /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 *)'
  18. (/usr/local/RDcsan/lib/R/site-library/Rcpp/libs/Rcpp.so+0x23b110): note: (unknown) defined here
  19. SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/RDcsan/lib/R/site-library/Rcpp/include/Rcpp/routines.h:223:12 in
  20. /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 0x60c00001ce40 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
  21. 0x60c00001ce40: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
  22. 75 00 80 5c d8 8c ff 7f 52 7f 00 00 01 00 00 00 01 00 00 00 30 8b 02 00 60 60 00 00 20 8b 02 00
  23. ^~~~~~~~~~~~~~~~~~~~~~~
  24. vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
  25. SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:745:15 in
  26. /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 0x60c00001ce40 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
  27. 0x60c00001ce40: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
  28. 75 00 80 5c d8 8c ff 7f 52 7f 00 00 01 00 00 00 01 00 00 00 30 8b 02 00 60 60 00 00 20 8b 02 00
  29. ^~~~~~~~~~~~~~~~~~~~~~~
  30. vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
  31. SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:139:43 in
  32. /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 0x60c00001ce40 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
  33. 0x60c00001ce40: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
  34. 75 00 80 5c d8 8c ff 7f 52 7f 00 00 02 00 00 00 01 00 00 00 30 8b 02 00 60 60 00 00 20 8b 02 00
  35. ^~~~~~~~~~~~~~~~~~~~~~~
  36. vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
  37. SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:728:11 in
  38. /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 0x60c00001ce40 which does not point to an object of type 'std::_Sp_counted_base<__gnu_cxx::_S_atomic>'
  39. 0x60c00001ce40: note: object is of type 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
  40. 75 00 80 5c d8 8c ff 7f 52 7f 00 00 02 00 00 00 01 00 00 00 30 8b 02 00 60 60 00 00 20 8b 02 00
  41. ^~~~~~~~~~~~~~~~~~~~~~~
  42. vptr for 'std::_Sp_counted_ptr_inplace<arrow::ArrayData, std::allocator<arrow::ArrayData>, (__gnu_cxx::_Lock_policy)2>'
  43. SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/shared_ptr_base.h:152:46 in
  44. Error: C stack usage 8050432 is too close to the limit
  45. Execution halted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement