HgWeb.cgi Hanging During Push

Matt Mackall mpm at selenic.com
Wed Apr 25 23:14:27 UTC 2012


On Wed, 2012-04-25 at 18:53 -0400, Jensen, Aaron wrote:
> > I'd also recommend trying to create a simpler/faster test case, possibly by making a hook that just sleeps for 10 seconds.
> 
> I did this and was able to reproduce the hang.  I've filed an issue on the bug tracker: http://mercurial.selenic.com/bts/issue3401, including steps to reproduce.
> 
> > You probably want to add some instrumentation in mercurial/wireproto.py....
> > Sprinkle around some lines like:
> >  sys.stderr.write("%d: at step X\n" % os.getpid())
> 
> I'll try this next and add anything I find to the issue tracker.  Where would I expect to see the output?

With Apache, it'll end up in an error.log (not to be confused with
access.log). In IIS, somewhere in the system event log.

-- 
Mathematics is the supreme nostalgia of our time.





More information about the Mercurial mailing list