Re: git-fast-import crashes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Friday, October 12, 2007 - 8:29 pm

Shun Kei Leung <kevinlsk@gmail.com> wrote:
...

Wow.  There's no way that struct pack_window is valid anymore.
The base isn't a valid address.  The offset cannot possibly be
correct (you don't have that big of a packfile, do you?!

What does `git count-objects -v` give you?  I'm specifically
interested in how many packfiles you have.  The other thing that
may be interesting to see is the value of pack_open_windows and
peak_pack_open_windows (file scope in sha1_file.c).

Then again, maybe that isn't interesting.  This looks like it is
memory corruption (e.g. someone overwriting a free'd segment),
but that sort of memory corruption is very hard to track down.

-- 
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-fast-import crashes, Shun Kei Leung, (Fri Oct 12, 2:42 am)
Re: git-fast-import crashes, Shawn O. Pearce, (Fri Oct 12, 8:29 pm)
Re: git-fast-import crashes, Shawn O. Pearce, (Fri Oct 12, 8:34 pm)
Re: git-fast-import crashes, Pierre Habouzit, (Sat Oct 13, 12:36 am)
Re: git-fast-import crashes, Pierre Habouzit, (Sat Oct 13, 12:50 am)
Re: git-fast-import crashes, Johannes Schindelin, (Sat Oct 13, 5:58 am)
Re: git-fast-import crashes, Shun Kei Leung, (Sun Oct 14, 9:53 pm)
Re: git-fast-import crashes, Pierre Habouzit, (Mon Oct 15, 12:33 am)
Re: git-fast-import crashes, Shun Kei Leung, (Mon Oct 15, 1:19 am)
Re: git-fast-import crashes, Shun Kei Leung, (Tue Oct 16, 12:13 am)
Re: git-fast-import crashes, Pierre Habouzit, (Tue Oct 16, 12:46 am)
Re: git-fast-import crashes, Shun Kei Leung, (Tue Oct 16, 1:01 am)
Re: git-fast-import crashes, Pierre Habouzit, (Tue Oct 16, 1:04 am)