On Aug 15, 2013, at 3:20 PM, Richard Hipp <d...@sqlite.org> wrote:

> On Thu, Aug 15, 2013 at 3:10 PM, Gary Weaver <garyswea...@gmail.com> wrote:
> 
>> SQLite DB (file) corruption in travisci vm with 3.7.9 (latest they had
>> available). Link to logs showing errors, code to reproduce here:
>> https://github.com/travis-ci/travis-ci/issues/1334
>> 
>> Is there something in config, etc. that would help?
> 
> What makes you believe this is an SQLite problem, and not a problem
> somewhere else in Travis-CI that SQLite just happens to be stumbling over?

Richard, thanks for your response. If there is a problem in the file IO it 
seems like it would have caused problems for them before now. They do a lot. :)

SQLite varies between file is encrypted/not a DB errors and database disk image 
is malformed. It would seem consistent with SQLite not handling concurrent 
processing in this particular environment or with the version of SQLite since 
3.7.7 is fine in OS X.

Is there anything that stands out as something that would keep 30 processes 
from being able to concurrently insert into the same tables?

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

Reply via email to