Re: java zlib woes (was: Reading commit objects)
On Tue, 21 May 2013 22:56:21 +, Shawn Pearce wrote: ... > This was with JGit? A stack trace and JGit version (so we can > correlate line numbers) would be a much more useful bug report than > nothing at all. I now have a full test case (involving a generated repo just shy of 1GB) that will reproduce that hang. Will look up the existing jgit bug to report there. Andreas -- "Totally trivial. Famous last words." From: Linus Torvalds Date: Fri, 22 Jan 2010 07:29:21 -0800 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: java zlib woes (was: Reading commit objects)
On Tue, May 21, 2013 at 9:51 PM, Andreas Krey wrote: > On Tue, 21 May 2013 19:18:35 +, Chico Sokol wrote: >> Ok, we discovered that the commit object actually contains the tree >> object's sha1, by reading its contents with python zlib library. >> >> So the bug must be with our java code (we're building a java lib). > > That's interesting. We ran in a similar problem: We had a fetch > with jget hanging within the zlib deflater code in what looked > like a busy loop. Unfortunately we don't yet have a publishable > repo on which this happens. This was with JGit? A stack trace and JGit version (so we can correlate line numbers) would be a much more useful bug report than nothing at all. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
java zlib woes (was: Reading commit objects)
On Tue, 21 May 2013 19:18:35 +, Chico Sokol wrote: > Ok, we discovered that the commit object actually contains the tree > object's sha1, by reading its contents with python zlib library. > > So the bug must be with our java code (we're building a java lib). That's interesting. We ran in a similar problem: We had a fetch with jget hanging within the zlib deflater code in what looked like a busy loop. Unfortunately we don't yet have a publishable repo on which this happens. Andreas -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html