Package: siege
Version: 2.61-1
Severity: normal


  apt-get source siege
  cd siege-2.61
  ./configure
  make
  gdb ./siege

current directory is /tmp/siege-2.61/src/
GNU gdb 6.3-debian
Copyright 2004 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"...Using host libthread_db library 
"/lib/libthread_db.so.1".

(gdb) run http://localhost
Starting program: /tmp/siege-2.61/src/siege http://localhost
[Thread debugging using libthread_db enabled]
[New Thread 46912500748432 (LWP 25666)]
** siege 2.61
** Preparing 0 concurrent users for battle.
The server is now under siege...[New Thread 1082460528 (LWP 25684)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912500748432 (LWP 25666)]
0x00002aaaaabc7d95 in pthread_join () from /lib/libpthread.so.0
(gdb) up
#1  0x0000000000407ed7 in main (argc=1, argv=0x513320) at main.c:435
(gdb) list
430        * our.total_clients is the threads high water
431        * mark; join all the threads that were spawned.
432        */
433       x = 0;
434       do{
435         pthread_join( peer[x++], &statusp );
436         fflush( stdout );
437       } while( x < our.total_clients );
438
439     #ifdef HAVE_SSL
(gdb) print x
$1 = 1
(gdb) print statusp
$2 = (void *) 0x4005c8
(gdb) print &statusp
$3 = (void **) 0x7fffff89c918

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.12-1-em64t-p4-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages siege depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to