Re: [gdal-dev] OCI driver and Heap Corruption under Visual C++

2008-08-30 Thread Mateusz Loskot
Tamas Szekeres wrote: Mateusz, I gave up monkeying with MDd after spending a couple of days to eliminate these strange effects caused crashes in the windows builders at the buildbot. My suspicion is that in this case we inevitably use dll dependencies with different CRT setting may lead to unpre

Re: [gdal-dev] OCI driver and Heap Corruption under Visual C++

2008-08-30 Thread Tamas Szekeres
2008/8/30 Mateusz Loskot <[EMAIL PROTECTED]>: > Mixing /MD and /MT may lead to big problems. > > Hmm, looks like not solvable problem for OCI. > That's true. In this topic I can always point to the following article, especially to the "MORE INFORMATION" section: http://support.microsoft.com/kb/14

Re: [gdal-dev] OCI driver and Heap Corruption under Visual C++

2008-08-30 Thread Tamas Szekeres
Mateusz, I gave up monkeying with MDd after spending a couple of days to eliminate these strange effects caused crashes in the windows builders at the buildbot. My suspicion is that in this case we inevitably use dll dependencies with different CRT setting may lead to unpredicted problems (OCI lib

Re: [gdal-dev] OCI driver and Heap Corruption under Visual C++

2008-08-30 Thread Mateusz Loskot
Tamas Szekeres wrote: Mateusz, I could only mention http://trac.osgeo.org/gdal/ticket/2230 in this topic but I'm not sure if it is related to this problem. I have been using OCI compiled with MSVC2005 a couple of months ago, but didn't find such issue. However I'm using /MD instead of /MDd most

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-30 Thread Francesco Paolo Lovergine
On Wed, Aug 27, 2008 at 11:41:44PM +0200, Even Rouault wrote: > Vishal, > > you can use both netcdf and HDF4, but you'll have to uninstall the HDF4 > library packaged by Ubuntu, and compile it from the source with the > instructions given in the wiki. > > Maybe worth reporting that to Debian/Ub

Re: [gdal-dev] OCI driver and Heap Corruption under Visual C++

2008-08-30 Thread Tamas Szekeres
Mateusz, I could only mention http://trac.osgeo.org/gdal/ticket/2230 in this topic but I'm not sure if it is related to this problem. I have been using OCI compiled with MSVC2005 a couple of months ago, but didn't find such issue. However I'm using /MD instead of /MDd most of the time. Best regar

[gdal-dev] OCI driver and Heap Corruption under Visual C++

2008-08-30 Thread Mateusz Loskot
Folks, I'm experiencing heap corruption while calling OCIEnvCreate [1] function from OCI library. I build OCI driver in debug mode (with flags /D_DEBUG /MDd) using Visual C++ 8.0 linking against Oracle 10g Client. The bug seems to be random, because first test I made was with minimal set of

Re: [gdal-dev] RE: progressive rendering

2008-08-30 Thread Tamas Szekeres
Hi All, Upon thinking about the issues I've been come up with previously, I consider the following approach could be implemented easily either at driver or at SWIG interface level. Requires a new class to be implemented by the async IO supported drivers and a new additional method should be added