All of lore.kernel.org
 help / color / mirror / Atom feed
* git 2.7.0 crashes when top-down memory allocation preference is set
@ 2016-02-03 19:08 Klinger, Xia
  2016-02-04  7:46 ` Johannes Schindelin
  0 siblings, 1 reply; 7+ messages in thread
From: Klinger, Xia @ 2016-02-03 19:08 UTC (permalink / raw)
  To: git

When the memory allocation preference is set to be Top-down on Windows and there are more than 4GB memory available, git will crash. The symptom is "Segmentation Fault".

How to reproduce
1. Install latest Git package on Windows 7 x64
2. Enable top-down memory allocation preference
3. Open Git bash
4. Type git -version
5. You will see the error message
6. Disable the top-down memory allocation preference
7. Run the same experience
8. You will see all works as expected.

How to enable top-down memory allocation preference
Add key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management\AllocationPreference
Value : DWORD 0x00100000

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

end of thread, other threads:[~2016-02-11 13:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03 19:08 git 2.7.0 crashes when top-down memory allocation preference is set Klinger, Xia
2016-02-04  7:46 ` Johannes Schindelin
2016-02-04 13:22   ` Klinger, Xia
2016-02-04 15:29     ` Johannes Schindelin
2016-02-04 16:27       ` Klinger, Xia
2016-02-04 23:49         ` Johannes Schindelin
2016-02-11 13:30           ` Johannes Schindelin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.