-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
double free or corruption (!prev) #455
Comments
Thanks for the info. |
You first need to narrow it down. Unfortunately, this is very tedious: Try if you can reproduce this on r-hub. Then you need to selectively enable/disable tests ... I would first try to validate that the C code in |
Had a brief look at mlrMBO source. It uses malloc/free and these are all the
Given the error There are also 2 references to "leak" in the source. A straightforward leak should be just a leak and not
|
Hi,
I've just submitted data.table 1.12.2 to CRAN. I had no issues with
mlrBMO
in revdep checking: it passedR CMD check
fully OK and wasn't affected by any data.table changes in this release.However, when CRAN ran its revdep tests,
mlrMBO
failed with the error"double free or corruption (!prev)"
. My guess is that this is unlikely due to data.table so I asked CRAN maintainers to proceed to publish data.table. This issue is just to follow up. Here is the reply I received from CRAN checks. After that I've pasted my results when I runmlrMBO
through R-devel compiled with ASAN and strict-barrier. There appears to be a memory problem somewhere but I didn't manage to get a line number for you I'm afraid.HTH, Matt
The text was updated successfully, but these errors were encountered: