Bug#780246: libsvn-perl: Segfault when applying large commit through git-svn

2015-05-28 Thread James McCoy
Control: forwarded -1 http://news.gmane.org/find-root.php?message_id=20150318032038.GB31550%40freya.jamessan.com On Wed, May 13, 2015 at 02:03:24PM +0200, Jozef Hovan wrote: On 30.04.2015 01:27, James McCoy wrote: On Wed, Apr 29, 2015 at 09:06:08AM +0200, Jozef Hovan wrote: After upgrade perl

Bug#780246: libsvn-perl: Segfault when applying large commit through git-svn

2015-05-13 Thread Jozef Hovan
On 30.04.2015 01:27, James McCoy wrote: On Wed, Apr 29, 2015 at 09:06:08AM +0200, Jozef Hovan wrote: After upgrade perl (and its dependencies) to version 5.20.2-4 from unstable repository command git svn clone -s -r 28995:HEAD svn://anonsvn.kde.org/home/ kde started to work on my computer.

Bug#780246: libsvn-perl: Segfault when applying large commit through git-svn

2015-04-29 Thread Jozef Hovan
Hi, After upgrade perl (and its dependencies) to version 5.20.2-4 from unstable repository command git svn clone -s -r 28995:HEAD svn://anonsvn.kde.org/home/kde started to work on my computer. Jozef

Bug#780246: libsvn-perl: Segfault when applying large commit through git-svn

2015-04-29 Thread James McCoy
On Wed, Apr 29, 2015 at 09:06:08AM +0200, Jozef Hovan wrote: After upgrade perl (and its dependencies) to version 5.20.2-4 from unstable repository command git svn clone -s -r 28995:HEAD svn://anonsvn.kde.org/home/ kde started to work on my computer. The conditions which cause the crash

Bug#780246: libsvn-perl: Segfault when applying large commit through git-svn

2015-03-15 Thread Jan Larres
Okay, I have managed to reproduce the issue with a publicly available repository. The following command crashes for me: git svn clone -s -r 28995:HEAD svn://anonsvn.kde.org/home/kde I hope that helps. -Jan -- -[ OpenPGP key ID: 00A0FD5F ]- This mail is made of 100% recycled bits.

Bug#780246: libsvn-perl: Segfault when applying large commit through git-svn

2015-03-15 Thread James McCoy
On Mon, Mar 16, 2015 at 12:29:24PM +1300, Jan Larres wrote: Okay, I have managed to reproduce the issue with a publicly available repository. The following command crashes for me: git svn clone -s -r 28995:HEAD svn://anonsvn.kde.org/home/kde I hope that helps. Thanks! That will help a

Bug#780246: libsvn-perl: Segfault when applying large commit through git-svn

2015-03-11 Thread Jan Larres
Package: libsvn-perl Version: 1.8.10-5 Severity: important Tags: upstream Hi, when I use git-svn to clone or fetch from a repository, and the repository contains a commit that modifies a large number of files, then perl will die with a segfault when trying to apply that commit: $ git svn fetch

Bug#780246: libsvn-perl: Segfault when applying large commit through git-svn

2015-03-11 Thread Jan Larres
James McCoy james...@debian.org: On Wed, Mar 11, 2015 at 07:09:16PM +1300, Jan Larres wrote: when I use git-svn to clone or fetch from a repository, and the repository contains a commit that modifies a large number of files, then perl will die with a segfault when trying to apply that commit:

Bug#780246: libsvn-perl: Segfault when applying large commit through git-svn

2015-03-11 Thread James McCoy
On Wed, Mar 11, 2015 at 07:09:16PM +1300, Jan Larres wrote: when I use git-svn to clone or fetch from a repository, and the repository contains a commit that modifies a large number of files, then perl will die with a segfault when trying to apply that commit: Is this a publicly available