Bug 1065491 - [abrt] git-svn: svn_fspath__skip_ancestor(): perl killed by SIGABRT
Summary: [abrt] git-svn: svn_fspath__skip_ancestor(): perl killed by SIGABRT
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: git
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Chris Wright
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:73b2b6a5351f1fc4650ad423248...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-14 18:52 UTC by igor.redhat@gmail.com
Modified: 2014-05-27 11:26 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-05-27 11:26:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (15.66 KB, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details
File: cgroup (171 bytes, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details
File: core_backtrace (4.59 KB, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details
File: dso_list (7.58 KB, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details
File: environ (3.42 KB, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details
File: limits (1.29 KB, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details
File: maps (47.88 KB, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details
File: open_fds (898 bytes, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details
File: proc_pid_status (934 bytes, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details
File: var_log_messages (516 bytes, text/plain)
2014-02-14 18:52 UTC, igor.redhat@gmail.com
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.