Re: git on AIX: daemon.c & t5570-git-daemon.sh

2019-04-22 Thread Jeff King
On Tue, Mar 19, 2019 at 09:05:49AM +, REIX, Tony wrote: > When testing version 2.21.0 of git on AIX (6.1 & 7.2), I have found an > issue with daemon.c and test t5570-git-daemon.sh : within test 4, the > child_handler() code gets crazy and calls itself recursively till the > process crashes. We

git on AIX: daemon.c & t5570-git-daemon.sh

2019-03-19 Thread REIX, Tony
Hi, When testing version 2.21.0 of git on AIX (6.1 & 7.2), I have found an issue with daemon.c and test t5570-git-daemon.sh : within test 4, the child_handler() code gets crazy and calls itself recursively till the process crashes. We do not have a clear idea why this issue occurs. Maybe that t