android-spatialite icon indicating copy to clipboard operation
android-spatialite copied to clipboard

Figure out what happened to re-introduce a segfault

Open mrenouf opened this issue 14 years ago • 2 comments

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

mrenouf avatar Mar 15 '11 02:03 mrenouf

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.

iandees avatar Mar 15 '11 19:03 iandees

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

mrenouf avatar Mar 16 '11 18:03 mrenouf