git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] Out of memory on git log --simplify-by-decoration --first-parent
@ 2012-06-08 18:23 Vincent van Ravesteijn
  2012-06-08 20:09 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent van Ravesteijn @ 2012-06-08 18:23 UTC (permalink / raw)
  To: git

git dies after calling the following command on the git repo:

$ git log f623ca1c...b9cfa4e9 --simplify-by-decoration --first-parent

This happens in simplify_merges () in revision.c. The list below shows 
the number of times the "while (list) { ..}" block is executed until git 
dies:

1475
3544
8274
19588
45689
106077
245329
565153
1269244
2614903
5871845
13138892
fatal: Out of memory, malloc failed (tried to allocate 8 bytes)

Verified with msysgit and on Ubuntu Linux.

Vincent

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

end of thread, other threads:[~2012-06-08 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 18:23 [BUG] Out of memory on git log --simplify-by-decoration --first-parent Vincent van Ravesteijn
2012-06-08 20:09 ` Junio C Hamano
2012-06-08 20:23   ` Vincent van Ravesteijn
2012-06-08 22:01     ` Junio C Hamano

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).