diff --git a/httperf/TODO.tasks b/httperf/TODO.tasks index 7607c67..bc2d115 100644 --- a/httperf/TODO.tasks +++ b/httperf/TODO.tasks @@ -7,5 +7,19 @@ Port to libevent 1.4 for data communications - + + + + Segmentation fault when creating large number of request + Running httperf with the following options results in a segmentation fault. + +--num-conns=10000 +--num-calls=40 +--rate=200 + +This is a defect has been either created or exposed by Adrian Chadd's libevent port. + + + +