-------- Original Message -------- Subject: Re: [Cherokee] cherokee crashes on slowloris https check? From: Stefan de Konink <[email protected]> To: Michiel van Es <[email protected]> Date: 07/07/2009 03:35 PM
> Michiel van Es wrote: >> Program received signal SIGPIPE, Broken pipe. >> [Switching to Thread 0xb112db90 (LWP 2908)] >> 0x00675402 in __kernel_vsyscall () >> (gdb) bt >> #0 0x00675402 in __kernel_vsyscall () >> #1 0x00b7344b in write () from /lib/libpthread.so.0 >> #2 0x0015bd01 in ?? () from /lib/libcrypto.so.6 >> #3 0x00159c83 in BIO_write () from /lib/libcrypto.so.6 >> #4 0x00327daf in ssl3_write_pending () from /lib/libssl.so.6 >> #5 0x003280ce in ?? () from /lib/libssl.so.6 >> #6 0x0032825e in ssl3_dispatch_alert () from /lib/libssl.so.6 >> #7 0x00327cba in ssl3_send_alert () from /lib/libssl.so.6 >> #8 0x00325b76 in ssl3_shutdown () from /lib/libssl.so.6 >> #9 0x003368dc in SSL_shutdown () from /lib/libssl.so.6 >> #10 0x00242d50 in _socket_close (cryp=0xabd3f510) at cryptor_libssl.c:524 >> #11 0x002cf79a in cherokee_cryptor_socket_close (cryp=0xabdaf460) at >> cryptor.c:202 >> #12 0x002d10e7 in cherokee_socket_close (socket=0xabd3ee80) at socket.c:194 >> #13 0x00be1448 in cherokee_connection_clean_close (conn=0xabd3ee58) at >> connection.c:368 >> #14 0x00be83e7 in purge_connection (thread=0x961cfe0, conn=0xabd3ee58) >> at thread.c:332 >> #15 0x00be90cb in process_active_connections (thd=0x961cfe0) at >> thread.c:1254 >> #16 0x00be9bb3 in cherokee_thread_step_MULTI_THREAD (thd=0x961cfe0, >> dont_block=false) at thread.c:1749 >> #17 0x00bea3f0 in thread_routine (data=0x961cfe0) at thread.c:98 >> #18 0x00b6c49b in start_thread () from /lib/libpthread.so.0 >> #19 0x00aec42e in clone () from /lib/libc.so.6 >> (gdb) > > Quite not yet ;) SIGPIPE is allowed ;) > > handle SIGPIPE nostop noprint pass > > Before the 'r' > > Other question: you guys don't get an crash when running slowloris : ./slowloris.pl -dns *website* -port 443 -timeout 30 -num 500 -https ? > Stefan Michiel _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
