-
Notifications
You must be signed in to change notification settings - Fork 264
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
python run_all.py segfaults Mac OS X 10.5.6 #13
Comments
From whitaker.jeffrey@gmail.com on March 03, 2009 07:50:29 Could you try updating netcdf-4 to the 4.0.1-beta2 and let me know if the problem I'm running on a mac with hdf5-1.8.2 and netcdf-4.0.1-beta2 with no problems. |
From watu...@gmail.com on March 03, 2009 08:50:13 I installed netcdf-4.0.1-b2 (it passed all tests in make check) then hank:netCDF4-0.7.7 tjs$ cd test |
From whitaker.jeffrey@gmail.com on March 03, 2009 09:56:22 Can you
I'm a bit stumped - a virtually identical setup here (minus the intel compiler) works |
From watu...@gmail.com on March 03, 2009 10:22:54
I don't use intel C because I don't have that. Using gcc 4.0.1 from Xcode 3.1.2. What fortran compiler do you use? What python version do you use? |
From whitaker.jeffrey@gmail.com on March 03, 2009 10:29:47 OK, that helps. There is a known bug in the netcdf 4.0 lib that causes problems with One other thought before you go to the trouble of running gdb - if you have a numpy |
From watu...@gmail.com on March 03, 2009 10:42:12 I did blow away the netCDF4-0.7.7 directory after I built netcdf-4.0.1-b2. Then I untarred netCDF4-0.7.7.tar.gz Will do. I have Numpy 1.0.1. I assume I should rebuild your netCDF4 modules after updating Numpy, correct? |
From whitaker.jeffrey@gmail.com on March 03, 2009 10:46:38 Yes, rebuild after updating numpy. I'll bet a beer that fixes it. -Jeff |
From watu...@gmail.com on March 03, 2009 11:45:48 Built and installed Numpy 1.2.1. Once I figured out how to make this the default and not the 4 other versions hank:test tjs$ python run_all.py ...............................Ran 31 tests in 0.776s OK Eureka. Thanks for walking me through this. I guess I owe you a beer. |
From whitaker.jeffrey@gmail.com on May 25, 2009 05:59:14 Status: Verified |
From watu...@gmail.com on March 03, 2009 07:25:07
What steps will reproduce the problem? 1. Follow documentation to install netCDF4-0.7.7 and all required packages (zlib, hdf5, netcdf-
4, all of which test correctly)
hank:test tjs$ python
Python 2.5.1 ( r251 :54863, Jan 13 2009, 10:26:13)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
hank:test tjs$ python run_all.py
..E.Segmentation fault
This happens in about 2 seconds
hank:test tjs$ python --version
Python 2.5.1
hank:test tjs$ python
Python 2.5.1 ( r251 :54863, Jan 13 2009, 10:26:13)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
MacOS X 10.5.6 Please provide any additional information below. quad-core mac pro
latest Xcode
hdf5-1.82
netcdf-4.0
zlib-1.2.3
ifort 11.059
gcc: i686-apple-darwin9-gcc-4.0.1
Original issue: http://code.google.com/p/netcdf4-python/issues/detail?id=13
The text was updated successfully, but these errors were encountered: