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

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

From: Brian Denny <brian_at_briandenny.net>
Date: 2003-04-24 23:21:48 CEST

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?

I'm calling svn_fs_paths_changed in svn_repos_dir_delta, just before
calling "editor->close_directory".

I can give more info if needed. But i can also do more investigation on
my own; i just thought i'd mention it on the off chance that somebody
sees it and says "you aren't by any chance doing THIS are you? Don't do
that."

-brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 24 23:17:57 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.