On Sat, Jan 10, 2015 at 3:40 AM, Andy Bradford <[email protected]> wrote:
> #0 memcpy () at /usr/src/lib/libc/arch/i386/string/bcopy.S:88 > #1 0x1c008b4a in blobReallocStatic (pBlob=0xcfbd3984, newSize=2293661696) > at blob.c:192 > #2 0x1c007aef in blob_resize (pBlob=0xcfbd3984, newSize=147816) at > blob.c:418 > #3 0x1c007b28 in blob_materialize (pBlob=0xcfbd3984) at blob.c:428 > My suspicion is an uninitialized pBlob->nUsed, which is being used in blob_materialize(). > #4 0x1c04775a in manifest_parse (pContent=0xcfbd3984, rid=11434, pErr=0x0) > at manifest.c:366 > #5 0x1c049984 in manifest_crosslink (rid=11434, pContent=0xcfbd3984, > flags=0) > at manifest.c:1798 > #6 0x1c05a123 in rebuild_step (rid=11434, size=252944, pBase=0xcfbd3984) > at rebuild.c:250 > i have an idea but can't try it out: rebuild_step() local var: Blob copy; ==> Blob copy = empty_blob; :-? -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

