On 27 October 2011 09:00, Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> wrote: > Øyvind A. Holm <sunny@xxxxxxxxxxx> writes: > > $ git status > > git: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) > > (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct > > malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) > > >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, > > fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) > > - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & > > pagemask) == 0)' failed. > > Aborted > > This looks very much like > > http://thread.gmane.org/gmane.comp.version-control.git/184094 > > for which a patch is pending in "next": > > 8f41c07 read-cache.c: fix index memory allocation Argh, that was some wasted hours, should have searched the mailing list first. But hey, I'm not complaining. :) Glad there's a fix coming up. I cherry-picked 8f41c07, and it seems to work nicely. Thanks. Regards, Øyvind -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html