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

copy_tests #79

From: Ed <ed_at_kdtc.net>
Date: Thu, 07 Jan 2010 09:37:01 +0800

Hi,

Thanks to Bert's help, I managed to get the majority of the
tests to pass.

With the exception of Copy_test #79, which 'succeeds'(as an XFAIL);
but actually crashes.

I have attached a crash report.

Debugging it in VS2008 was fruitless aside for the same message:

  In file '..\..\..\subversion\libsvn_wc\wc_db.c' line 4574: \
    assertion failed (child_presence != svn_wc__db_status_not_present)

Not being familiar with the WC_NG internals, I have no idea
what this implies. In the debug, the child pointer is null
i.e. 0x00000000. apr_err = 235000.

I really wish I could figure this out myself, but it's
absolutely new to me.

Thanks

Edmund

Adding svn-test-work\working_copies\copy_tests-79\new_A
Deleting svn-test-work\working_copies\copy_tests-79\new_A\D
Deleting svn-test-work\working_copies\copy_tests-79\new_A\mu
Adding svn-test-work\working_copies\copy_tests-79\new_A\new_D
Adding svn-test-work\working_copies\copy_tests-79\new_A\new_mu
..\..\..\subversion\libsvn_subr\sqlite.c:280: (apr_err=235000)
svn: In file '..\..\..\subversion\libsvn_wc\wc_db.c' line 4574: assertion failed (child_presence != svn_wc__db_status_not_present)
This application has halted due to an unexpected error.
A crash report and minidump file were saved to disk, you can find them here:
C:\Users\cc\AppData\Local\Temp\svn-crash-log20100107094752.log
C:\Users\cc\AppData\Local\Temp\svn-crash-log20100107094752.dmp
Please send the log file to svn-breakage_at_subversion.tigris.org to help us analyze
and solve this problem.

NOTE: The crash report and minidump files can contain some sensitive information
(filenames, partial file content, usernames and passwords etc.)

Process info:
Cmd line: D:\other_projs\svn\trunk\Debug\subversion\svn\svn.exe ci -m "log msg" "svn-test-work\working_copies\copy_tests-79" --config-dir "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache --username jrandom
Working Dir: D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline
Version: 1.7.0 (dev build), compiled Jan 6 2010, 17:23:58
Platform: Windows OS version 6.0 build 6001 Service Pack 1

Exception: BREAKPOINT

Registers:
eax=00000001 ebx=7ffd3000 ecx=519b8f3d edx=0000001d esi=00000000 edi=00000000
eip=6ae7c355 esp=0031e9cc ebp=0031e9e4 efl=00000246
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000

Stacktrace:
#1 0x6ae7c355 in get_pgmptr()
#2 0x6af1e9ad in abort()
#3 0x6aa53320 in svn_error_abort_on_malfunction(can_return=1, file=0x6a7e8c04 "..\..\..\subversion\libsvn_wc\wc_db.c", line=4574, expr=0x6a7e8bd4 "child_presence != svn_wc__db_status_not_present") at d:\other_projs\svn\trunk\subversion\libsvn_subr\error.c:602
        can_return = 1
        file = 0x6a7e8c04 "..\..\..\subversion\libsvn_wc\wc_db.c"
        line = 4574
        expr = 0x6a7e8bd4 "child_presence != svn_wc__db_status_not_present"
        err = (svn_error_t *) 0x02b5ce78
#4 0x6aa53369 in svn_error__malfunction(can_return=1, file=0x6a7e8c04 "..\..\..\subversion\libsvn_wc\wc_db.c", line=4574, expr=0x6a7e8bd4 "child_presence != svn_wc__db_status_not_present") at d:\other_projs\svn\trunk\subversion\libsvn_subr\error.c:624
        can_return = 1
        file = 0x6a7e8c04 "..\..\..\subversion\libsvn_wc\wc_db.c"
        line = 4574
        expr = 0x6a7e8bd4 "child_presence != svn_wc__db_status_not_present"
