blowhacker / snappy

Automatically exported from code.google.com/p/snappy
Other
0 stars 0 forks source link

Microbenchmarks segfault under GNU/Hurd #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The microbenchmark usually segfaults under GNU/Hurd, because two consecutive 
calls to gettimeofday() on that platform can return the same value (it is only 
updated ever so often), and we divide by the elapsed time.

Original issue reported on code.google.com by se...@google.com on 5 May 2011 at 11:22

GoogleCodeExporter commented 9 years ago
Fixed in r34.

Original comment by se...@google.com on 9 May 2011 at 9:31