Re: Issue: repack semi-frequently fails on Windows (msysgit) - suspecting file descriptor issues
From: Johannes Schindelin <hidden>
Date: 2016-06-15 23:04:27
Hi Andreas, On 2015-04-16 14:35, Andreas Mohr wrote:
On Thu, Apr 16, 2015 at 01:48:46PM +0200, Andreas Mohr wrote:quoted
OK, at this point in time it's my turn to actually verify that indeed it's NOT the virus scanner: - generate rebase-heavy activity - update - hit issue - unload virus (~ scanner?? I'm unsure on exact terminology to be used ;-) - update - profit!?Despite trying hard (generating a lot of activity, with different repo projects even) I cannot reproduce it in a timely manner, thus I'll have to wait until repo state has degraded in a sufficient manner for such a larger repack with that issue to occur again (probably a matter of weeks). Once it happens, I will: - ensure keeping a copy of the entire (problematic-state) repo, and verify reproducibility of its (copied/preserved) breakage - unload virus and do other tests - report back
I guess the best way to trigger it is by ensuring that a lot of loose objects are accumulated, e.g. by running
i=$(date +%s)
j=0
while test $j -lt 9999
do
echo "test $(($i+$j))" git hash-object -w --stdin
j=$(($j+1))
done
Ciao, Johannes -- -- *** Please reply-to-all at all times *** *** (do not pretend to know who is subscribed and who is not) *** *** Please avoid top-posting. *** The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free. You received this message because you are subscribed to the Google Groups "msysGit" group. To post to this group, send email to msysgit@googlegroups.com To unsubscribe from this group, send email to msysgit+unsubscribe@googlegroups.com For more options, and view previous threads, visit this group at http://groups.google.com/group/msysgit?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Git for Windows" group. To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.