Bug#321382: siege: segfault on AMD64

2006-03-06 Thread Ryszard Lach
On Thu, Aug 04, 2005 at 11:48:04PM -0700, Jeff Breidenbach wrote:
[...]
   apt-get source siege
   cd siege-2.61
   ./configure
   make
   gdb ./siege
 
[...]
 
 (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.

I know this was a long time ago, but... could you, please, confirm if
this bug still happens? I'v tried to reproduce it on 2.6.8-9-amd64-k8
(AMD Athlon(tm) 64) and 2.6.10-em64t-smp (Intel(R) Xeon(TM)) exactly as
written above by you and I had no problems on both of this machines.

TIA

Richard.

-- 
First they ignore you. Then they laugh at you. Then they
fight you. Then you win. - Mohandas Gandhi.


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



Bug#321382: siege: segfault on AMD64

2005-08-05 Thread Jeff Breidenbach
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)]
0x2abc7d95 in pthread_join () from /lib/libpthread.so.0
(gdb) up
#1  0x00407ed7 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 **) 0x7f89c918

-- 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]