Changes between Initial Version and Version 1 of Ticket #34248
- Timestamp:
- Apr 28, 2012, 10:29:40 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34248
- Property Owner changed from macports-tickets@… to ram@…
-
Property
Summary
changed from
basemap fails with new geos-3.3.2_0 upgrade
topy27-matplotlib-basemap: fails with new geos-3.3.2_0 upgrade
-
Ticket #34248 – Description
initial v1 1 1 py27-matplotlib-basemap fails after the geos-3.3.2_0 upgrade. 2 2 3 {{{ 3 4 m = Basemap(projection='mill',lon_0=0) 5 }}} 4 6 5 7 Crash 6 8 9 {{{ 7 10 "Assertion failed: (0), function query, file AbstractSTRtree.cpp, line 286." 11 }}} 8 12 9 13 Not sure if the dump if of help: 10 14 15 {{{ 11 16 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 12 17 0 libsystem_kernel.dylib 0x00007fff93cbbce2 __pthread_kill + 10 … … 44 49 32 org.python.python 0x000000010a03ca82 Py_Main + 2914 45 50 33 org.python.python 0x0000000109f5bf24 0x109f5b000 + 3876 51 }}}