>Dan Kennedy Wed, 04 Jun 2014 03:56:33 -0700

 


>On 06/04/2014 05:06 PM, Rob Golsteijn wrote:




>> Hi List,



>> I noticed that the sqlite shell core dumps when it is started with an init 
>> file that ends with an incomplete statement. >>   >> Example: 


>> Init file called "my_init.sql"  with the following contents:
>>
>>     -- note that the line below is NOT a valid sqlite comment line, and 
>> hence an incomplete sqlite statement
>>     #.headers on
>>


>> >> sqlite3 -init my_init.sql my_db.sq3 




> Cannot reproduce here. Any special options when you built SQLite?




>




> Do you have "valgrind" installed? If so, can you run this under it and 


post the output? Thanks. 


> Dan.

We found and fixed the problem. It occured in our own changes/extensions of the 
shell.
When reporting the issue I didn't realise that we used a modified shell.
Thanks for pointing to valgrind, sorry for reporting the problem.

Rob



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

Reply via email to