Re: [gdal-dev] FATAL: CPLGetTLSList(): pthread_setspecific() failed!

2015-05-17 Thread Martin Landa
Hi Even, 2015-05-17 13:28 GMT+02:00 Even Rouault : [...] > Do you have plugins ? that was the problem. After removing (outdated) plugins I am not getting this error. Thanks, Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa __

Re: [gdal-dev] [Proj] Pixel Shifts When Warping

2015-05-17 Thread Even Rouault
Le dimanche 17 mai 2015 12:54:44, Markus Neteler a écrit : > On Sun, May 17, 2015 at 6:44 AM, Yuta Sato wrote: > > Dear GDAL and Proj Developers and Users: > > > > I am really frustrated when the MODIS HDF file converted into GeoTiff > > with GCS projection never match with the same MODIS file c

Re: [gdal-dev] FATAL: CPLGetTLSList(): pthread_setspecific() failed!

2015-05-17 Thread Even Rouault
Le dimanche 17 mai 2015 13:15:25, Martin Landa a écrit : > Hi, > > with recent build of trunk I am getting error in CPLGetTLSList(). Any > idea how to solve this issue? > > GNU/Debian unstable > g++ (Debian 4.9.2-16) 4.9.2 > > CFLAGS="-Wall -g" CXXFLAGS="-Wall -g" \ > ./confi

[gdal-dev] FATAL: CPLGetTLSList(): pthread_setspecific() failed!

2015-05-17 Thread Martin Landa
Hi, with recent build of trunk I am getting error in CPLGetTLSList(). Any idea how to solve this issue? GNU/Debian unstable g++ (Debian 4.9.2-16) 4.9.2 CFLAGS="-Wall -g" CXXFLAGS="-Wall -g" \ ./configure --prefix=/usr/local --enable-debug --mandir=/usr/local/share \

Re: [gdal-dev] [Proj] Pixel Shifts When Warping

2015-05-17 Thread Markus Neteler
On Sun, May 17, 2015 at 6:44 AM, Yuta Sato wrote: > Dear GDAL and Proj Developers and Users: > > I am really frustrated when the MODIS HDF file converted into GeoTiff with > GCS projection never match with the same MODIS file converted from MODIS > Reprojection tool. We had this issue in the pas