#5 0x6a7948eb in svn_wc__db_scan_deletion(base_del_abspath=0x00000000, base_replaced=0x00000000, moved_to_abspath=0x00000000, work_del_abspath=0x0031ee1c, db=(svn_wc__db_t *) 0x00f6ca28, local_abspath=0x02a42068 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/mu", result_pool=(apr_pool_t *) 0x02a42028, scratch_pool=(apr_pool_t *) 0x02a42028) at d:\other_projs\svn\trunk\subversion\libsvn_wc\wc_db.c:4574
        svn_err__temp = (svn_error_t *) 0x7ffd3000
        stmt = (svn_sqlite__stmt_t *) 0x02a141e0
        have_base = 0
        work_presence = 10
        have_row = 0
        base_del_abspath = 0x00000000
        base_replaced = 0x00000000
        moved_to_abspath = 0x00000000
        work_del_abspath = 0x0031ee1c
        db = (svn_wc__db_t *) 0x00f6ca28
        local_abspath = 0x02a42068 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/mu"
        result_pool = (apr_pool_t *) 0x02a42028
        scratch_pool = (apr_pool_t *) 0x02a42028
        child_abspath = 0x02a42068 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/mu"
        pdh = (svn_wc__db_pdh_t *) 0x0100fc40
        current_abspath = 0x0100fc58 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A"
        current_relpath = 0x6a7f82ad ""
        found_moved_to = 0
        child_has_base = 0
        child_presence = 10
#6 0x6a74f463 in get_base_info_for_deleted(entry=(svn_wc_entry_t *) 0x029c5a28, kind=3272496, repos_relpath=0x0031ef18, checksum=(svn_checksum_t **) 0x0031ee38, db=(svn_wc__db_t *) 0x00f6ca28, entry_abspath=0x02a42068 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/mu", parent_entry=(svn_wc_entry_t *) 0x029c5150, result_pool=(apr_pool_t *) 0x00f675c0, scratch_pool=(apr_pool_t *) 0x02a42028) at d:\other_projs\svn\trunk\subversion\libsvn_wc\entries.c:312
        svn_err__temp = (svn_error_t *) 0x0031ef1c
        parent_abspath = 0x00000000 "(null)"
        parent_repos_relpath = 0x029c5ab8 ""
        work_del_abspath = 0x00000000 "(null)"
        entry = (svn_wc_entry_t *) 0x029c5a28
        kind = 3272496
        repos_relpath = 0x0031ef18
        checksum = (svn_checksum_t **) 0x0031ee38
        db = (svn_wc__db_t *) 0x00f6ca28
        entry_abspath = 0x02a42068 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/mu"
        parent_entry = (svn_wc_entry_t *) 0x029c5150
        result_pool = (apr_pool_t *) 0x00f675c0
        scratch_pool = (apr_pool_t *) 0x02a42028
        err = (svn_error_t *) 0x02b5ce78
#7 0x6a74ecd1 in read_entries_new(result_entries=(apr_hash_t **) 0x0031ef6c, db=(svn_wc__db_t *) 0x00f6ca28, local_abspath=0x02a35d10 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A", result_pool=(apr_pool_t *) 0x00f675c0, scratch_pool=(apr_pool_t *) 0x02a353f8) at d:\other_projs\svn\trunk\subversion\libsvn_wc\entries.c:984
        svn_err__temp = (svn_error_t *) 0x6aa6775c
        base_shadowed = 0
        entry = (svn_wc_entry_t *) 0x029c5a28
        status = 4
        original_repos_relpath = 0x00000000 "(null)"
        conflicted = 0
        checksum = (svn_checksum_t *) 0x029c5b00
        repos_relpath = 0x00000000 "(null)"
        translated_size = 17
        original_root_url = 0x00000000 "(null)"
        entry_abspath = 0x02a42068 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/mu"
        lock = (svn_wc__db_lock_t *) 0x00000000
        kind = 1
        result_entries = (apr_hash_t **) 0x0031ef6c
        db = (svn_wc__db_t *) 0x00f6ca28
        local_abspath = 0x02a35d10 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A"
        result_pool = (apr_pool_t *) 0x00f675c0
        scratch_pool = (apr_pool_t *) 0x02a353f8
        wc_id = 1
        iterpool = (apr_pool_t *) 0x02a42028
        sdb = (svn_sqlite__db_t *) 0x0100fdb0
        children = (apr_array_header_t *) 0x029c50e0
        entries = (apr_hash_t *) 0x029c5078
        parent_entry = (svn_wc_entry_t *) 0x029c5150
        i = 3
        handle_pool = (apr_pool_t *) 0x02a3fe20
