On Thu, May 17, 2012 at 10:35 AM, Eduardo Silva <[email protected]> wrote: > the patch did not pass the QA scripts: > > [ 9/41] error_404.htt => [OK] > [ 10/41] error_411.htt => [OK] > [ 11/41] error_413_01.htt => [OK] > [ 12/41] error_413_02.htt => [FAILED] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 0x7ffff620d700 (LWP 9153)] > mk_request_error (http_status=413, cs=0x7ffff0002c70, > sr=0x7ffff0003ca0) at mk_request.c:757 > 757 page = mk_request_set_default_page("Entity too large", > (gdb) bt > #0 mk_request_error (http_status=413, cs=0x7ffff0002c70, > sr=0x7ffff0003ca0) at mk_request.c:757 > #1 0x00000000004041e2 in mk_request_premature_close (http_status=413, > cs=0x7ffff0002c70) at mk_request.c:408 > #2 0x00000000004045f7 in mk_handler_read (socket=28, > cs=0x7ffff0002c70) at mk_request.c:534 > #3 0x000000000040b3b9 in mk_conn_read (socket=28) at mk_connection.c:64 > #4 0x0000000000409543 in mk_epoll_init (efd=21, > handler=0x7ffff0001f20, max_events=202) at mk_epoll.c:98 > #5 0x0000000000409c42 in mk_sched_launch_worker_loop > (thread_conf=0x617c40) at mk_scheduler.c:206 > #6 0x00007ffff79c2efc in start_thread (arg=0x7ffff620d700) at > pthread_create.c:304 > #7 0x00007ffff76fd59d in clone () at > ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 > #8 0x0000000000000000 in ?? () >
Your patch did not generate the issue, it help to discover it :) On a premature close Monkey did not set the vhost information in the session_request struct so it crashed, as well, httest is failing because is not able to catch the incoming data from the server which is informing that the request entity is too large, so it fails. Main issue in Monkey solved, your patch has been applied also, thanks! > > On Tue, May 15, 2012 at 2:50 AM, Lauri Kasanen <[email protected]> wrote: >> On Thu, 3 May 2012 14:00:59 +0300 >> Lauri Kasanen <[email protected]> wrote: >> >>> Changelog: >>> v2 - Removed one forgotten zero set >> >> Ping on this patch. >> >> - Lauri >> _______________________________________________ >> Monkey mailing list >> [email protected] >> http://lists.monkey-project.com/listinfo/monkey > > > > -- > Eduardo Silva > http://edsiper.linuxchile.cl > http://www.monkey-project.com -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
