Re: [postgis-users] Problem with multipolygon

2007-11-26 Thread Sebastian Böck
Sebastian Bšöck wrote: Hi again, Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x0002 0x929b9831 in get_uint32 () Just for reference, the solution is given in another thread:

[postgis-users] Problem with multipolygon

2007-11-19 Thread Sebastian Bšöck
Hi all, i have a problem with multipolygon data. Taking the example data from the documentation: test=# select GeomFromText('MULTIPOLYGON(((0 0,4 0,4 4,0 4,0 0),(1 1,2 1,2 2,1 2,1 1)), ((-1 -1,-1 -2,-2 -2,-2 -1,-1 -1)))'); geomfromtext 010600 (1 row)

Re: [postgis-users] Problem with multipolygon

2007-11-19 Thread Mark Cave-Ayland
On Mon, 2007-11-19 at 16:07 +0100, Sebastian Bšöck wrote: Hi all, i have a problem with multipolygon data. Taking the example data from the documentation: test=# select GeomFromText('MULTIPOLYGON(((0 0,4 0,4 4,0 4,0 0),(1 1,2 1,2 2,1 2,1 1)), ((-1 -1,-1 -2,-2 -2,-2 -1,-1 -1)))');

Re: [postgis-users] Problem with multipolygon

2007-11-19 Thread Sebastian Bšöck
Mark Cave-Ayland wrote: On Mon, 2007-11-19 at 16:07 +0100, Sebastian Bšöck wrote: Hi all, i have a problem with multipolygon data. Taking the example data from the documentation: test=# select GeomFromText('MULTIPOLYGON(((0 0,4 0,4 4,0 4,0 0),(1 1,2 1,2 2,1 2,1 1)), ((-1 -1,-1 -2,-2 -2,-2

Re: [postgis-users] Problem with multipolygon

2007-11-19 Thread Sebastian Bšöck
Hi again, Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x0002 0x929b9831 in get_uint32 () for a full backtrace see the attachment. Hope it's helpful. Regards, Sebastian (gdb) bt #0 0x929b9831 in get_uint32 () #1