#8 0x6a74e023 in read_entries(entries=(apr_hash_t **) 0x0031ef94, db=(svn_wc__db_t *) 0x00f6ca28, wcroot_abspath=0x02a35d10 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A", result_pool=(apr_pool_t *) 0x00f675c0, scratch_pool=(apr_pool_t *) 0x02a353f8) at d:\other_projs\svn\trunk\subversion\libsvn_wc\entries.c:1092
        entries = (apr_hash_t **) 0x0031ef94
        db = (svn_wc__db_t *) 0x00f6ca28
        wcroot_abspath = 0x02a35d10 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A"
        result_pool = (apr_pool_t *) 0x00f675c0
        scratch_pool = (apr_pool_t *) 0x02a353f8
        wc_format = 16
#9 0x6a74dd76 in svn_wc__get_entry(entry=(svn_wc_entry_t **) 0x0031efd8, db=(svn_wc__db_t *) 0x00f6ca28, local_abspath=0x02a355b8 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B", allow_unversioned=0, kind=2, need_parent_stub=1, result_pool=(apr_pool_t *) 0x02a353f8, scratch_pool=(apr_pool_t *) 0x02a353f8) at d:\other_projs\svn\trunk\subversion\libsvn_wc\entries.c:1295
        svn_err__temp = (svn_error_t *) 0x02a35bf0
        entry = (svn_wc_entry_t **) 0x0031efd8
        db = (svn_wc__db_t *) 0x00f6ca28
        local_abspath = 0x02a355b8 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B"
        allow_unversioned = 0
        kind = 2
        need_parent_stub = 1
        result_pool = (apr_pool_t *) 0x02a353f8
        scratch_pool = (apr_pool_t *) 0x02a353f8
        entries = (apr_hash_t *) 0x00000000
        adm_access = (svn_wc_adm_access_t *) 0x01010088
        source_pool = (apr_pool_t *) 0x00f675c0
        dir_abspath = 0x02a35d10 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A"
        entry_name = 0x02a35d80 "B"
#10 0x6a79ac79 in log_do_committed(db=(svn_wc__db_t *) 0x00f6ca28, local_abspath=0x02a355b8 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B", new_revision=2, new_date=47C89423707A2, new_author=0x02a35648 "jrandom", new_checksum=(svn_checksum_t *) 0x00000000, new_dav_cache=(apr_hash_t *) 0x00000000, keep_changelist=0, scratch_pool=(apr_pool_t *) 0x02a353f8) at d:\other_projs\svn\trunk\subversion\libsvn_wc\workqueue.c:1408
        svn_err__temp = (svn_error_t *) 0x77868640
        dir_entry = (svn_wc_entry_t *) 0x003a0130
        db = (svn_wc__db_t *) 0x00f6ca28
        local_abspath = 0x02a355b8 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B"
        new_revision = 2
        new_date = 47C89423707A2
        new_author = 0x02a35648 "jrandom"
        new_checksum = (svn_checksum_t *) 0x00000000
        new_dav_cache = (apr_hash_t *) 0x00000000
        keep_changelist = 0
        scratch_pool = (apr_pool_t *) 0x02a353f8
        pool = (apr_pool_t *) 0x02a353f8
        err = (svn_error_t *) 0x0031f178
        remove_executable = 0
        is_this_dir = 1
        orig_entry = (svn_wc_entry_t *) 0x02a356c8
        prop_mods = 0
        set_read_write = 0
        tmp_entry = (svn_wc_entry_t) 0x0031f170
#11 0x6a79a0e0 in run_postcommit(db=(svn_wc__db_t *) 0x00f6ca28, work_item=(svn_skel_t *) 0x02a355a0, cancel_func=0x00000000, cancel_baton=0x00000000, scratch_pool=(apr_pool_t *) 0x02a353f8) at d:\other_projs\svn\trunk\subversion\libsvn_wc\workqueue.c:1479
        svn_err__temp = (svn_error_t *) 0x0000000a
        db = (svn_wc__db_t *) 0x00f6ca28
        work_item = (svn_skel_t *) 0x02a355a0
        cancel_func = 0x00000000
        cancel_baton = 0x00000000
        scratch_pool = (apr_pool_t *) 0x02a353f8
        new_revision = 2
        new_date = 47C89423707A2
        arg1 = (svn_skel_t *) 0x02a354f8
        arg5 = (svn_skel_t *) 0x02a35558
        new_checksum = (svn_checksum_t *) 0x00000000
        new_author = 0x02a35648 "jrandom"
        new_dav_cache = (apr_hash_t *) 0x00000000
        keep_changelist = 0
        local_abspath = 0x02a355b8 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B"
#12 0x6a79bc3c in svn_wc__wq_run(db=(svn_wc__db_t *) 0x00f6ca28, wri_abspath=0x02a19c08 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B", cancel_func=0x00000000, cancel_baton=0x00000000, scratch_pool=(apr_pool_t *) 0x02a30fe8) at d:\other_projs\svn\trunk\subversion\libsvn_wc\workqueue.c:1726
        svn_err__temp = (svn_error_t *) 0x0031f2f4
        scan = (work_item_dispatch *) 0x6a7b68a0
        work_item = (svn_skel_t *) 0x02a355a0
        kind = 0
        id = 5
        db = (svn_wc__db_t *) 0x00f6ca28
        wri_abspath = 0x02a19c08 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B"
        cancel_func = 0x00000000
        cancel_baton = 0x00000000
        scratch_pool = (apr_pool_t *) 0x02a30fe8
        iterpool = (apr_pool_t *) 0x02a353f8
#13 0x6a7481b6 in process_committed_internal(db=(svn_wc__db_t *) 0x00f6ca28, adm_abspath=0x02a199d0 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B", path=0x02a19a40 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B", recurse=1, new_revnum=2, new_date=47C89423707A2, rev_author=0x02ac2c98 "jrandom", new_dav_cache=(apr_hash_t *) 0x00000000, no_unlock=1, keep_changelist=0, checksum=(svn_checksum_t *) 0x00000000, queue=(svn_wc_committed_queue_t *) 0x02ac2cb0, scratch_pool=(apr_pool_t *) 0x02a19990) at d:\other_projs\svn\trunk\subversion\libsvn_wc\adm_ops.c:516
        svn_err__temp = (svn_error_t *) 0x00000000
        iterpool = (apr_pool_t *) 0x02a30fe8
        children = (apr_array_header_t *) 0x00000000
        i = 1
        db = (svn_wc__db_t *) 0x00f6ca28
        adm_abspath = 0x02a199d0 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B"
        path = 0x02a19a40 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B"
        recurse = 1
        new_revnum = 2
        new_date = 47C89423707A2
        rev_author = 0x02ac2c98 "jrandom"
        new_dav_cache = (apr_hash_t *) 0x00000000
        no_unlock = 1
        keep_changelist = 0
        checksum = (svn_checksum_t *) 0x00000000
        queue = (svn_wc_committed_queue_t *) 0x02ac2cb0
        scratch_pool = (apr_pool_t *) 0x02a19990
        local_abspath = 0x02a19c08 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B"
        kind = 0
#14 0x6a7483d2 in process_committed_internal(db=(svn_wc__db_t *) 0x00f6ca28, adm_abspath=0x01010270 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A", path=0x02a14aa8 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A", recurse=1, new_revnum=2, new_date=47C89423707A2, rev_author=0x02ac2c98 "jrandom", new_dav_cache=(apr_hash_t *) 0x00000000, no_unlock=1, keep_changelist=0, checksum=(svn_checksum_t *) 0x00000000, queue=(svn_wc_committed_queue_t *) 0x02ac2cb0, scratch_pool=(apr_pool_t *) 0x02a243b8) at d:\other_projs\svn\trunk\subversion\libsvn_wc\adm_ops.c:568
        svn_err__temp = (svn_error_t *) 0x00000000
        status = 1
        this_path = 0x02a19a40 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B"
        name = 0x02a24a68 "B"
        this_abspath = 0x02a199d0 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A/B"
        iterpool = (apr_pool_t *) 0x02a19990
        children = (apr_array_header_t *) 0x02a24a28
        i = 0
        db = (svn_wc__db_t *) 0x00f6ca28
        adm_abspath = 0x01010270 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A"
        path = 0x02a14aa8 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A"
        recurse = 1
        new_revnum = 2
        new_date = 47C89423707A2
        rev_author = 0x02ac2c98 "jrandom"
        new_dav_cache = (apr_hash_t *) 0x00000000
        no_unlock = 1
        keep_changelist = 0
        checksum = (svn_checksum_t *) 0x00000000
        queue = (svn_wc_committed_queue_t *) 0x02ac2cb0
        scratch_pool = (apr_pool_t *) 0x02a243b8
        local_abspath = 0x02a24550 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79/new_A"
        kind = 0
