On 04/03/2017 18:23, Lars Schneider wrote:
Did Travis find our first 32bit bug? I briefly looked into it and the following new topic on pu seems to cause the issue: http://public-inbox.org/git/20170302172902.16850-1-allan.x.xavier@xxxxxxxxxx/ https://github.com/git/git/commit/aaae0bf787f09ba102f69c3cf85d37e6554ab9fd The "git log" call in the new 4211 test fails with: *** Error in `/usr/src/git/git': malloc: top chunk is corrupt: 0x09ff4a78 *** More output here: https://travis-ci.org/larsxschneider/git/builds/207715343
It looks like it's hitting the bug the patch is supposed to fix. Are you quite sure it's running the "git" binary that was just built (as opposed to e.g. the system binary installed inside the container)? Vegard