Opened 10 years ago
Closed 4 years ago
#429 closed defect (wontfix)
lasinfo crash by laz-file
Reported by: | hellik | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | libLAS, laszip, 32-bit | |
Cc: | neteler |
Description
in OSGeo4W-32bit the liblas-tools seems to be compiled with laszip-functionality
C:\Windows\System32>lasinfo --help -------------------------------------------------------------------- lasinfo (libLAS 1.7.0 with GeoTIFF 1.3.0 GDAL 1.8.1 LASzip 2.1.0) --------------------------------------------------------------------
but laz-files (e.g. test.laz or lake.laz from LAStools) crashes e.g. lasinfo.
Change History (6)
comment:1 by , 10 years ago
Cc: | added |
---|---|
Keywords: | libLAS added |
follow-up: 4 comment:2 by , 10 years ago
comment:3 by , 10 years ago
Keywords: | 32-bit added |
---|
follow-up: 5 comment:4 by , 10 years ago
Replying to hobu:
I'm pretty sure the problem is cross-heap freeing, and LASzip must be compiled with a different runtime than libLAS. I have recently built and added libLAS 1.8.0 and LASzip 2.1.0 to OSGeo4W-64bit and it seems to be working.
I can confirm that it works in OSGeo4W-64bit, it still crashes in OSGeo4W-32bit.
any chance to fix it also for OSGeo4W-32bit?
thanks Helmut
comment:5 by , 9 years ago
Replying to hellik:
Replying to hobu:
I'm pretty sure the problem is cross-heap freeing, and LASzip must be compiled with a different runtime than libLAS. I have recently built and added libLAS 1.8.0 and LASzip 2.1.0 to OSGeo4W-64bit and it seems to be working.
I can confirm that it works in OSGeo4W-64bit, it still crashes in OSGeo4W-32bit.
any chance to fix it also for OSGeo4W-32bit?
I would like to have libLAS 1.8.0 and LASzip 2.1.0 to OSGeo4W-32bit
thanks Helmut
Thanks Luca
comment:6 by , 4 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I'm pretty sure the problem is cross-heap freeing, and LASzip must be compiled with a different runtime than libLAS. I have recently built and added libLAS 1.8.0 and LASzip 2.1.0 to OSGeo4W-64bit and it seems to be working.