Re: [gdal-dev] Segfault in GDALWriteBlock

2016-05-06 Thread jramm
im building off trunk, so Gdal2.1dev Ill get that stack trace... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Segfault-in-GDALWriteBlock-tp5264660p5264899.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ g

Re: [gdal-dev] Segfault in GDALWriteBlock

2016-05-05 Thread Kurt Schwehr
What version of GDAL are you using? Can you provide the command or calling code that you are using? Can you use a debugger and give a stack trace? On Thu, May 5, 2016 at 12:42 AM, jramm wrote: > Hi I am getting a segfault in a call to GDALWriteBlock with this code: > > > > Stepping through se

[gdal-dev] Segfault in GDALWriteBlock

2016-05-05 Thread jramm
Hi I am getting a segfault in a call to GDALWriteBlock with this code: Stepping through seems to suggest that the segfault is arising from line 171 of "geo_new.c" in libgeotiff: I cant find previsely what it is I have done wrong to cause this in my codeany ideas? -- View this message i