#2729 closed defect (fixed)
[raster]: raster crashes when compiled with --enable-debug under windows
Reported by: | robe | Owned by: | Bborie Park |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.1.3 |
Component: | raster | Version: | 2.1.x |
Keywords: | windows | Cc: |
Description
I mentioned the issue in #2726
I isoloated the offending line to
rt_pg.c line 112
POSTGIS_RT_DEBUGF(4, "GDAL_SKIP = %s", CPLGetConfigOption("GDAL_SKIP", NULL));
so I remarked it out. This might be just an issue under windows. I don't have GDAL_SKIP defined (I have to recheck what happens if I do) and I think windows has issue with null strings so that might be the cause.
Anyway not quite sure what to replace that with.
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
the null patching seems to have fixed this.
So as of r12521 no longer getting crashing.
comment:3 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 11 years ago
actually let me check again. I realized I must be running an older version since that doesn't match your new.
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
okay it is fixed as of r12523
Note:
See TracTickets
for help on using tickets.
Copying the stack trace over: