-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
pandas.io.tests.test_json.test_ujson.NumpyJSONTests testOdArray segfaults under python2.7/3.5 in 0.17.0 #11299
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
might be a locale issue. again I cannot repro this, can you see what the issue is, propose a fix? |
python-3.5 shows also the segf. python-3.4 is fine. aa94ae4 doesn't fix the issue |
the commit is pointing to something else since u r only getting this error (and works on all other platforms / versions) can u see if u can see where happening |
That's the one reference
The best I can get is |
I'm seeing this segfault too. It's acting like a Heisenbug. I've been testing with 0.17.1 under python2.7 and python3.4, and the only way I've been able to reliably reproduce it is with python 3.4, pandas compiled with debugging turned off (and optimizations on), and by running the whole
In the following
Here is a backtrace from the coredump. Any suggestions for how to proceed? |
Interestingly I see this again with 0.19.1. No segfaults but |
Abrt report: https://gist.github.com/jlec/6282f0dae0586d6749af
The text was updated successfully, but these errors were encountered: