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

Re: Random serf checkout failures

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 06 Nov 2012 22:26:11 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> but I still see this as well:
>
> A wc/1.3.0-rc1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNAdmin.java
> ../src/subversion/libsvn_ra_serf/update.c:680: (apr_err=235000)
> svn: E235000: In file '../src/subversion/libsvn_ra_serf/update.c' line 680: assertion failed (! dir->ref_count)
>
> Program received signal SIGABRT, Aborted.

and this assert as well:

../src/subversion/libsvn_wc/wc_db.c:1658: (apr_err=235000)
svn: E235000: In file '../src/subversion/libsvn_wc/wc_db.c' line 1658: assertion failed (SVN_IS_VALID_REVNUM(changed_rev))

Program received signal SIGABRT, Aborted.
1658 SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(changed_rev));
(gdb) p changed_rev
$2 = -1
(gdb) bt
#3 0x00007ffff6feb64e in svn_error__malfunction (can_return=1,
    file=0x7ffff79393f8 "../src/subversion/libsvn_wc/wc_db.c", line=1658,
    expr=0x7ffff79398c8 "SVN_IS_VALID_REVNUM(changed_rev)")
    at ../src/subversion/libsvn_subr/error.c:703
#4 0x00007ffff78fe498 in svn_wc__db_base_add_directory (db=0x7ffff32fd6d8,
    local_abspath=0x7ffff1ab0198 "/home/pm/sw/subversion/obj/wc/1.3.0-rc1/subversion/tests/clients",
    wri_abspath=0x7ffff7dff218 "/home/pm/sw/subversion/obj/wc",
    repos_relpath=0x7ffff1ab01e0 "subversion/tags/1.3.0-rc1/subversion/tests/clients", repos_root_url=0x7ffff7e44f88 "http://peri.local:8888/repos/asf",
    repos_uuid=0x7ffff7e44fb0 "13f79535-47bb-0310-9956-ffa450edef68",
    revision=1406090, props=0x7ffff1ab4560, changed_rev=-1, changed_date=0,
    changed_author=0x0, children=0x0, depth=svn_depth_infinity, dav_cache=0x0,
    conflict=0x0, update_actual_props=0, new_actual_props=0x0, new_iprops=0x0,
    work_items=0x0, scratch_pool=0x7ffff1ab0028)
    at ../src/subversion/libsvn_wc/wc_db.c:1658
#5 0x00007ffff78ec66e in close_directory (dir_baton=0x7ffff1ab00a0,
    pool=0x7ffff1ab4028) at ../src/subversion/libsvn_wc/update_editor.c:2725
#6 0x00007ffff745eb6e in close_directory (dir_baton=0x7ffff1ab40a0,
    pool=0x7ffff1ab4028) at ../src/subversion/libsvn_delta/cancel.c:261
#7 0x00007ffff5b1ec0f in close_dir (dir=0x7ffff1aae0c8)
    at ../src/subversion/libsvn_ra_serf/update.c:639
#8 0x00007ffff5b1ee22 in close_all_dirs (dir=0x7ffff1aae0c8)
    at ../src/subversion/libsvn_ra_serf/update.c:684
#9 0x00007ffff5b1ed4a in close_all_dirs (dir=0x7ffff1af40c8)
    at ../src/subversion/libsvn_ra_serf/update.c:676
#10 0x00007ffff5b1ed4a in close_all_dirs (dir=0x7ffff271a0c8)
    at ../src/subversion/libsvn_ra_serf/update.c:676
#11 0x00007ffff5b1ed4a in close_all_dirs (dir=0x7ffff2b290c8)
    at ../src/subversion/libsvn_ra_serf/update.c:676
#12 0x00007ffff5b1ed4a in close_all_dirs (dir=0x7ffff32a10c8)
    at ../src/subversion/libsvn_ra_serf/update.c:676
#13 0x00007ffff5b2420f in finish_report (report_baton=0x7ffff7e45090,
    pool=0x7ffff7e42028) at ../src/subversion/libsvn_ra_serf/update.c:2746
#14 0x00007ffff789bc6d in svn_wc_crawl_revisions5 (wc_ctx=0x7ffff32fd6c0,
    local_abspath=0x7ffff7e42168 "/home/pm/sw/subversion/obj/wc",
    reporter=0x7ffff5d394e0, report_baton=0x7ffff7e45090, restore_files=1,
    depth=svn_depth_unknown, honor_depth_exclude=1,
    depth_compatibility_trick=0, use_commit_times=0,
    cancel_func=0x416b43 <svn_cl__check_cancel>, cancel_baton=0x0,
    notify_func=0x41c467 <notify>, notify_baton=0x7ffff32fd9b0,
    scratch_pool=0x7ffff7e42028)
    at ../src/subversion/libsvn_wc/adm_crawler.c:858
#15 0x00007ffff7bc7f6d in update_internal (result_rev=0x0,
    local_abspath=0x7ffff7e42168 "/home/pm/sw/subversion/obj/wc",
    anchor_abspath=0x7ffff7e438a0 "/home/pm/sw/subversion/obj/wc",
    revision=0x7fffffffe050, depth=svn_depth_unknown, depth_is_sticky=0,
    ignore_externals=0, allow_unver_obstructions=0, adds_as_modification=1,
    timestamp_sleep=0x7fffffffe15c, notify_summary=1, ctx=0x7ffff32fd608,
    pool=0x7ffff7e42028) at ../src/subversion/libsvn_client/update.c:427

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-11-06 23:26:47 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.