Script started on Thu 21 Aug 2008 09:07:36 PM CEST $ gdb /usr/sbin/ab GNU gdb 6.8-debian This GDB was configured as "i486-linux-gnu"... (no debugging symbols found) (gdb) run -v 2 -n 1 https://foo.de/ Starting program: /usr/sbin/ab -v 2 -n 1 https://foo.de/ (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking foo.de (be patient)...INFO: POST header == --- GET / HTTP/1.0 Host: foo.de User-Agent: ApacheBench/2.3 Accept: */* --- [New Thread 0xb767f700 (LWP 2044)] (no debugging symbols found) (no debugging symbols found) Certificate version: 3 Valid from: Nov 8 00:00:00 2006 GMT Valid to : Nov 7 23:59:59 2016 GMT Public key is 2048 bits The issuer name is /C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=(c) 2006 VeriSign, Inc. - For authorized use only/CN=VeriSign Class 3 Public Primary Certification Authority - G5 The subject name is /C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=Terms of use at https://www.verisign.com/rpa (c)06/CN=VeriSign Class 3 Extended Validation SSL SGC CA Extension Count: 11 Certificate version: 3 Valid from: Nov 8 00:00:00 2006 GMT Valid to : Nov 7 23:59:59 2021 GMT Public key is 2048 bits The issuer name is /C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority The subject name is /C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=(c) 2006 VeriSign, Inc. - For authorized use only/CN=VeriSign Class 3 Public Primary Certification Authority - G5 Extension Count: 8 Peer certificate Certificate version: 3 Valid from: Sep 18 00:00:00 2007 GMT Valid to : Sep 17 23:59:59 2008 GMT Public key is 2048 bits The issuer name is /C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=Terms of use at https://www.verisign.com/rpa (c)06/CN=VeriSign Class 3 Extended Validation SSL SGC CA The subject name is /1.3.6.1.4.1.311.60.2.1.3=DE/2.5.4.15=V1.0, Clause 5.(b)/serialNumber=HRB30000/C=DE/postalCode=60323/ST=Hessen/L=Frankfurt Am Main/streetAddress=Alfred-Herrhausen-Allee 10a/O=Deutsche Bank AG/CN=foo.de Extension Count: 9 Cipher Suite Protocol :TLSv1/SSLv3 Cipher Suite Name :AES256-SHA Cipher Suite Cipher Bits:256 (256) SSL-Session: Protocol : TLSv1 Cipher : AES256-SHA Session-ID: Session-ID-ctx: Master-Key: F25EABFE4C503E0F0DC27E8585EA8CA9EC1E65C5C23315CD69EB71C64D1338B32F130910F2DDC292302290D089BF98FF Key-Arg : None Start Time: 1219345691 Timeout : 300 (sec) Verify return code: 20 (unable to get local issuer certificate) LOG: header received: HTTP/1.1 302 Found Date: Thu, 21 Aug 2008 19:08:10 GMT Server: Apache Location: https://foo.de/mod/WebObjects/dbpbc.woa Connection: close Content-Type: text/html; charset=iso-8859-1
WARNING: Response code not 2xx (302) SSL read failed - closing connection Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb767f700 (LWP 2044)] 0xb7f969a8 in ASN1_template_free () from /usr/lib/i686/cmov/libcrypto.so.0.9.8 (gdb) bt #0 0xb7f969a8 in ASN1_template_free () from /usr/lib/i686/cmov/libcrypto.so.0.9.8 #1 0xb7f968ff in ?? () from /usr/lib/i686/cmov/libcrypto.so.0.9.8 #2 0x00000180 in ?? () #3 0xb8000990 in ?? () from /usr/lib/i686/cmov/libcrypto.so.0.9.8 #4 0x00000000 in ?? () (gdb) bt full #0 0xb7f969a8 in ASN1_template_free () from /usr/lib/i686/cmov/libcrypto.so.0.9.8 No symbol table info available. #1 0xb7f968ff in ?? () from /usr/lib/i686/cmov/libcrypto.so.0.9.8 No symbol table info available. #2 0x00000180 in ?? () No symbol table info available. #3 0xb8000990 in ?? () from /usr/lib/i686/cmov/libcrypto.so.0.9.8 No symbol table info available. #4 0x00000000 in ?? () No symbol table info available. (gdb) quit The program is running. Exit anyway? (y or n) y $ exit Script done on Thu 21 Aug 2008 09:08:34 PM CEST