Bug 1065491

Summary: [abrt] git-svn: svn_fspath__skip_ancestor(): perl killed by SIGABRT
Product: [Fedora] Fedora Reporter: igor.redhat <igor.redhat>
Component: gitAssignee: Chris Wright <chrisw>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: chrisw, jbowes, ooprala, rkagan, tmz, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/cd125199bfed1b00a9686fa95e828e7f7f4f3c5b
Whiteboard: abrt_hash:73b2b6a5351f1fc4650ad423248e6f3f37650bf5
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-27 11:26:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description igor.redhat@gmail.com 2014-02-14 18:52:33 UTC
Description of problem:
Here are the steps:

1. I have fileA in both svn and my local git-svn repo
2. Make some changed to fileA
3. Create fileB, which is exact copy of the (modified) file A and git add it to the repo
4. commit both the (modified) fileA and the newly added (and identical) fileB, i.e., do a git commit on both
5. Try to push the commit to svn with "git svn dcommit"

git svn now complains similar to this:

Committing to blah ...
	C	fileA => fileB
perl: subversion/libsvn_subr/dirent_uri.c:2491: svn_fspath__skip_ancestor: Assertion `svn_fspath__is_canonical(child_fspath)' failed.
error: git-svn died of signal 6

Version-Release number of selected component:
git-svn-1.8.5.3-2.fc20

Additional info:
reporter:       libreport-2.1.12
backtrace_rating: 4
cmdline:        /usr/bin/perl /usr/libexec/git-core/git-svn dcommit
crash_function: svn_fspath__skip_ancestor
executable:     /usr/bin/perl
kernel:         3.12.9-301.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            500

Truncated backtrace:
Thread no. 1 (10 frames)
 #4 svn_fspath__skip_ancestor at subversion/libsvn_subr/dirent_uri.c:2491
 #5 svn_ra_serf__get_relative_path at subversion/libsvn_ra_serf/util.c:2459
 #6 svn_ra_serf__get_stable_url at subversion/libsvn_ra_serf/property.c:1193
 #7 close_file at subversion/libsvn_ra_serf/commit.c:2100
 #8 svn_delta_editor_invoke_close_file at svn_delta.c:2047
 #9 _wrap_svn_delta_editor_invoke_close_file at svn_delta.c:7075
 #10 Perl_pp_entersub at pp_hot.c:2888
 #11 Perl_runops_standard at run.c:42
 #12 S_run_body at perl.c:2462
 #13 perl_run at perl.c:2383

Comment 1 igor.redhat@gmail.com 2014-02-14 18:52:37 UTC
Created attachment 863368 [details]
File: backtrace

Comment 2 igor.redhat@gmail.com 2014-02-14 18:52:39 UTC
Created attachment 863369 [details]
File: cgroup

Comment 3 igor.redhat@gmail.com 2014-02-14 18:52:41 UTC
Created attachment 863370 [details]
File: core_backtrace

Comment 4 igor.redhat@gmail.com 2014-02-14 18:52:42 UTC
Created attachment 863371 [details]
File: dso_list

Comment 5 igor.redhat@gmail.com 2014-02-14 18:52:44 UTC
Created attachment 863372 [details]
File: environ

Comment 6 igor.redhat@gmail.com 2014-02-14 18:52:46 UTC
Created attachment 863373 [details]
File: limits

Comment 7 igor.redhat@gmail.com 2014-02-14 18:52:48 UTC
Created attachment 863374 [details]
File: maps

Comment 8 igor.redhat@gmail.com 2014-02-14 18:52:49 UTC
Created attachment 863375 [details]
File: open_fds

Comment 9 igor.redhat@gmail.com 2014-02-14 18:52:51 UTC
Created attachment 863376 [details]
File: proc_pid_status

Comment 10 igor.redhat@gmail.com 2014-02-14 18:52:54 UTC
Created attachment 863377 [details]
File: var_log_messages

Comment 11 Roman Kagan 2014-02-27 16:32:44 UTC
This is a known bug in subversion serf backend, see

http://thread.gmane.org/gmane.comp.version-control.subversion.devel/145186

It has been fixed in subversion upstream; however the fix wasn't included in any published release yet.


Git has a workaround included in versions 1.8.5.4+ and 1.9+, see

http://thread.gmane.org/gmane.comp.version-control.git/237906

Comment 12 Roman Kagan 2014-03-21 10:37:41 UTC
This bug should now be resolved by the subversion update to 1.8.8 in F20.

Comment 13 Ondrej Oprala 2014-05-27 11:26:33 UTC
The problem seems to be fixed now - closing currentrelease. If the problem persists, please reopen the bug.