android-spatialite
android-spatialite copied to clipboard
Figure out what happened to re-introduce a segfault
Ian, if you had this working with the testdb and all, maybe I should go back and start from your last-known good revision. I've lost track of where things are at.
I though all was working well, because "SELECT spatialite_version();" returned ok. But when I added your full test back in with spatialite-test.db, I get the SEGFAULT.
One step closer... one step back :-(
It looks like you may be getting that segfault because you renamed the package but didn't rename the C code and recompile/re-run javah.
Oh, I think I missed updating the jni header file. I'll take a look.