#15 0x6a747fb8 in svn_wc_process_committed_queue(queue=(svn_wc_committed_queue_t *) 0x02ac2cb0, adm_access=(svn_wc_adm_access_t *) 0x00f7e868, new_revnum=2, rev_date=0x02ac2c78 "2010-01-07T01:47:50.109090Z", rev_author=0x02ac2c98 "jrandom", pool=(apr_pool_t *) 0x00f675c0) at d:\other_projs\svn\trunk\subversion\libsvn_wc\adm_ops.c:767
        svn_err__temp = (svn_error_t *) 0x02a243a0
        cqi = (committed_queue_item_t *) 0x02ac2ea8
        queue = (svn_wc_committed_queue_t *) 0x02ac2cb0
        adm_access = (svn_wc_adm_access_t *) 0x00f7e868
        new_revnum = 2
        rev_date = 0x02ac2c78 "2010-01-07T01:47:50.109090Z"
        rev_author = 0x02ac2c98 "jrandom"
        pool = (apr_pool_t *) 0x00f675c0
        iterpool = (apr_pool_t *) 0x02a243b8
        new_date = 47C89423707A2
        i = 0
        db = (svn_wc__db_t *) 0x00f6ca28
#16 0x6ab7b20e in svn_client_commit4(commit_info_p=(svn_commit_info_t **) 0x0031f540, targets=(apr_array_header_t *) 0x00f7b410, depth=3, keep_locks=0, keep_changelists=0, changelists=(apr_array_header_t *) 0x00f67930, revprop_table=(apr_hash_t *) 0x00000000, ctx=(svn_client_ctx_t *) 0x00f6c9c0, pool=(apr_pool_t *) 0x00f675c0) at d:\other_projs\svn\trunk\subversion\libsvn_client\commit.c:1305
        queue = (svn_wc_committed_queue_t *) 0x02ac2cb0
        btn = (post_commit_baton) 0x0031f494
        commit_info_p = (svn_commit_info_t **) 0x0031f540
        targets = (apr_array_header_t *) 0x00f7b410
        depth = 3
        keep_locks = 0
        keep_changelists = 0
        changelists = (apr_array_header_t *) 0x00f67930
        revprop_table = (apr_hash_t *) 0x00000000
        ctx = (svn_client_ctx_t *) 0x00f6c9c0
        pool = (apr_pool_t *) 0x00f675c0
        ra_session = (svn_ra_session_t *) 0x02a7c208
        notify_prefix = 0x02ac20f0 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline"
        base_dir = 0x00f77328 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79"
        base_url = 0x02a7bde0 "file:///D%3A/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/repositories/copy_tests-79"
        cleanup_err = (svn_error_t *) 0x00000000
        commit_in_progress = 0
        target = 0x00f7b3e0 "svn-test-work/working_copies/copy_tests-79"
        lock_tokens = (apr_hash_t *) 0x02a7be90
        current_dir = 0x02ac20b0 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline"
        bump_err = (svn_error_t *) 0x00000000
        unlock_err = (svn_error_t *) 0x00000000
        cmt_err = (svn_error_t *) 0x00000000
        log_msg = 0x02a7bb98 "log msg"
        checksums = (apr_hash_t *) 0x02ac2290
        rel_targets = (apr_array_header_t *) 0x00f77390
        tempfiles = (apr_hash_t *) 0x02ac2228
        i = 1
        editor = (svn_delta_editor_t *) 0x02ac1fa8
        edit_baton = 0x02a155c0
        committables = (apr_hash_t *) 0x0286c580
        commit_items = (apr_array_header_t *) 0x02a14a48
        base_dir_access = (svn_wc_adm_access_t *) 0x00f7e868
