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

RE: sqlite3 3.7.11 breaks svnversion: E200030: sqlite: callback requested query abort

From: Bert Huijben <bert_at_qqmail.nl>
Date: Sat, 21 Apr 2012 18:57:56 +0200

> -----Original Message-----
> From: Blair Zajac [mailto:blair_at_orcaware.com]
> Sent: zaterdag 21 april 2012 1:19
> To: dev_at_subversion.apache.org
> Subject: sqlite3 3.7.11 breaks svnversion: E200030: sqlite: callback
requested
> query abort
>
> I just got this on my MacPorts svn, the revision number output is missing:
>
> $ svnversion
> svn: E200030: sqlite: callback requested query abort
> svn: E200030: sqlite: callback requested query abort
> $ echo $?
> 1
>
> I've seen a number of other reports of this issue, including freebsd:
>
> https://www.google.com/search?q=svn%3A+E200030%3A+sqlite%3A+callback+
> requested+query+abort
>
> This error occurs when sqlite is upgraded to 3.7.11, it works fine with
> 3.7.10.
>
> Personally, I've only seen this in upgraded wc's, fresh checkouts
> haven't failed, but I've only tried it in one checkout.

I wouldn't be surprised if the real cause is an sql statement that we don't
properly reset.

Usually we should have reset all statements before releasing and we should
never trigger this problem.

As svnversion just exits after the command we would never notice the bug,
unless you have this sqlite version. But other api users might see the
problem.

        Bert
Received on 2012-04-21 18:58:41 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.