[Nagiosplug-devel] [ nagiosplug-Bugs-1729692 ] check_http: segfault when following multiple redirects
SourceForge.net
noreply at sourceforge.net
Fri Jun 1 23:08:14 CEST 2007
Bugs item #1729692, was opened at 2007-06-01 16:05
Message generated for change (Settings changed) made by gottipati
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1729692&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General plugin execution
Group: CVS
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Aravind Gottipati (gottipati)
Assigned to: Nobody/Anonymous (nobody)
>Summary: check_http: segfault when following multiple redirects
Initial Comment:
check_http crashes when following multiple http redirects.
As an example, this crashes for me consistently
check_http -v -H en-us.add-ons.mozilla.com -f follow -u /en-US/firefox/2.0.0.4pre/extensions
I am pasting the backtrace from it below. This happens for both the CVS version and the 1.4.8 release.
Program received signal SIGSEGV, Segmentation fault.
0x0099297a in malloc_consolidate () from /lib/tls/libc.so.6
(gdb) bt
#0 0x0099297a in malloc_consolidate () from /lib/tls/libc.so.6
#1 0x00993918 in _int_malloc () from /lib/tls/libc.so.6
#2 0x009956e1 in malloc () from /lib/tls/libc.so.6
#3 0x003984be in CRYPTO_get_new_dynlockid () from /lib/libcrypto.so.4
#4 0x00398a6f in CRYPTO_malloc () from /lib/libcrypto.so.4
#5 0x004f8c7d in ssl_create_cipher_list () from /lib/libssl.so.4
#6 0x004f440c in SSL_CTX_new () from /lib/libssl.so.4
#7 0x0804c8d0 in np_net_ssl_init (sd=6) at sslutils.c:49
#8 0x0804a4a9 in check_http () at check_http.c:770
#9 0x0804b302 in redir (pos=Variable "pos" is not available.
) at check_http.c:1182
#10 0x0804af80 in check_http () at check_http.c:951
#11 0x0804b302 in redir (pos=Variable "pos" is not available.
) at check_http.c:1182
#12 0x0804af80 in check_http () at check_http.c:951
#13 0x0804c851 in main (argc=7, argv=0xbff753a4) at check_http.c:159
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1729692&group_id=29880
More information about the Devel
mailing list