#17 0x0106356b in svn_cl__commit(os=(apr_getopt_t *) 0x00f67768, baton=0x0031f6d8, pool=(apr_pool_t *) 0x00f675c0) at d:\other_projs\svn\trunk\subversion\svn\commit-cmd.c:127
        os = (apr_getopt_t *) 0x00f67768
        baton = 0x0031f6d8
        pool = (apr_pool_t *) 0x00f675c0
        targets = (apr_array_header_t *) 0x00f7b410
        err = (svn_error_t *) 0x6aa4d077
        cfg = (svn_config_t *) 0x00f72c60
        base_dir = 0x00f7b580 "D:/other_projs/svn/trunk/Debug/subversion/tests/cmdline/svn-test-work/working_copies/copy_tests-79"
        condensed_targets = (apr_array_header_t *) 0x00f7b5e8
        ctx = (svn_client_ctx_t *) 0x00f6c9c0
        commit_info = (svn_commit_info_t *) 0x02ac2c68
        no_unlock = 0
        i = 1
        opt_state = (svn_cl__opt_state_t *) 0x0031f6e4
#18 0x0106e6b8 in main(argc=12, argv=0x003a1670) at d:\other_projs\svn\trunk\subversion\svn\main.c:2192
        argc = 12
        argv = 0x003a1670
        pool = (apr_pool_t *) 0x00f675c0
        os = (apr_getopt_t *) 0x00f67768
        err = (svn_error_t *) 0x00000000
        dash_m_arg = 0x003a12cc "log msg"
        cfg_config = (svn_config_t *) 0x00f72c60
        descend = 1
        ctx = (svn_client_ctx_t *) 0x00f6c9c0
        subcommand = (svn_opt_subcommand_desc2_t *) 0x01080a50
        path_utf8 = 0x00f677d8 "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svn-test-work\local_tmp\config"
        ab = (svn_auth_baton_t *) 0x00f7aee8
        opt_id = 258
        i = 5
        dash_F_arg = 0x00000000 "(null)"
        changelists = (apr_hash_t *) 0x00f676e0
        allocator = (apr_allocator_t *) 0x00f67510
        received_opts = (apr_array_header_t *) 0x00f67600
        apr_err = 70014
        command_baton = (svn_cl__cmd_baton_t) 0x0031f6d8
        interactive_conflicts = 0
        opt_state = (svn_cl__opt_state_t) 0x0031f6e4
#19 0x0107cce8 in __tmainCRTStartup() at f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c:586
        lock_free = 0x00000000
        fiberid = 0x00320000
        nested = 0
#20 0x0107cb2f in mainCRTStartup() at f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c:403
#21 0x779c4911 in BaseThreadInitThunk()
#22 0x7783e4b6 in RtlInitializeExceptionChain()
#23 0x7783e489 in RtlInitializeExceptionChain()
EXCEPTION: SVNProcessTerminatedBySignal
Traceback (most recent call last):
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svntest\main.py", line 1179, in run
    rc = self.pred.run(sandbox)
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svntest\testcase.py", line 86, in run
    return self._delegate.run(sandbox)
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svntest\testcase.py", line 146, in run
    return self.func(sandbox)
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\copy_tests.py", line 4266, in move_below_move
    None, sbox.wc_dir)
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svntest\actions.py", line 1217, in run_and_verify_commit
    *args)
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svntest\main.py", line 603, in run_svn
    *(_with_auth(_with_config_dir(varargs))))
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svntest\main.py", line 367, in run_command
    None, *varargs)
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svntest\main.py", line 522, in run_command_stdin
    *varargs)
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svntest\main.py", line 497, in spawn_process
    stdout_lines, stderr_lines, exit_code = wait_on_pipe(kid, binary_mode)
  File "D:\other_projs\svn\trunk\Debug\subversion\tests\cmdline\svntest\main.py", line 472, in wait_on_pipe
    raise SVNProcessTerminatedBySignal
SVNProcessTerminatedBySignal
XFAIL: copy_tests.py 79: move a dir below a moved dir
Received on 2010-01-07 02:55:13 CET

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.