[geos-devel] Segmentation Fault in ARM platform

2009-02-28 Thread Adriano C Naspolini
Hi people, I recently installed gdal-1.6.0+geos-3.0.3 in my pc as in my target prataform (an ARM). Initially, i had an endianess problem with gdal (the target arm is little endian in bytes but big endian in words, so 0x1234 becomes 0x3412 and 0x12345678 becomes 0x56781234). After patching

Re: [geos-devel] Segmentation Fault in ARM platform

2009-02-28 Thread Paul Ramsey
You're going to want to find someone who can re-produce this, which means someone with a big-endian platform. Perhaps Frank can on his old iBook. Note that you are transferring WKB from OGR to GEOS, so the problem could be the writing step in OGR (writing something invalid) or the reading step in

Re: [geos-devel] Segmentation Fault in ARM platform

2009-02-28 Thread Mateusz Loskot
Adriano C Naspolini wrote: Hi people, I recently installed gdal-1.6.0+geos-3.0.3 in my pc as in my target prataform (an ARM). Initially, i had an endianess problem with gdal (the target arm is little endian in bytes but big endian in words, so 0x1234 becomes 0x3412 and 0x12345678 becomes

Re: [geos-devel] Segmentation Fault in ARM platform

2009-02-28 Thread Paul Ramsey
Fun. I guess porting our software to the iPhone is going to take some work :) P On Sat, Feb 28, 2009 at 2:39 PM, Frank Warmerdam warmer...@pobox.com wrote: Paul Ramsey wrote: You're going to want to find someone who can re-produce this, which means someone with a big-endian platform. Perhaps

[geos-devel] Re: [GEOS] #227: Deleting 'void*' is undefined in IntervalRTreeLeafNode class.

2009-02-28 Thread GEOS
#227: Deleting 'void*' is undefined in IntervalRTreeLeafNode class. -+-- Reporter: mloskot |Owner: geos-devel@lists.osgeo.org Type: defect | Status: new Priority: