mrenouf / android-spatialite

45 stars 19 forks source link

Figure out what happened to re-introduce a segfault #4

Open mrenouf opened 13 years ago

mrenouf commented 13 years ago

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 :-(

iandees commented 13 years ago

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.

mrenouf commented 13 years ago

Oh, I think I missed updating the jni header file. I'll take a look.