git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* GitExtensions 1.43 crash with large repository
@ 2009-02-13 16:02 Kelly F. Hickel
  2009-02-15 15:52 ` Henk
  0 siblings, 1 reply; 2+ messages in thread
From: Kelly F. Hickel @ 2009-02-13 16:02 UTC (permalink / raw)
  To: git

Just tried to use GitExtensions on a fairly large (500mb after gc
--aggressive) repo, and it dies.  If this isn't the best place for this
report, let me know.

So, the repo loads OK but when I scroll down past what it's prefetched,
it crashes with the error below.

Error text after launching the CLR debugger:
An unhandled exception of type 'System.ArgumentOutOfRangeException'
occurred in mscorlib.dll

Additional information: Index was out of range. Must be non-negative and
less than the size of the collection.



--

Kelly F. Hickel
Senior Product Architect
MQSoftware, Inc.
952-345-8677 Office
952-345-8721 Fax
kfh@mqsoftware.com
www.mqsoftware.com
Certified IBM SOA Specialty
Your Full Service Provider for IBM WebSphere
Learn more at www.mqsoftware.com 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: GitExtensions 1.43 crash with large repository
  2009-02-13 16:02 GitExtensions 1.43 crash with large repository Kelly F. Hickel
@ 2009-02-15 15:52 ` Henk
  0 siblings, 0 replies; 2+ messages in thread
From: Henk @ 2009-02-15 15:52 UTC (permalink / raw)
  To: git


Hi,

I do not monitor this list very closely, so I miss a lot if you post it
here.
A better place to report bug is on the gitextensions project on sourceforge:
http://sourceforge.net/forum/forum.php?forum_id=892327

It might be possible that the number of commits is bigger than the max that
fits in an integer. How many commits does the repository count?

If this is the case, I can fix this by replacing the int for a UInt or a
long.

Henk
-- 
View this message in context: http://n2.nabble.com/GitExtensions-1.43-crash-with-large-repository-tp2321978p2330184.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-15 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 16:02 GitExtensions 1.43 crash with large repository Kelly F. Hickel
2009-02-15 15:52 ` Henk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).