DevelopmentPanda / spatialite-android

Automatically exported from code.google.com/p/spatialite-android
0 stars 0 forks source link

Spatialite 4 for android crashed when executing query that contains 'transform' keyword #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load spatialite 4 for android for android app
2. Load the database KAZ.sqlite as attached
3. Run the query SELECT astext(Transform(Geometry,3857)) , null from 
"KAZ_AllTeams" where 
BRIntersects(BuildMBR(2819542.79246218,5247584.282200389,2821739.206108898,52501
49.559146991),Geometry) LIMIT 500;

What is the expected output? What do you see instead?
Expected: 8 multipolygon rows
Actual: Fatal signal 11

What version of the product are you using? On what operating system?
Tested on android 4.0.3,4.2.2

Please provide any additional information below.
This only happens with spatialite 4

Original issue reported on code.google.com by dani...@intersect.org.au on 12 May 2013 at 11:55

Attachments:

GoogleCodeExporter commented 9 years ago
As far as we can tell, this seems to be a problem with libc in proj4 during 
android compile. We've compiled from a clean machine.

Original comment by Denub...@gmail.com on 13 May 2013 at 12:21

GoogleCodeExporter commented 9 years ago
Hello,
Missing the letter M in the method MBRIntersects

Original comment by andrelui...@gmail.com on 13 Jun 2013 at 5:25