Philip Martin:

> stef...@apache.org writes:
>>  +      /* Sanitize (in case of data corruption)
>>  +       */
>>  +      if (new_ns->data->count > MAX_ATOMIC_COUNT)
>>  +        new_ns->data->count = MAX_ATOMIC_COUNT;
> 
> I'm still seeing a crash:
> 
> 467           if (new_ns->data->count > MAX_ATOMIC_COUNT)
> (gdb) p new_ns->data->count
> $1 = -1382404098

Also, if the count is "corrupted", I want to ask: are we sure it is then safe 
to adjust the count and carry on?  (I haven't been paying close attention, I'm 
just asking.)

- Julian

Reply via email to