Opened 12 years ago
Closed 12 years ago
#2313 closed defect (fixed)
CUnit failure for force_sfs
Reported by: | dustymugs | Owned by: | colivier |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
On OSX 10.6, I'm getting the following when running the CUnit tests.
Suite: force_sfs Test: test_sfs_11 ...cu_tester(50125) malloc: *** error for object 0x3: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug make[2]: *** [check] Abort trap make[1]: *** [check] Error 2 make: *** [check] Error 1
Change History (10)
comment:1 by , 12 years ago
Owner: | changed from | to
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
I just checked my windows 64 mingw and seems okay. All regress pass, but I'm not compiling with sfcgal enabled yet.
comment:4 by , 12 years ago
I'm not compiling with CGAL yet either. Just finished running Windows 7 64-bit and no failures (stupid dll issues with testing loader/cunit though). Running 32-bit Windows 7 now. I'd double-check with OSX just to make sure it isn't me.
comment:5 by , 12 years ago
You are having issues with loader/cunit — I'm still having those with winnie against 2.0, but for 2.1 its fine now both on winnie and my windows 7 64-bit. See #2158
comment:6 by , 12 years ago
just finished testing against 32-bit windows 7 against 9.2.4 EDB instance
PostgreSQL 9.2.4, compiled by Visual C++ build 1600, 32-bit - 2013-05-10 04:58:23 GEOS: 3.4.0dev-CAPI-1.8.0 r0 PROJ: Rel. 4.8.0, 6 March 2012
and seems to pass fine. My 64-bit EDB instance crashes, but that's nothing new.
I'll run a garden test next.
comment:7 by , 12 years ago
I got the loader/cunit tests to be happy once I copied over 2 geos dlls and libpq.dll to that directory.
Windows 7 32-bit passed with flying colors. Time to make sure I'm not delusional about OSX failing…
comment:10 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.0.x → trunk |
Works for me as of r11411
Failure doesn't occur on Linux 32 and 64-bit. Testing Windows 7 64-bit now.