Oh, no.  I wonder how we're skipping the lock initializations.

I have two exams today, so there is no way I'm going to look
at it now.  -- justin
--- Begin Message ---
here it is:

[EMAIL PROTECTED]:~/flood/httpd-test/flood $ gdb .libs/flood core
GNU gdb 5.1
Copyright 2001 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 "sparc-sun-solaris2.6"...
Core was generated by `flood dweb_test/round-robin-ssl.xml'.
Program terminated with signal 9, Killed.
Reading symbols from 
/export/home/siege/flood/httpd-2_0_28/srclib/apr-util/.libs/libaprutil.so.0...done.
Loaded symbols for 
/export/home/siege/flood/httpd-2_0_28/srclib/apr-util/.libs/libaprutil.so.0
Reading symbols from 
/export/home/siege/flood/httpd-2_0_28/srclib/apr/.libs/libapr.so.0...done.
Loaded symbols for 
/export/home/siege/flood/httpd-2_0_28/srclib/apr/.libs/libapr.so.0
Reading symbols from /usr/lib/libm.so.1...done.
Loaded symbols for /usr/lib/libm.so.1
Reading symbols from /usr/lib/libsocket.so.1...done.
Loaded symbols for /usr/lib/libsocket.so.1
Reading symbols from /usr/lib/libnsl.so.1...done.
Loaded symbols for /usr/lib/libnsl.so.1
Reading symbols from /usr/lib/libdl.so.1...done.
Loaded symbols for /usr/lib/libdl.so.1
Reading symbols from 
/export/home/siege/flood/httpd-2_0_28/srclib/apr-util/xml/expat/lib/.libs/libexpat.so.0...done.
Loaded symbols for 
/export/home/siege/flood/httpd-2_0_28/srclib/apr-util/xml/expat/lib/.libs/libexpat.so.0
Reading symbols from /usr/lib/libpthread.so.1...done.
Loaded symbols for /usr/lib/libpthread.so.1
Reading symbols from /usr/lib/libc.so.1...done.
Loaded symbols for /usr/lib/libc.so.1
Reading symbols from /usr/lib/libmp.so.2...done.
Loaded symbols for /usr/lib/libmp.so.2
Reading symbols from /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1...done.
Loaded symbols for /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
Reading symbols from /usr/lib/libthread.so.1...done.
Loaded symbols for /usr/lib/libthread.so.1
#0  apr_lock_acquire_rw (lock=0x0, e=APR_WRITER) at locks.c:317
317             return lock->meth->acquire_write(lock);
(gdb) bt
#0  apr_lock_acquire_rw (lock=0x0, e=APR_WRITER) at locks.c:317
#1  0x00028ba4 in ssl_lock (mode=9, n=18, file=0xb6c38 "mem_dbg.c", line=147) 
at flood_net_ssl.c:137
#2  0x0002af08 in CRYPTO_lock ()
#3  0x0003ae60 in CRYPTO_mem_ctrl ()
#4  0x0003c278 in CRYPTO_get_ex_new_index ()
#5  0x0007a12c in X509_STORE_CTX_get_ex_new_index ()
#6  0x0005b74c in SSL_get_ex_data_X509_STORE_CTX_idx ()
#7  0x00057d30 in SSL_CTX_new ()
#8  0x00028e08 in ssl_open_socket (pool=0xefaf0, r=0xf6f28) at 
flood_net_ssl.c:248
#9  0x0002a260 in keepalive_begin_conn (sock=0xefe48, req=0xf6f28, pool=0xefaf0)
    at flood_socket_keepalive.c:114
#10 0x000281a4 in run_profile (pool=0xefaf0, config=0xefe60, 
profile_name=0xedb18 "RoundRobinProfile")
    at flood_profile.c:662
#11 0x00029410 in run_farmer (config=0xe24e8, farmer_name=0x0, pool=0xedad8) at 
flood_farmer.c:169
#12 0x000298ec in farmer_worker (thd=0xe2530, data=0xe2528) at flood_farm.c:107
#13 0xef7623fc in dummy_worker (opaque=0xe2530) at thread.c:122

:)

Isabella

---------------------------------------- Message History 
----------------------------------------


From: Justin Erenkrantz <[EMAIL PROTECTED]> on 05/12/2001 10:24 PST

To:   Isabella Pighi/DMGIT/DMG UK/[EMAIL PROTECTED] UK
cc:
Subject:  Re: running flood


On Wed, Dec 05, 2001 at 06:13:45PM +0000, Isabella Pighi wrote:
>
> ok ok, you are going fast.

=)

> Do you want me to rebuild flood with -g option? How can I do it? Putting -g 
> in the list of configure option? Do you want the contents of ./libs?

No need.  You have the debugging symbols (gdb seems to know what
is being called).

Can you just type in bt (gives a backtrace) in gdb.  I need to
see where that call to apr_lock_acquire_rw is coming from.

> Sorry for the trivial list of question.

No problem.  Sounds like we have a bug somewhere...  -- justin






--

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.


--- End Message ---

Reply via email to