Opened 19 years ago

Last modified 19 years ago

#700 closed defect (fixed)

ECW in MapServer 4.4 on Windows hangs

Reported by: hobu Owned by: warmerdam
Priority: high Milestone:
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

My "kitchen sink" MapServer binaries seem to spin for ever when trying to load
an ECW image.  I am using the Sept. 30th 2004 ECW 3.0 SDK with CVS gdal
(11/30/04).  I attached the Windows debugger to the shp2img.exe process that was
trying to generate the map, and it appears as though it is stuck in IniFile::Load()

 	msvcp60.dll!760858b3() 	
>	gdal12.dll!IniFile::Load()  + 0x214	
 	gdal12.dll!IniFile::Open()  + 0x109	
 	gdal12.dll!ReadElement()  + 0x18f	
 	gdal12.dll!ILWISDataset::Open()  + 0xbe	
 	gdal12.dll!_GDALOpen()  + 0x45	
 	libmap.dll!1003f4b5() 	
 	libmap.dll!10071fa2() 	
 	libmap.dll!10070b05() 	
 	libmap.dll!1006fd7e() 	
 	shp2img.exe!0040183c() 	
 	shp2img.exe!00401c63() 	
 	kernel32.dll!7c816d4f() 	

Let me know if you need more info.

Howard

Change History (2)

comment:1 by warmerdam, 19 years ago

doh! 

This is a CVS problem with the recently contributed ILWIS Driver.  For
now I have just commented out the call to GDALRegister_ILWIS() in
gdalallregister.cpp in CVS. 


comment:2 by warmerdam, 19 years ago

The ILWIS driver has been correct so it doesn't crash on ECW files. 

Note: See TracTickets for help on using tickets.