On Thu, Jul 10, 2014 at 03:39:53PM -0700, Gurucharan Shetty wrote:
> On Thu, Jul 10, 2014 at 2:37 PM, Ben Pfaff wrote:
> > On Thu, Jul 10, 2014 at 02:32:56PM -0700, Gurucharan Shetty wrote:
> >> On Wed, Jul 9, 2014 at 3:45 PM, Ben Pfaff wrote:
> >> > We noticed that the unit tests sometimes fail
On Thu, Jul 10, 2014 at 2:37 PM, Ben Pfaff wrote:
> On Thu, Jul 10, 2014 at 02:32:56PM -0700, Gurucharan Shetty wrote:
>> On Wed, Jul 9, 2014 at 3:45 PM, Ben Pfaff wrote:
>> > We noticed that the unit tests sometimes fail on XenServer inside glibc's
>> > memory checker, in the free_check() functi
On Thu, Jul 10, 2014 at 2:36 PM, Ben Pfaff wrote:
> On Thu, Jul 10, 2014 at 02:01:27PM -0700, Gurucharan Shetty wrote:
>> On Wed, Jul 9, 2014 at 3:45 PM, Ben Pfaff wrote:
>> > We noticed that the unit tests sometimes fail on XenServer inside glibc's
>> > memory checker, in the free_check() functi
On Thu, Jul 10, 2014 at 02:32:56PM -0700, Gurucharan Shetty wrote:
> On Wed, Jul 9, 2014 at 3:45 PM, Ben Pfaff wrote:
> > We noticed that the unit tests sometimes fail on XenServer inside glibc's
> > memory checker, in the free_check() function. It turns out that the
> > glibc memory checker in g
On Thu, Jul 10, 2014 at 02:01:27PM -0700, Gurucharan Shetty wrote:
> On Wed, Jul 9, 2014 at 3:45 PM, Ben Pfaff wrote:
> > We noticed that the unit tests sometimes fail on XenServer inside glibc's
> > memory checker, in the free_check() function. It turns out that the
> > glibc memory checker in g
On Wed, Jul 9, 2014 at 3:45 PM, Ben Pfaff wrote:
> We noticed that the unit tests sometimes fail on XenServer inside glibc's
> memory checker, in the free_check() function. It turns out that the
> glibc memory checker in glibc 2.11 and earlier had an internal race that
> caused false positives in
On Wed, Jul 9, 2014 at 3:45 PM, Ben Pfaff wrote:
> We noticed that the unit tests sometimes fail on XenServer inside glibc's
> memory checker, in the free_check() function. It turns out that the
> glibc memory checker in glibc 2.11 and earlier had an internal race that
> caused false positives in
We noticed that the unit tests sometimes fail on XenServer inside glibc's
memory checker, in the free_check() function. It turns out that the
glibc memory checker in glibc 2.11 and earlier had an internal race that
caused false positives in multithreaded programs.
This commit avoids the problem b