-
Notifications
You must be signed in to change notification settings - Fork 13
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
Shadow memory range error with RDsan #26
Comments
While trying to dig a bit deeper (and not really knowing what I'm reading), I found this answer that may be relevant. "If you are using shared ASan DSO, try LD_PRELOAD'ing Asan runtime into your program." at https://github.com/google/sanitizers/wiki/AddressSanitizer#faq Is that something that could help? Is it something that could be modified in the Makevars or a similar place? |
FYI, I tried And, I tried rebuilding the docker images locally in case there were an architecture issue (I have an AMD processor that I'm using to test it). That also didn't fix the issue. |
@billdenney I know you've used a dockerfile, but by exporting
|
I've also stumbled upon this issue when trying to install |
I did not find a solution yet. (I also haven't tested in a while as my needs are a bit different at the moment.) |
This may be related to #24 or #15 . This is the same issue as also reported in coatless-rpkg/sitmo#14
I'm trying to test a different package with RDsan, and I get the following error. Unfortunately, I don't know enough about the C side of things to provide much more information.
To replicate it, I put the following into a Dockerfile and ran
docker build -t sitmo-rdsan .
.Dockerfile:
Error:
The text was updated successfully, but these errors were encountered: