[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: validity check error? huh?

From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 1 Jun 2012 09:56:01 +0200

> -----Original Message-----
> From: Greg Stein [mailto:gstein_at_gmail.com]
> Sent: vrijdag 1 juni 2012 9:28
> To: dev_at_subversion.apache.org
> Subject: validity check error? huh?
>
> Any ideas on why I'm seeing this now?
>
>
> $ ./basic_tests.py 1
> W: subversion/svn/delete-cmd.c:92: (apr_err=200035)
> W: subversion/svn/util.c:913: (apr_err=200035)
> W: subversion/libsvn_client/delete.c:482: (apr_err=200035)
> W: subversion/libsvn_client/delete.c:383: (apr_err=200035)
> W: subversion/libsvn_wc/adm_ops.c:701: (apr_err=200035)
> W: subversion/libsvn_wc/wc_db.c:6974: (apr_err=200035)
> W: subversion/libsvn_wc/wc_db.c:2595: (apr_err=200035)
> W: subversion/libsvn_wc/wc_db_util.c:202: (apr_err=200035)
> W: subversion/libsvn_subr/sqlite.c:1060: (apr_err=200035)
> W: subversion/libsvn_wc/wc_db_util.c:185: (apr_err=200035)
> W: subversion/libsvn_wc/wc_db.c:6795: (apr_err=200035)
> W: subversion/libsvn_wc/wc_db.c:6734: (apr_err=200035)
> W: subversion/libsvn_subr/sqlite.c:251: (apr_err=200035)
> W: subversion/libsvn_subr/sqlite.c:235: (apr_err=200035)
> W: subversion/libsvn_subr/sqlite.c:271: (apr_err=200035)
> W: svn: E200035: sqlite: constraint failed
> W: subversion/libsvn_subr/sqlite.c:607: (apr_err=200035)
> W: svn: E200035: sqlite: WC DB validity check 03 failed
>
>
> That's ra_local to fsfs.

One of the buildbots had this too before upgrading its Sqlite.

The WC-DB validations assume that the database is consistent at all times,
while the Sqlite queries that update the database assume that the database
is consistent between queries.

There are differences between those assumptions if an UPDATE or INSERT uses
a different index than expected.

        Bert
Received on 2012-06-01 09:56:43 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.