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

Re: Merge error when importing large repository

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-07-03 02:25:05 CEST

On Tue, Jul 02, 2002 at 04:23:18PM -0500, Ben Collins-Sussman wrote:
> That's freaky... can you run httpd in gdb, and break on
> make_error_internal()... see what's going on? Why libsvn_fs is
> returning error?

Here's a backtrace - if it helps:

#0 make_error_internal (apr_err=21066, src_err=0, child=0x0, pool=0x82d98b8)
    at ../../subversion/subversion/libsvn_subr/svn_error.c:83
#1 0x40313f35 in svn_error_createf (apr_err=21066, src_err=0, child=0x0,
    pool=0x82d98b8,
    fmt=0x402f5ae0 "cannot modify transaction named `%s' in filesystem `%s'")
    at ../../subversion/subversion/libsvn_subr/svn_error.c:276
#2 0x402e8ab7 in svn_fs__err_txn_not_mutable (fs=0x82d9988, txn=0x82e9700 "1")
    at ../../subversion/subversion/libsvn_fs/err.c:236
#3 0x402ec733 in svn_fs__get_txn_ids (root_id_p=0xbffff21c,
    base_root_id_p=0xbffff218, fs=0x82d9988, txn_name=0x82e9700 "1",
    trail=0x84a57a8) at ../../subversion/subversion/libsvn_fs/revs-txns.c:308
#4 0x402f1a56 in txn_body_open_txn (baton=0xbffff280, trail=0x84a57a8)
    at ../../subversion/subversion/libsvn_fs/txn.c:281
#5 0x402ed09a in svn_fs__retry_txn (fs=0x82d9988,
    txn_body=0x402f1a1e <txn_body_open_txn>, baton=0xbffff280, pool=0x84a3b10)
    at ../../subversion/subversion/libsvn_fs/trail.c:127
#6 0x402f1b48 in svn_fs_open_txn (txn_p=0xbffff308, fs=0x82d9988,
    name=0x82e9700 "1", pool=0x84a3b10)
    at ../../subversion/subversion/libsvn_fs/txn.c:304
#7 0x4001b8c0 in open_txn (ptxn=0xbffff308, fs=0x82d9988,
    txn_name=0x82e9700 "1", pool=0x84a3b10)
    at ../../subversion/subversion/mod_dav_svn/version.c:46
#8 0x4001c28a in dav_svn_merge (target=0x84a5498, source=0x82e9178,
    no_auto_merge=1, no_checkout=1, prop_elem=0x84a5248, output=0x82e7668)
    at ../../subversion/subversion/mod_dav_svn/version.c:539
#9 0x080be1c9 in dav_method_merge (r=0x84a3b48)
    at /home/jerenkrantz/cvs-apache/httpd-2.0/modules/dav/main/mod_dav.c:4208
#10 0x080beabd in dav_handler (r=0x84a3b48)
    at /home/jerenkrantz/cvs-apache/httpd-2.0/modules/dav/main/mod_dav.c:4582
#11 0x080e5d51 in ap_run_handler (r=0x84a3b48)
    at /home/jerenkrantz/cvs-apache/httpd-2.0/server/config.c:194
...rest of httpd-2.0 stack that I know isn't relevant...

HTH. I'll try to get a core file in case you need information
about the variables... -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 3 02:25:38 2002

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.