On Dec 15, 2009, at 3:30 PM, Heinrich Huss wrote: > Hi, > > It seems there is something broken in fossil. I'm always getting this > error when I try to make a 'fossil update': > > $ fossil update > Assertion failed: (pBlob)->xRealloc==blobReallocMalloc || > (pBlob)->xRealloc==blobReallocStatic, file blob_.c, line 170
Bummer. What does "fossil status" tell you? If you don't have any changes that you need to check-in, you can probably work around this problem by running "fossil checkout" instead of "fossil update". But I'd still like to get to the bottom of the problem. Do you have a C- compiler and a debugger? Can you run fossil in the debugger and give me additional information about where it is failing, so that I can find and fix the problem? D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

