Opened 9 years ago

Closed 9 years ago

#6125 closed defect (fixed)

gdal_api_proxy test failure

Reported by: Kurt Schwehr Owned by: Kurt Schwehr
Priority: normal Milestone:
Component: default Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

r30629 ?

https://travis-ci.org/OSGeo/gdal/builds/81526374

Running tests from gcore/aaigrid_read.py
  TEST: Open: byte.tif.grd ... success
Running tests from gcore/gdal_api_proxy.py
  TEST: gdal_api_proxy_1 ... ERROR 1: Read from pipe failed
ERROR 3: Checksum value couldn't be computed due to I/O read error.

  TEST: gdal_api_proxy_sub ... fail
    line 233: fail

Test Script: gdal_api_proxy
Succeeded: 0
Failed:    1 (0 blew exceptions)
Skipped:   0
Expected fail:0
Duration:  0.06s

Found libgdal we are running against : /usr/lib/libgdal.so.2.1.0
fail
  TEST: gdal_api_proxy_2 ... port = 8080
ERROR 1: Read from socket failed
ERROR 3: Checksum value couldn't be computed due to I/O read error.

  TEST: gdal_api_proxy_sub ... fail
    line 233: fail
  TEST: gdal_api_proxy_sub_clean ... success

Test Script: gdal_api_proxy
Succeeded: 1
Failed:    1 (0 blew exceptions)
Skipped:   0

Change History (1)

comment:1 by Even Rouault, 9 years ago

Resolution: fixed
Status: newclosed

You just forgot to add { } to group the free and the break together.

Fixed by trunk r30668 "Free panBandMap in error code paths. CID 1315192 (#6125)"

Note: See TracTickets for help on using tickets.