Re: [bug] Reliably Reproducible Bad Packing of Objects

2016-07-02 Thread Duy Nguyen
On Sat, Jul 2, 2016 at 11:10 AM, Duy Nguyen wrote: > On Sat, Jun 25, 2016 at 12:38:22AM +0200, Christoph Michelbach wrote: >> Hi, >> >> when run on a 32 bit system (Linux system, don't know about other >> systems), >> >> mkdir test && cd test && git init && touch someFile && git add someFile >> &&

Re: [bug] Reliably Reproducible Bad Packing of Objects

2016-07-02 Thread Duy Nguyen
On Sat, Jun 25, 2016 at 12:38:22AM +0200, Christoph Michelbach wrote: > Hi, > > when run on a 32 bit system (Linux system, don't know about other > systems), > > mkdir test && cd test && git init && touch someFile && git add someFile > && git commit -m "Initial commit." && dd if=/dev/urandom > of

[bug] Reliably Reproducible Bad Packing of Objects

2016-06-24 Thread Christoph Michelbach
Hi, when run on a 32 bit system (Linux system, don't know about other systems), mkdir test && cd test && git init && touch someFile && git add someFile && git commit -m "Initial commit." && dd if=/dev/urandom of=bigBinaryFile bs=1MB count=4294 && git add bigBinaryFile && git commit -m "Introduced