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

Re: Subversion core dumping...

From: Gerard Samuel <svn_at_trini0.org>
Date: 2005-02-10 04:43:16 CET

Peter N. Lundblad wrote:

>>Program terminated with signal 6, Aborted.
>>#0 0x283fbaaf in ?? ()
>>
>>
>Then, the "bt" command wil give you a list of the active function calls
>where it crashes. That's a backtrace and what I'm looking for:-)
>

Well I hope this is it ->

#0 0x28416aaf in kill () from /lib/libc.so.5
#1 0x2840a346 in raise () from /lib/libc.so.5
#2 0x28489be9 in abort () from /lib/libc.so.5
#3 0x2813d936 in begin_trail (trail_p=0xbfbfe890, fs=0x80826a8,
use_txn=1, pool=0x806c018)
    at subversion/libsvn_fs_base/trail.c:111
#4 0x2813dbf9 in do_retry (fs=0x80826a8, txn_body=0x2813d600
<txn_body_abort_txn>, baton=0x8095450,
    use_txn=1, pool=0x806c018, txn_body_fn_name=0x2814a889 "unknown",
filename=0x2814a888 "", line=0)
    at subversion/libsvn_fs_base/trail.c:229
#5 0x2813dd76 in svn_fs_base__retry_txn (fs=0x80826a8,
txn_body=0x2813d600 <txn_body_abort_txn>,
    baton=0x8095450, pool=0x806c018) at
subversion/libsvn_fs_base/trail.c:291
#6 0x2813d718 in svn_fs_base__abort_txn (txn=0x8095450, pool=0x806c018)
    at subversion/libsvn_fs_base/revs-txns.c:917
#7 0x2810b87e in svn_fs_abort_txn (txn=0x8095450, pool=0x806c018) at
subversion/libsvn_fs/fs-loader.c:416
#8 0x280f4b26 in abort_edit (edit_baton=0x8091050, pool=0x806c018) at
subversion/libsvn_repos/commit.c:599
#9 0x28098dec in svn_client_import (commit_info=0xbfbfe9fc,
path=0x806d978 "grains",
    url=0x806d9b8 "file:///source/svn/grains", nonrecursive=0,
ctx=0x806c508, pool=0x806c018)
    at subversion/libsvn_client/commit.c:697
#10 0x0804db4e in svn_cl__import (os=0x806c050, baton=0xbfbfeaf4,
pool=0x806c018)
    at subversion/clients/cmdline/import-cmd.c:115
#11 0x08051296 in main (argc=6, argv=0xbfbfed0c) at
subversion/clients/cmdline/main.c:1332

In retrospect, it may not be the config file that is causing the dump.
Immediately after I generated this backtrace, I ran
svnadmin recover on the repository, and imported the files again,
and it worked correctly.
So I have no idea, but here is my config file anyway.

[miscellany]
use-commit-times = yes
enable-auto-props = yes

[auto-props]
*.sh = svn:eol-style=LF;svn:executable
*.txt = svn:eol-style=LF
*.html = svn:eol-style=LF
*.ini = svn:eol-style=LF
*.xml = svn:eol-style=LF
*.png = svn:mime-type=image/png
*.jpg = svn:mime-type=image/jpeg
*.php = svn:keywords=Id;svn:eol-style=LF

Currently running subversion 1.1.3 on FreeBSD 5.3
Thanks for your time

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 10 05:04:30 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.