On Tue, Oct 04, 2011 at 05:47:37PM +0200, Jiří Navrátil wrote: > fossil sync > Server: http://[email protected]:8098 > Bytes Cards Artifacts Deltas > Sent: 648 12 0 0 > Received: 898 11 0 1 > Total network traffic: 573 bytes sent, 718 bytes received > fossil(25111) malloc: *** mmap(size=18446744067267100672) failed (error > code=12) > *** error: can't allocate region > *** set a breakpoint in malloc_error_break to debug > fossil: out of memory > I'm trying to sync repository, which is 148MB big. I'm getting out of memory > on Mac OS X (tested 32bit and 64bit version, 1.18 and 1.19) Fossil proces > crashed on 2GB on 64bit version and 1GB on 32bit version
It looks like uninitialised memory somewhere. that 'size' looks far too big. you can use gdb. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

