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

Re: "transaction has active cursors" / "Invalid change ordering" ???

From: <cmpilato_at_collab.net>
Date: 2003-04-25 15:37:41 CEST

Brian Denny <brian@briandenny.net> writes:

> Relax -- this problem occurs in my own not-quite-working patch (for
> Issue #1075), not in real subversion code.
>
> The problem:
> I call svn_fs_paths_changed, i get the following error:
>
> transaction has active cursors
> PANIC: Invalid argument
> PANIC: DB_RUNRECOVERY: Fatal error, run database recovery
> subversion/libsvn_fs/bdb/changes-table.c:159: (apr_err=160004)
> svn: Filesystem is corrupt
> svn: Invalid change ordering: new node revision ID without delete
>
> Anyone know what sort of misguided actions on my part might be causing
> this error?

Well, this error occurs when two `change' items appears in the same
transaction and for the same path, but using different NODE-REV-IDs,
and without an intermediate `delete' change.

I could explain that if you want, or perhaps you could explain your
plan of action for fixing issue #1075. I was surprised to see that
the fix for issue #1075 involved *any* server-side changes.

In the meantime, if your repository isn't too large, I'd appreciate it
if you mailed me (privately) the output of `db_dump -kp
/path/to/repos/db/changes`.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 25 15:41:36 2003

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.