Re: [PATCH] fix git alias
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:42:29
Hi, On Wed, 14 Jun 2006, Johannes Schindelin wrote:
quoted
There is another more grave problem I seem to be hitting but haven't figured out (and will probably not figure out while away); I'd appreciate if you can track it down. With "alias.wh = whatchanged --patch-with-stat", "git wh HEAD -- mailinfo.c" segfaults at fclose() in git_config_from_file() when it reads the configuration for the second time (the first time being getting the alias). The second call comes via init_revisions() calling setup_git_directory(). Oddly I do not seem to be able to reproduce this segfault on amd64.I will do that.
I cannot reproduce, sorry. Valgrind says some objects are not released, but I cannot find another error. That's with 'next'. Ciao, Dscho