On Fri, Nov 27, 2015 at 9:08 AM, Daniele Varrazzo
<daniele.varra...@gmail.com> wrote:
> I was trying to rewrite history in a small repos and replace
> indentation tabs with spaces. Steps to reproduce:
>
> git clone https://github.com/dvarrazzo/suponoff.git
> git checkout -b gitbug
> git config core.whitespace
> trailing-space,tabwidth=4,tab-in-indent,space-before-tab
> git rebase  6af85bcde9a30c3841b754bbb60c03ba58b88a50 --whitespace=fix
>
> error reported on crash is:
>
> Applying: Read configuration from supervisor config itself, added groups tags
> *** Error in `git': malloc(): memory corruption: 0x00000000023f9420 ***
>
> Tested with:
>
> CentOS Linux release 7.1.1503 (Core)
> git: 1.8.3.1
>
> Ubuntu 14.04.3 LTS
> git: 1.9.1

Bisection indicates that this bug was fixed by 407a792 (apply: count
the size of postimage correctly, 2015-01-16), which is included in Git
2.3.1.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to