Can you turn on warning and error logging to get additional information:

    http://www.sqlite.org/errlog.html


On Tue, Jan 7, 2014 at 3:55 PM, Sascha Sertel <sascha.ser...@gmail.com>wrote:

> Hello,
>
>
> I'm hoping someone has any ideas what to do about the error messages I'm
> getting from SQLite 3.8.1 when run on Android:
>
>
> Getting warning: "cannot fstat db file  "
>
> -- please take note that there is a blank inserted for the file name
>
>
> This is on Android 4.3 KitKat with manually compiled (not built-in one)
> SQLite 3.8.1 (from amalgamation) using PERSIST journaling when writing to
> db from multiple threads (serialized with mutex) in explicit transaction
> context.
>
>
> The same transactions are working fine on SQLite 3.7.16 but I would like to
> upgrade to 3.8.x. and solve these issues.
>
>
> Any ideas or suggestions are much appreciated!
>
>
> // Sascha
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to