-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
random malloc error on test_k_means_plus_plus_init_2_jobs test #1407
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
Comments
Can you reproduce it if you only run this specific test with the following?
|
I cannot reproduce it with:
I am running the same architecture with a Python installed with homebrew and numpy 1.6.1 compiled from source using the default build env of OSX 10.8. |
I still get it with the newest numpy and scikit. Happened on the first
Note: this is not exactly your line, I'm running all of the tests here. It still might break with your test verbatim, but I didn't run it enough times.
Um, I'll try to debug it more. |
This might be a new version of: #636 that used to happen on lion 10.7 but it's much rarer under 10.8. Maybe we should skip this test by default when |
You can try to see if this makes it possible to reproduce the crash: |
Yes, this is exactly bug #636! The gist doesn't crash for the sizes I tried (32, 64, etc). +1 for disabling the unit test on mac or tracking down the people who could fix it for real. |
Please feel free to open new PR for this. |
Happens on current master 3c46eba on MacOSX 10.8.2 64bit. Happens like 1/10th of the time?
The text was updated successfully, but these errors were encountered: