On 06.01.2017 13:26, Julian Foad wrote: > I wrote: > > "svn-mergeinfo-normalizer" fails to execute in the available RAM. > > But looking closer, it says "Memory fault" which may indicate some > other kind of failure rather than not enough memory.
Out of interest, what OS/architecture is this happening on? On x86(_64) these should be quite rare compared to segfaults; on other architectures, this could indicate invalid unaligned memory access. -- Brane