Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite runtime error when testing dplyr 0.8.0 RC on rhub #189

Closed
romainfrancois opened this issue Dec 19, 2018 · 1 comment
Closed

sqlite runtime error when testing dplyr 0.8.0 RC on rhub #189

romainfrancois opened this issue Dec 19, 2018 · 1 comment

Comments

@romainfrancois
Copy link
Member

Testing dplyr release candidate on rhub with ASAN/UBSAN gives this error:

vendor/sqlite3/sqlite3.c:61270:14: runtime error: member access within misaligned address 0x7ff692d82f4e for type 'struct BtCursor', which requires 8 byte alignment
0x7ff692d82f4e: note: pointer points here
 62 65 27 00 01 00  01 00 00 00 00 00 0d 00  27 6c 6f 6e 67 20 69 6e  74 27 00 00 00 00 0a 00  27 75
             ^

The Debian Linux, R-devel, GCC ASAN/UBSAN rhub says ERROR
https://builder.r-hub.io/status/dplyr_0.7.99.9000.tar.gz-d3b96eac4a25411b88544c378b08f935

originally in tidyverse/dplyr#3931 (comment)
I'm not sure what to do with this, but one of you might

@hadley
Copy link
Member

hadley commented Jan 2, 2019

I don't think we can do anything about this since it's upstream code (and CRAN seems to understand that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants