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

Re: 0.33.1 seg faulting on commit

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-11-20 01:04:06 CET

"C. Michael Pilato" <cmpilato@collab.net> writes:

> "Johnson, Graham" <gjohnson@alpineaccess.com> writes:
>
>> I updated from 0.33 to 0.33.1 and suddenly my server gives segmentation
>> faults on simple operations (commit, at least).
>>
>> This is httpd 2.0.48 and a clean (following "make local-extraclean")
>> build of 0.33.1 revision 7811.
>
> I think this is fixed in revision 7812. Sorry 'bout that, folks.

I'm still getting an httpd crash on import (it's 3 lines further in
dav_svn_delete_activity() so it's getting better :)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 26179)]
0x40409fc8 in svn_fs_unparse_id (id=0x0, pool=0x8107040)
    at ../svn/subversion/libsvn_fs/id.c:152
152 return svn_string_createf (pool, "%s.%s.%s",
(gdb) bt
#0 0x40409fc8 in svn_fs_unparse_id (id=0x0, pool=0x8107040)
    at ../svn/subversion/libsvn_fs/id.c:152
#1 0x40417449 in svn_fs__unparse_transaction_skel (skel_p=0xbffff72c,
    transaction=0x811a320, pool=0x8107040)
    at ../svn/subversion/libsvn_fs/util/fs_skels.c:898
#2 0x40403a25 in svn_fs__bdb_put_txn (fs=0x810ffb8, txn=0x811a320,
    txn_name=0x80c2608 "b", trail=0x8107028)
    at ../svn/subversion/libsvn_fs/bdb/txn-table.c:84
#3 0x4040e9a6 in txn_body_abort_txn (baton=0x80bf628, trail=0x8107028)
    at ../svn/subversion/libsvn_fs/revs-txns.c:895
#4 0x4040eeed in do_retry (fs=0x810ffb8,
    txn_body=0x4040e922 <txn_body_abort_txn>, baton=0x80bf628, use_txn=1,
    pool=0x8106e30, txn_body_fn_name=0x4041c7c9 "unknown",
    filename=0x4041c7c8 "", line=0) at ../svn/subversion/libsvn_fs/trail.c:227
#5 0x4040f034 in svn_fs__retry_txn (fs=0x810ffb8,
    txn_body=0x4040e922 <txn_body_abort_txn>, baton=0x80bf628, pool=0x8106e30)
    at ../svn/subversion/libsvn_fs/trail.c:285
#6 0x4040ea0a in svn_fs_abort_txn (txn=0x80bf628, pool=0x8106e30)
    at ../svn/subversion/libsvn_fs/revs-txns.c:906
#7 0x403d16d2 in dav_svn_delete_activity (repos=0x8125220,
    activity_id=0x8125102 "40b47269-82cc-0310-b1aa-8427b568862c")
    at /home/pm/sw/subversion/svn/subversion/mod_dav_svn/activity.c:120
#8 0x403d867f in dav_svn_remove_resource (resource=0x8125158,
    response=0xbffff8d8)
    at /home/pm/sw/subversion/svn/subversion/mod_dav_svn/repos.c:2345
#9 0x403bba58 in dav_method_delete (r=0x81235c0) at mod_dav.c:1215
#10 0x080812d5 in ap_run_handler (r=0x81235c0) at config.c:194
#11 0x080818b0 in ap_invoke_handler (r=0x81235c0) at config.c:401
#12 0x0806e5f6 in ap_process_request (r=0x81235c0) at http_request.c:288
#13 0x08069bdc in ap_process_http_connection (c=0x8105ba8) at http_core.c:293
#14 0x0808c365 in ap_run_process_connection (c=0x8105ba8) at connection.c:85
#15 0x0807f924 in child_main (child_num_arg=0) at prefork.c:694
#16 0x0807fb3b in make_child (s=0x811f2d0, slot=0) at prefork.c:734
#17 0x0807fb98 in startup_children (number_to_start=5) at prefork.c:806
#18 0x080803ea in ap_mpm_run (_pconf=0x80b9fe0, plog=0x80c2d20, s=0x80c5598)
    at prefork.c:1022
#19 0x080867f8 in main (argc=2, argv=0xbffffba4) at main.c:660

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 20 01:06:35 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.