From 8f28c000d79f5077e93fe9bb10615d8322e50c19 Mon Sep 17 00:00:00 2001 From: tedbullock Date: Thu, 17 Jul 2008 17:02:29 +0000 Subject: [PATCH] Added segfault at high request rate bug to todo list --- httperf/TODO.tasks | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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. + + + +