GNU gdb 6.4.90-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/sbin/cherokee [Thread debugging using libthread_db enabled] [New Thread 47470544054112 (LWP 8533)] [New Thread 1082132816 (LWP 8614)] [New Thread 1090525520 (LWP 8615)] [New Thread 1098918224 (LWP 8616)] [New Thread 1107310928 (LWP 8617)] [New Thread 1115703632 (LWP 8618)] [New Thread 1124096336 (LWP 8619)] [New Thread 1132489040 (LWP 8620)] [New Thread 1140881744 (LWP 8622)] [New Thread 1149274448 (LWP 8626)] Program received signal SIGPIPE, Broken pipe. [Switching to Thread 1140881744 (LWP 8622)] 0x0000003a1700c6f1 in send () from /lib/libpthread.so.0 (gdb) bt #0 0x0000003a1700c6f1 in send () from /lib/libpthread.so.0 #1 0x0000003f47f228d1 in _gnutls_io_write_buffered (session=0x55a550, iptr=, n=402) at gnutls_buffers.c:704 #2 0x0000003f47f22b98 in _gnutls_io_write_buffered2 (session=0x55a550, iptr=, n=0, iptr2=0x562640, n2=402) at gnutls_buffers.c:795 #3 0x0000003f47f1efcd in _gnutls_send_int (session=0x55a550, type=GNUTLS_HANDSHAKE, htype=, _data=0x44006da0, sizeofdata=) at gnutls_record.c:423 #4 0x0000003f47f219bd in _gnutls_handshake_io_send_int (session=0x55a550, type=GNUTLS_HANDSHAKE, htype=GNUTLS_HANDSHAKE_SERVER_KEY_EXCHANGE, iptr=, n=397) at gnutls_buffers.c:949 #5 0x0000003f47f233f8 in _gnutls_send_handshake (session=0x55a550, i_data=0x55c140, i_datasize=0, type=GNUTLS_HANDSHAKE_SERVER_KEY_EXCHANGE) at gnutls_handshake.c:893 #6 0x0000003f47f29629 in _gnutls_send_server_kx_message (session=0x55a550, again=) at gnutls_kx.c:153 #7 0x0000003f47f269c8 in _gnutls_handshake_server (session=0x55a550) at gnutls_handshake.c:2434 #8 0x0000003f47f26f32 in gnutls_handshake (session=0x55a550) at gnutls_handshake.c:2115 #9 0x0000003b2c528140 in cherokee_socket_init_tls () from /usr/lib/libcherokee-base.so.0 #10 0x0000000100000000 in ?? () #11 0x0000000100000001 in ?? () #12 0x00000000005026d0 in ?? () #13 0x0000000000559ce0 in ?? () #14 0x0000001600000000 in ?? () #15 0x000000000055d440 in ?? () #16 0x0000000044007170 in ?? () #17 0x0000003b2c715841 in process_active_connections () from /usr/lib/libcherokee-server.so.0 #18 0x000000000055a100 in ?? () #19 0x0000000000000017 in ?? () #20 0x0000000a00000001 in ?? () #21 0x000000000055d300 in ?? () #22 0x0000003a17008e9b in pthread_mutex_unlock () from /lib/libpthread.so.0 #23 0x0000003a169cd986 in epoll_wait () from /lib/libc.so.6 #24 0x000000000055d300 in ?? () #25 0x00002aaaaabd1010 in ?? () #26 0x0000003b2c520d3e in _del () from /usr/lib/libcherokee-base.so.0 #27 0x00000000000003e7 in ?? () #28 0x0000003b2c520ddb in _watch () from /usr/lib/libcherokee-base.so.0 #29 0x0000000a00000000 in ?? () #30 0x000000000055d440 in ?? () #31 0x0000000a00000000 in ?? () #32 0x0000003b00000000 in ?? () #33 0x0000000044007120 in ?? () #34 0x0000003b2c52959d in cherokee_fdpoll_del () from /usr/lib/libcherokee-base.so.0 #35 0x0000000a00000000 in ?? () #36 0x000000000055d440 in ?? () #37 0x0000000044007170 in ?? () #38 0x0000003b2c71702b in step_MULTI_THREAD_TLS_nonblock () from /usr/lib/libcherokee-server.so.0 #39 0x0000000000000009 in ?? () #40 0x0000000000559cb0 in ?? () #41 0x000000000055a100 in ?? () #42 0x0000000000559cb0 in ?? () #43 0x0000000000502040 in ?? () #44 0x000000000055d3e8 in ?? () #45 0x0000000100000000 in ?? () #46 0x0000000000000001 in ?? () #47 0x00000000440071a0 in ?? () #48 0x0000003b2c717377 in cherokee_thread_step_MULTI_THREAD () from /usr/lib/libcherokee-server.so.0 #49 0x00000000440071a0 in ?? () #50 0x000000000055d300 in ?? () #51 0x0000000000502040 in ?? () #52 0x000003e700000000 in ?? () #53 0x00000000440071d0 in ?? () #54 0x0000003b2c714bf2 in thread_routine () from /usr/lib/libcherokee-server.so.0 #55 0x0000000000000000 in ?? () (gdb) quit The program is running. Exit anyway? (y or n)