m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

Fixing an assert and a crashing bug #58

Closed pboothe closed 8 years ago

pboothe commented 8 years ago

The assert() should have never compiled, but NDT compiles with -DNDEBUG so all assert() were compiled away. Now it is fixed.

The crashing bug meant that child processes were crashing a lot, but only after doing the tests.


This change is Reviewable

pboothe commented 8 years ago

This ended up being superseded by #59