Overview
Artifact ID: | 81f4807849b6a627f8167c27e444df729a3505f0 |
---|---|
Ticket: | fd7ad198e58e6f63fabdb79c48d417ea925b7664
out of memory (can't allocate region) |
User & Date: | stephan 2012-08-29 09:18:23 |
Changes
- Appended to comment:
<hr /><i>stephan added on 2012-08-29 09:18:23 UTC:</i><br /> How many checkins does that repo have? in content_get (rid=1606416160, pBlob=0x7fff5fbff720) at content_.c:275 that rid seems _extremely_ high and (coincidentally???) the high bits match the masks being passed in the client_sync() call. The rids are sequentially-generated, which implies that either this repo has over a billion artifacts or that there is an overflow/underflow happening somewhere. sqlite3 ../fossil.fsl sqlite> select max(rid) from blob; 16854 sqlite> select count(rid) from blob; 16854