> On Aug 25, 2017, at 7:56 PM, Papa <p...@arbolone.ca> wrote:
> 
> const std::string& SQLite3_RDB::getSQLiteVersion(){
>     tmp = sqlite_version();
> }

sqlite_version() is not a function in SQLite itself; is it from some wrapper 
library you're using? Most likely the crash is in that function. Look at the 
crash backtrace.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to