-
Notifications
You must be signed in to change notification settings - Fork 7
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
Improve output #3
Comments
That looks useful! What do you use these days to tickle it? My examples in sanitizers? Something else? Does that side need work too? |
I add dockerfiles to my repo's which CRAN has complained about and then check build logs on dockerhub for ASAN/UBSAN warnings. For example for curl dockerfile with output. |
Good workflow using the hub for builds. It would be good to expand the collection in sanitizers so if/when you have something you can distill out the package would be happy to take it ... |
Did you see this README by BDR? Maybe
for clang and gcc6, respectively, which appear to be identical... He also uses newer compilers which I may not the time to create a setup for.... |
I made two small commits updating the Dockerfile. A better bet may to also try gcc/g++ 6.* which becoming standard in Debian unstable anyway. |
I have now updated the Dockerfile to what BDR has on the README within the memtests directory. Maybe you can give that a spin. |
Ahhh I get now why I am not seeing memory leaks anymore. BDR has disabled these in |
Thanks for the follow-up here; much appreciated. Was thinking the other day about this when I saw a |
Yes I use this image for UBSAN testing of C/C++ code before submitting to CRAN. We also added it to r-hub but that is still very experimental as Gabor is fixing 100 other things first. |
I actually saw that at r-hub the other day (when I was hoping to find OS X and/or Windows builders there). I guess this issue can be closed though? Do report possibly fixes, improvements, whatnots, ... though. Oxford is not shouting at me much these days so I don't use this much ;-) |
Yeah maybe I'll submit another image just for mem leak testing of packages. But for now I guess I'll just set the |
We can get more verbose output by setting some env vars. Perhaps this makes a better default?
I'm still trying to figure out how BDR gets the actual line numbers in there.
The text was updated successfully, but these errors were encountered: