JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.9k stars 386 forks source link

siege segfaults with -c 2 on localhost #191

Open flberger opened 3 years ago

flberger commented 3 years ago

I am trying to put some very moderate load on a local lighttpd setup. However, siege segfaults already at -c 2:

$ siege -c 2 "http://127.0.0.1:8080/doku.php?id=wiki:welcome"
** SIEGE 4.0.7
** Preparing 2 concurrent users for battle.
The server is now under siege...
HTTP/1.1 200     0.01 secs:   13756 bytes ==> GET  /doku.php?id=wiki:welcome
HTTP/1.1 200     0.01 secs:   13756 bytes ==> GET  /doku.php?id=wiki:welcome
HTTP/1.1 200     0.00 secs:   13756 bytes ==> GET  /doku.php?id=wiki:welcome
Segmentation fault

Maybe that is my setup - requests go to a local virtual machine - but there's lot's of free RAM and CPU.

I am not too familiar with gdb & friends, but I will gladly provide any more information needed.

JoeDog commented 3 years ago

Could you try 4.0.8?

On Sat, Apr 10, 2021, 6:13 PM Florian Berger @.***> wrote:

I am trying to put some very moderate load on a local lighttpd setup. However, siege segfaults already at -c 2:

$ siege -c 2 "http://127.0.0.1:8080/doku.php?id=wiki:welcome" SIEGE 4.0.7 Preparing 2 concurrent users for battle. The server is now under siege... HTTP/1.1 200 0.01 secs: 13756 bytes ==> GET /doku.php?id=wiki:welcome HTTP/1.1 200 0.01 secs: 13756 bytes ==> GET /doku.php?id=wiki:welcome HTTP/1.1 200 0.00 secs: 13756 bytes ==> GET /doku.php?id=wiki:welcome Segmentation fault

Maybe that is my setup - requests go to a local virtual machine - but there's lot's of free RAM and CPU.

I am not too familiar with gdb & friends, but I will gladly provide any more information needed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZSPSTSBRED7NKHJKF3TIDERFANCNFSM42W6H3DQ .

flberger commented 3 years ago

That's not yet in Arch Linux, so I will have to compile it myself. On it.

Meanwhile, I can confirm that 4.0.7 segfaults as well when said app is run at an external host.

flberger commented 3 years ago

Same behaviour with fresh-compiled siege 4.0.8:

$ ~/temp/siege-4.0.8/src/siege -c 2 "https://HOST/doku.php?id=wiki:welcome"
** SIEGE 4.0.8
** Preparing 2 concurrent users for battle.
The server is now under siege...
HTTP/1.1 200     0.14 secs:    4246 bytes ==> GET  /doku.php?id=wiki:welcome
HTTP/1.1 200     0.14 secs:    4246 bytes ==> GET  /doku.php?id=wiki:welcome
Segmentation fault
JoeDog commented 3 years ago

Weird.

Let's get the backtrace:

gdb /path/to/siege run -c 2 "https://HOST/doku.php?id=wiki:welcome https://host/doku.php?id=wiki:welcome" after the segfault, type: bt

Paste the output here

On Sun, Apr 11, 2021 at 4:48 AM Florian Berger @.***> wrote:

Same behaviour with fresh-compiled siege 4.0.8:

$ ~/temp/siege-4.0.8/src/siege -c 2 "https://HOST/doku.php?id=wiki:welcome" SIEGE 4.0.8 Preparing 2 concurrent users for battle. The server is now under siege... HTTP/1.1 200 0.14 secs: 4246 bytes ==> GET /doku.php?id=wiki:welcome HTTP/1.1 200 0.14 secs: 4246 bytes ==> GET /doku.php?id=wiki:welcome Segmentation fault

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191#issuecomment-817272532, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZSUI4DWONAF6DQGN7TTIFO4DANCNFSM42W6H3DQ .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes

flberger commented 3 years ago

There you go:

[Switching to Thread 0x7ffff7222640 (LWP 1499)]
cookie_get_domain (this=0x0) at cookie.c:155
155   if (this->domain == NULL) 
(gdb) bt
#0  cookie_get_domain (this=0x0) at cookie.c:155
#1  0x0000555555561a8e in cookies_header (this=0x5555555813b0, host=0x5555555af970 "HOST", newton=newton@entry=0x7ffff721ebc0 "") at cookies.c:193
#2  0x00005555555659b2 in http_get (C=0x7fffe8000b60, U=U@entry=0x5555555afa30) at http.c:165
#3  0x000055555555f38e in __http (this=this@entry=0x5555555c3f10, U=U@entry=0x5555555afa30) at browser.c:481
#4  0x000055555555fccf in __request (U=0x5555555afa30, this=0x5555555c3f10) at browser.c:406
#5  start (this=0x5555555c3f10) at browser.c:295
#6  0x0000555555562985 in crew_thread (crew=0x5555555c4030) at crew.c:141
#7  0x00007ffff7f8f299 in start_thread () from /usr/lib/libpthread.so.0
#8  0x00007ffff7b28053 in clone () from /usr/lib/libc.so.6
JoeDog commented 3 years ago

I'm having trouble reproducing this. Could you try this:

siege -c 2 "http://localhost:8080/doku.php?id=wiki:welcome http://127.0.0.1:8080/doku.php?id=wiki:welcome"

Make sure "localhost" resolves.

On Sun, Apr 11, 2021 at 2:28 PM Florian Berger @.***> wrote:

There you go:

[Switching to Thread 0x7ffff7222640 (LWP 1499)] cookie_get_domain (this=0x0) at cookie.c:155 155 if (this->domain == NULL) (gdb) bt

0 cookie_get_domain (this=0x0) at cookie.c:155

1 0x0000555555561a8e in cookies_header (this=0x5555555813b0, host=0x5555555af970 "lighttpd.sru.pt", @.***=0x7ffff721ebc0 "") at cookies.c:193

2 0x00005555555659b2 in http_get (C=0x7fffe8000b60, @.***=0x5555555afa30) at http.c:165

3 0x000055555555f38e in __http @.=0x5555555c3f10, @.=0x5555555afa30) at browser.c:481

4 0x000055555555fccf in __request (U=0x5555555afa30, this=0x5555555c3f10) at browser.c:406

5 start (this=0x5555555c3f10) at browser.c:295

6 0x0000555555562985 in crew_thread (crew=0x5555555c4030) at crew.c:141

7 0x00007ffff7f8f299 in start_thread () from /usr/lib/libpthread.so.0

8 0x00007ffff7b28053 in clone () from /usr/lib/libc.so.6

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191#issuecomment-817351578, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZXAJTQ3K7IVWFHBTHTTIHS47ANCNFSM42W6H3DQ .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes

flberger commented 3 years ago

Here you are:

(gdb) run  -c 2 "http://localhost:8080/doku.php?id=wiki:welcome"
Starting program: siege-4.0.8/src/siege -c 2 "http://localhost:8080/doku.php?id=wiki:welcome"
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7ffff7a23640 (LWP 20871)]
[New Thread 0x7ffff7222640 (LWP 20872)]
[New Thread 0x7ffff6a21640 (LWP 20873)]
[New Thread 0x7ffff6220640 (LWP 20874)]
** SIEGE 4.0.8
** Preparing 2 concurrent users for battle.
The server is now under siege...
HTTP/1.1 200     0.01 secs:   13756 bytes ==> GET  /doku.php?id=wiki:welcome
HTTP/1.1 200     0.01 secs:   13756 bytes ==> GET  /doku.php?id=wiki:welcome

Thread 3 "siege" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff7222640 (LWP 20872)]
cookie_get_domain (this=0x0) at cookie.c:155
155   if (this->domain == NULL) 
(gdb) bt
#0  cookie_get_domain (this=0x0) at cookie.c:155
#1  0x0000555555561a8e in cookies_header (this=0x5555555813b0, host=0x5555555af970 "localhost", newton=newton@entry=0x7ffff721ebc0 "") at cookies.c:193
#2  0x00005555555659b2 in http_get (C=0x7fffe8000b60, U=U@entry=0x5555555afa30) at http.c:165
#3  0x000055555555f38e in __http (this=this@entry=0x5555555c3f10, U=U@entry=0x5555555afa30) at browser.c:481
#4  0x000055555555fccf in __request (U=0x5555555afa30, this=0x5555555c3f10) at browser.c:406
#5  start (this=0x5555555c3f10) at browser.c:295
#6  0x0000555555562985 in crew_thread (crew=0x5555555c4030) at crew.c:141
#7  0x00007ffff7f8f299 in start_thread () from /usr/lib/libpthread.so.0
#8  0x00007ffff7b28053 in clone () from /usr/lib/libc.so.6
JoeDog commented 3 years ago

I am unable to reproduce this error.

I thought maybe it had something to do with domain parsing since you're just using localhost (or an IP address) but I don't have the same problem as seen in this example:

To test that, I ran a localhost request like this: siege -c2 -r2 localhost/cookie-expire.php SIEGE 4.0.8 Preparing 2 concurrent users for battle. The server is now under siege... HTTP/1.1 200 0.01 secs: 24 bytes ==> GET /cookie-expire.php HTTP/1.1 200 0.01 secs: 24 bytes ==> GET /cookie-expire.php HTTP/1.1 200 0.00 secs: 121 bytes ==> GET /cookie-expire.php HTTP/1.1 200 0.00 secs: 121 bytes ==> GET /cookie-expire.php

As you can see, it's fine.

Could you run it again with -D like this:

run -D -c 2 "http://localhost:8080/doku.php?id=wiki:welcome"

That should print the headers. I want to see the cookie(s) that are being set by the server

On Sun, Apr 11, 2021 at 7:26 PM Florian Berger @.***> wrote:

Here you are:

(gdb) run -c 2 "http://localhost:8080/doku.php?id=wiki:welcome" Starting program: siege-4.0.8/src/siege -c 2 "http://localhost:8080/doku.php?id=wiki:welcome" [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7ffff7a23640 (LWP 20871)] [New Thread 0x7ffff7222640 (LWP 20872)] [New Thread 0x7ffff6a21640 (LWP 20873)] [New Thread 0x7ffff6220640 (LWP 20874)] SIEGE 4.0.8 Preparing 2 concurrent users for battle. The server is now under siege... HTTP/1.1 200 0.01 secs: 13756 bytes ==> GET /doku.php?id=wiki:welcome HTTP/1.1 200 0.01 secs: 13756 bytes ==> GET /doku.php?id=wiki:welcome

Thread 3 "siege" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff7222640 (LWP 20872)] cookie_get_domain (this=0x0) at cookie.c:155 155 if (this->domain == NULL) (gdb) bt

0 cookie_get_domain (this=0x0) at cookie.c:155

1 0x0000555555561a8e in cookies_header (this=0x5555555813b0, host=0x5555555af970 "localhost", @.***=0x7ffff721ebc0 "") at cookies.c:193

2 0x00005555555659b2 in http_get (C=0x7fffe8000b60, @.***=0x5555555afa30) at http.c:165

3 0x000055555555f38e in __http @.=0x5555555c3f10, @.=0x5555555afa30) at browser.c:481

4 0x000055555555fccf in __request (U=0x5555555afa30, this=0x5555555c3f10) at browser.c:406

5 start (this=0x5555555c3f10) at browser.c:295

6 0x0000555555562985 in crew_thread (crew=0x5555555c4030) at crew.c:141

7 0x00007ffff7f8f299 in start_thread () from /usr/lib/libpthread.so.0

8 0x00007ffff7b28053 in clone () from /usr/lib/libc.so.6

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191#issuecomment-817391693, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZUTFJWQW3OJFRZJ4T3TIIV4FANCNFSM42W6H3DQ .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes

flberger commented 3 years ago
(gdb) run -D -c 2 "https://HOST/doku.php?id=wiki:welcome"
Starting program: /home/florian/temp/siege-4.0.8/src/siege -D -c 2 "https://HOST/doku.php?id=wiki:welcome"
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7ffff7a23640 (LWP 22219)]
[New Thread 0x7ffff7222640 (LWP 22220)]
[New Thread 0x7ffff6a21640 (LWP 22221)]
[New Thread 0x7ffff6220640 (LWP 22222)]
** SIEGE 4.0.8: debugging enabled

Copyright (C) 2021 by Jeffrey Fulmer, et al.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.

** Preparing 2 concurrent users for battle.
The server is now under siege...
[debug] browser.c:874 attempting connection to HOST:443
[debug] browser.c:889 creating new socket:     HOST:443
[debug] browser.c:874 attempting connection to HOST:443
[debug] browser.c:889 creating new socket:     HOST:443
[debug] browser.c:909 good socket connection:  HOST:443
[debug] browser.c:909 good socket connection:  HOST:443
GET /doku.php?id=wiki:welcome HTTP/1.1
Host: HOST
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET /doku.php?id=wiki:welcome HTTP/1.1
Host: HOST
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HHTTTTPP//11..11  220000  OOKK

nerver: Sngeinrxv/1e.r18:. 0
priantxe/: 1M.on1,8 1.20 A
pDa2t02e1: 2 2M:1o9:n5,8  1G2M TA
cront e2nt0-2Ty1pe :2 2t:e1x9t:/5h8t mGlM;T 
phonartseetn=tut-fT-8y
k: teTxrta/nhstfmelr;- Ecnhcaordsientg=:u tcfh-u8n
ed
cranCosnfneecrt-iEonnc:o dcilnogs:e 
AuVanrkye:d 
nceptC-Eonncnoedcitnigo
e cXlo-Psoew
Eed-BVya: rPyH:P /A7c.c3e.p2t1-
iVacryo:d Cionogk
Pe-
lSewte-Croeokdi-eB:y :D oPkHuPW/i7k.i3=.52812
aVaa1rnyv:q nC4o6oukkine9
=et-Cookie: DokuWiekiq=hhen2osdu5vu;l 7peajtmh3=d/4;e bsse9chudrkeg;a sH5t7t;p Opnaltyh
D; sSeecutr-e;C oHottkpiOnel:y 
W14fSecta-9Caoco7k6ide1:4 dD9Wf144cf9c8ac97afc4706ad7194ad696f44=cd9e8lce7tfe4d0;a 7e9xap6i6r4e=sd=eTlheut,e d0;1 -eJxapni-r1e9s7=0T h0u0,: 0001:-0J1a nG-M1T9;7 0M a0xe-:A0g0e:=001;  GpMaTt;h =M/a;x -sAegceu=r0e;;  pHattthp=O/n;l ys
cure; HttpOnly
:xpires:E xTphiur,e s1:9  TNhouv,  11998 1N o0v8 :15928:10 00 8G:M5T2
-Ca0 cGhMeT
tCacohne-tCronotlr:o ln:o -nsot-osrteo,r en,o -ncoa-cchaec,h em,u smtu-srte-vraelviadlaitdea
aPr
emPar:a gnmoa:- cnoa-ccahceh
X-
XU-UAA--CCoommppaattiibbllee::  IIEE==eeddggee,,cchhrroommee==11

zConotnentte-Enntc-oEdnicnogd:i nggz:i pg
ip

[debug] browser.c:874 attempting connection to HOST:443
[debug] browser.c:889 creating new socket:     HOST:443
[debug] browser.c:909 good socket connection:  HOST:443
GET /doku.php?id=wiki:welcome HTTP/1.1
Host: HOST
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Server: nginx/1.18.0
Date: Mon, 12 Apr 2021 22:19:59 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Powered-By: PHP/7.3.21
Vary: Cookie
Set-Cookie: DokuWiki=49mkea108s0c921qq9n7af5i9d; path=/; secure; HttpOnly
Set-Cookie: DW14fca9ac76d14d9f4c98c7f40a79a664=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-UA-Compatible: IE=edge,chrome=1
Content-Encoding: gzip

[debug] browser.c:874 attempting connection to HOST:443
[debug] browser.c:889 creating new socket:     HOST:443
[debug] browser.c:909 good socket connection:  HOST:443
GET /doku.php?id=wiki:welcome HTTP/1.1
Host: HOST
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

[debug] browser.c:874 attempting connection to HOST:443
[debug] browser.c:889 creating new socket:     HOST:443
HTTP/1.1 200 OK
Server: nginx/1.18.0
Date: Mon, 12 Apr 2021 22:19:59 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Powered-By: PHP/7.3.21
Vary: Cookie
Set-Cookie: DokuWiki=fnhb44atbrod72adarmiscj82f; path=/; secure; HttpOnly
Set-Cookie: DW14fca9ac76d14d9f4c98c7f40a79a664=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-UA-Compatible: IE=edge,chrome=1
Content-Encoding: gzip

[debug] browser.c:909 good socket connection:  HOST:443
GET /doku.php?id=wiki:welcome HTTP/1.1
Host: HOST
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Server: nginx/1.18.0
Date: Mon, 12 Apr 2021 22:19:59 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Powered-By: PHP/7.3.21
Vary: Cookie
Set-Cookie: DokuWiki=qbivrhljqitisfp8107te75et2; path=/; secure; HttpOnly
Set-Cookie: DW14fca9ac76d14d9f4c98c7f40a79a664=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-UA-Compatible: IE=edge,chrome=1
Content-Encoding: gzip

[debug] browser.c:874 attempting connection to HOST:443
[debug] browser.c:889 creating new socket:     HOST:443
[debug] browser.c:874 attempting connection to HOST:443
[debug] browser.c:889 creating new socket:     HOST:443
[debug] browser.c:909 good socket connection:  HOST:443
[debug] browser.c:909 good socket connection:  HOST:443

Thread 3 "siege" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff7222640 (LWP 22220)]
cookie_get_domain (this=0x0) at cookie.c:155
155   if (this->domain == NULL) 
(gdb) bt
#0  cookie_get_domain (this=0x0) at cookie.c:155
#1  0x0000555555561a8e in cookies_header (this=0x5555555813b0, host=0x5555555af970 "HOST", newton=newton@entry=0x7ffff721ebc0 "") at cookies.c:193
#2  0x00005555555659b2 in http_get (C=0x7fffe8000b60, U=U@entry=0x5555555afa30) at http.c:165
#3  0x000055555555f38e in __http (this=this@entry=0x5555555c3f10, U=U@entry=0x5555555afa30) at browser.c:481
#4  0x000055555555fccf in __request (U=0x5555555afa30, this=0x5555555c3f10) at browser.c:406
#5  start (this=0x5555555c3f10) at browser.c:295
#6  0x0000555555562985 in crew_thread (crew=0x5555555c4030) at crew.c:141
#7  0x00007ffff7f8f299 in start_thread () from /usr/lib/libpthread.so.0
#8  0x00007ffff7b28053 in clone () from /usr/lib/libc.so.6
flberger commented 3 years ago

There is no difference between the localhost and an actual server (obfuscated as HOST) in my tests - both run the same instance of dokuwiki. And both segfault with 2+ clients, while other sites I tested run fine.

Here is my siege.conf:

verbose = true
color = on
quiet = false
show-logfile = true
logging = false
gmethod = GET
parser = false
nofollow = ad.doubleclick.net
nofollow = pagead2.googlesyndication.com
nofollow = ads.pubsqrd.com
nofollow = ib.adnxs.com
limit = 64
protocol = HTTP/1.1
chunked = true
cache = false
connection = close
concurrent = 25
time = 30M
delay = 0.5
expire-session = true
cookies = false
internet = false
benchmark = false
accept-encoding = gzip, deflate
url-escaping = true
unique = true

I disabled cookies since I thought that might be the issue, to no avail.

flberger commented 3 years ago
$ siege-4.0.8/src/siege -C
CURRENT  SIEGE  CONFIGURATION
Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Edit the resource file to change the settings.
----------------------------------------------
version:                        4.0.8
verbose:                        true
color:                          true
quiet:                          false
debug:                          false
protocol:                       HTTP/1.1
HTML parser:                    disabled
get method:                     GET
connection:                     close
concurrent users:               25
time to run:                    1800 seconds
repetitions:                    n/a
socket timeout:                 30
cache enabled:                  false
accept-encoding:                gzip, deflate
delay:                          0.500 sec
internet simulation:            false
benchmark mode:                 false
failures until abort:           1024
named URL:
URLs file:                      /usr/local/etc/urls.txt
thread limit:                   64
logging:                        false
log file:                       /usr/local/var/log/siege.log
resource file:                  /home/USER//.siege/siege.conf
timestamped output:             false
comma separated output:         false
allow redirects:                true
allow zero byte data:           true
allow chunked encoding:         true
upload unique files:            true
json output:                    false
proxy auth:                     
www auth:
flberger commented 3 years ago

Now look at this: this starts to look like a dokuwiki issue. Ot it's dokuwiki + siege + my specific setup.

siegeing the official dokuwiki site with 2 clients does not even complete one single request, it segfaults immediately.

$ siege -c 1 "https://www.dokuwiki.org/dokuwiki"
** SIEGE 4.0.8
** Preparing 1 concurrent users for battle.
The server is now under siege...
HTTP/1.1 200     0.14 secs:    8322 bytes ==> GET  /dokuwiki
HTTP/1.1 200     0.15 secs:    8322 bytes ==> GET  /dokuwiki
HTTP/1.1 200     0.16 secs:    8322 bytes ==> GET  /dokuwiki
HTTP/1.1 200     0.15 secs:    8321 bytes ==> GET  /dokuwiki
HTTP/1.1 200     0.14 secs:    8321 bytes ==> GET  /dokuwiki
HTTP/1.1 200     0.15 secs:    8322 bytes ==> GET  /dokuwiki
HTTP/1.1 200     0.14 secs:    8322 bytes ==> GET  /dokuwiki
HTTP/1.1 200     0.13 secs:    8322 bytes ==> GET  /dokuwiki
^C
Lifting the server siege...
Transactions:                  8 hits
Availability:             100.00 %
Elapsed time:               3.10 secs
Data transferred:           0.06 MB
Response time:              0.14 secs
Transaction rate:           2.58 trans/sec
Throughput:             0.02 MB/sec
Concurrency:                0.37
Successful transactions:           8
Failed transactions:               0
Longest transaction:            0.16
Shortest transaction:           0.13

$ siege -c 2 "https://www.dokuwiki.org/dokuwiki"
** SIEGE 4.0.8
** Preparing 2 concurrent users for battle.
The server is now under siege...
Segmentation fault
flberger commented 3 years ago

Although the same happens with Wikipedia. So more likely my setup. But why? What's wrong? I am running a vanilla Arch Linux siege 4.0.8. binary now, on an up-to-date system.

$ siege -c 2 "https://en.wikipedia.org/"
** SIEGE 4.0.8
** Preparing 2 concurrent users for battle.
The server is now under siege...
HTTP/1.1 301     0.13 secs:       0 bytes ==> GET  /
HTTP/1.1 301     0.14 secs:       0 bytes ==> GET  /
HTTP/1.1 200     0.15 secs:   20333 bytes ==> GET  /wiki/Main_Page
HTTP/1.1 200     0.17 secs:   20333 bytes ==> GET  /wiki/Main_Page
HTTP/1.1 301     0.12 secs:       0 bytes ==> GET  /
HTTP/1.1 301     0.14 secs:       0 bytes ==> GET  /
HTTP/1.1 200     0.17 secs:   20333 bytes ==> GET  /wiki/Main_Page
HTTP/1.1 200     0.19 secs:   20333 bytes ==> GET  /wiki/Main_Page
Segmentation fault
JoeDog commented 3 years ago

Run it on wikipedia with -D enabled so we can see what you're getting back from the server. It has something to do with cookie parsing. I could "fix" the segfault - and will - but that won't fix your problem.

On Fri, Apr 16, 2021 at 9:21 AM Florian Berger @.***> wrote:

Although the same happens with Wikipedia. So more likely my setup. But why? What's wrong? I am running a vanilla Arch Linux siege 4.0.8. binary now, on an up-to-date system.

$ siege -c 2 "https://en.wikipedia.org/" SIEGE 4.0.8 Preparing 2 concurrent users for battle. The server is now under siege... HTTP/1.1 301 0.13 secs: 0 bytes ==> GET / HTTP/1.1 301 0.14 secs: 0 bytes ==> GET / HTTP/1.1 200 0.15 secs: 20333 bytes ==> GET /wiki/Main_Page HTTP/1.1 200 0.17 secs: 20333 bytes ==> GET /wiki/Main_Page HTTP/1.1 301 0.12 secs: 0 bytes ==> GET / HTTP/1.1 301 0.14 secs: 0 bytes ==> GET / HTTP/1.1 200 0.17 secs: 20333 bytes ==> GET /wiki/Main_Page HTTP/1.1 200 0.19 secs: 20333 bytes ==> GET /wiki/Main_Page Segmentation fault

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191#issuecomment-821169546, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZS677OAVAK5LWL5P2TTJA2VNANCNFSM42W6H3DQ .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes

flberger commented 3 years ago

There we go.

$ siege -c 2 -D "https://en.wikipedia.org/"
** SIEGE 4.0.8: debugging enabled

Copyright (C) 2021 by Jeffrey Fulmer, et al.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.

** Preparing 2 concurrent users for battle.
The server is now under siege...
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Sat, 17 Apr 2021 13:09:28 GMT
Server: mw1393.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: b3a26293-6aac-4127-bb92-dea95e6ab3ad
Last-Modified: Sat, 17 Apr 2021 13:09:28 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 1139
X-Cache: cp3062 miss, cp3064 hit/20532
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=17-Apr-2021;Path=/;HttpOnly;secure;Expires=Wed, 19 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=17-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Wed, 19 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
HTTP/1.1 301 Moved Permanently
Date: Sat, 17 Apr 2021 13:09:28 GMT
Server: mw1393.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: b3a26293-6aac-4127-bb92-dea95e6ab3ad
Last-Modified: Sat, 17 Apr 2021 13:09:28 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 1139
X-Cache: cp3062 miss, cp3064 hit/20533
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=17-Apr-2021;Path=/;HttpOnly;secure;Expires=Wed, 19 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=17-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Wed, 19 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=17-Apr-2021;WMF-Last-Access-Global=17-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=17-Apr-2021;WMF-Last-Access-Global=17-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Sat, 17 Apr 2021 13:11:06 GMT
Server: mw1368.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: f89a83a9-10b0-4bea-8e88-70073b4b43c6
Last-Modified: Sat, 17 Apr 2021 13:11:04 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1039
X-Cache: cp3052 miss, cp3064 hit/18771
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19182
Connection: close

HTTP/1.1 200 OK
Date: Sat, 17 Apr 2021 13:11:06 GMT
Server: mw1368.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: f89a83a9-10b0-4bea-8e88-70073b4b43c6
Last-Modified: Sat, 17 Apr 2021 13:11:04 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1039
X-Cache: cp3052 miss, cp3064 hit/18772
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept
-Ranges: bytes
Content-Length: 19182
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Sat, 17 Apr 2021 13:09:28 GMT
Server: mw1393.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: b3a26293-6aac-4127-bb92-dea95e6ab3ad
Last-Modified: Sat, 17 Apr 2021 13:09:28 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 1139
X-Cache: cp3062 miss, cp3064 hit/20542
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=17-Apr-2021;Path=/;HttpOnly;secure;Expires=Wed, 19 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=17-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Wed, 19 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
HTTP/1.1 301 Moved Permanently
Date: Sat, 17 Apr 2021 13:09:28 GMT
Server: mw1393.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: b3a26293-6aac-4127-bb92-dea95e6ab3ad
Last-Modified: Sat, 17 Apr 2021 13:09:28 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 1139
X-Cache: cp3062 miss, cp3064 hit/20543
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=17-Apr-2021;Path=/;HttpOnly;secure;Expires=Wed, 19 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=17-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Wed, 19 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=17-Apr-2021;WMF-Last-Access-Global=17-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=17-Apr-2021;WMF-Last-Access-Global=17-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Sat, 17 Apr 2021 13:11:06 GMT
Server: mw1368.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: f89a83a9-10b0-4bea-8e88-70073b4b43c6
Last-Modified: Sat, 17 Apr 2021 13:11:04 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1040
X-Cache: cp3052 miss, cp3064 hit/18783
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19182
Connection: close

HTTP/1.1 200 OK
Date: Sat, 17 Apr 2021 13:11:06 GMT
Server: mw1368.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: f89a83a9-10b0-4bea-8e88-70073b4b43c6
Last-Modified: Sat, 17 Apr 2021 13:11:04 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1040
X-Cache: cp3052 miss, cp3064 hit/18784
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19182
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
Segmentation fault
flberger commented 3 years ago

Just for the record, I can siege -c 2 lots of other sites without any problems from my machine. cnn.com, eff.org, amazon.com, moinmo.in, no segfaults whatsoever.

JoeDog commented 3 years ago

You're using a packaged version, right? Any chance you could compile this and try it:

http://download.joedog.org/siege/siege-4.0.8.tar.gz

On Sat, Apr 17, 2021 at 9:35 AM Florian Berger @.***> wrote:

Just for the record, I can siege -c 2 lots of other sites without any problems from my machine. cnn.com, eff.org, amazon.com, moinmo.in, no segfaults whatsoever.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191#issuecomment-821823657, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZT2TAU4ACHRROYJBM3TJGFCXANCNFSM42W6H3DQ .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes

flberger commented 3 years ago

My pleasure. dokuwiki.org:

$ ./src/siege -c 2 -D "https://www.dokuwiki.org/dokuwiki"
** SIEGE 4.0.8: debugging enabled

Copyright (C) 2021 by Jeffrey Fulmer, et al.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.

** Preparing 2 concurrent users for battle.
The server is now under siege...
[debug] browser.c:874 attempting connection to www.dokuwiki.org:443
[debug] browser.c:889 creating new socket:     www.dokuwiki.org:443
[debug] browser.c:874 attempting connection to www.dokuwiki.org:443
[debug] browser.c:889 creating new socket:     www.dokuwiki.org:443
[debug] browser.c:909 good socket connection:  www.dokuwiki.org:443
[debug] browser.c:909 good socket connection:  www.dokuwiki.org:443
GET /dokuwiki HTTP/1.1
Host: www.dokuwiki.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET /dokuwiki HTTP/1.1
Host: www.dokuwiki.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Sun, 18 Apr 2021 12:37:01 GMT
Server: Apache
Vary: Cookie,Accept-Encoding
Set-Cookie: DokuWiki=8tf5cdh516pbvdp15cmqbc3g6o; path=/; secure; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: DW7fa065a06cb74b536c124cfbe56ac6d3=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly
Content-Encoding: gzip
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8

HTTP/1.1 200 OK
Date: Sun, 18 Apr 2021 12:37:02 GMT
Server: Apache
Vary: Cookie,Accept-Encoding
Set-Cookie: DokuWiki=2piibmaf2qg2f95cumsqskd6sn; path=/; secure; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: DW7fa065a06cb74b536c124cfbe56ac6d3=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly
Content-Encoding: gzip
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8

[debug] browser.c:874 attempting connection to www.dokuwiki.org:443
[debug] browser.c:889 creating new socket:     www.dokuwiki.org:443
[debug] browser.c:909 good socket connection:  www.dokuwiki.org:443
GET /dokuwiki HTTP/1.1
Host: www.dokuwiki.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Sun, 18 Apr 2021 12:37:02 GMT
Server: Apache
Vary: Cookie,Accept-Encoding
Set-Cookie: DokuWiki=2j0dasp64vmvrqrbqamh9ieq88; path=/; secure; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: DW7fa065a06cb74b536c124cfbe56ac6d3=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly
Content-Encoding: gzip
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8

[debug] browser.c:874 attempting connection to www.dokuwiki.org:443
[debug] browser.c:889 creating new socket:     www.dokuwiki.org:443
[debug] browser.c:909 good socket connection:  www.dokuwiki.org:443
Segmetation fault
flberger commented 3 years ago

Wikipedia:

$ ./src/siege -c 2 -D "https://en.wikipedia.org/"
** SIEGE 4.0.8: debugging enabled

Copyright (C) 2021 by Jeffrey Fulmer, et al.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.

** Preparing 2 concurrent users for battle.
The server is now under siege...
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Sun, 18 Apr 2021 12:33:07 GMT
Server: mw1387.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67
Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 305
X-Cache: cp3062 hit, cp3064 hit/3454
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
HTTP/1.1 301 Moved Permanently
Date: Sun, 18 Apr 2021 12:33:07 GMT
Server: mw1387.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67
Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 305
X-Cache: cp3062 hit, cp3064 hit/3456
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Sun, 18 Apr 2021 12:20:20 GMT
Vary: Accept-Encoding,Cookie,Authorization
Server: ATS/8.0.8
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822
Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1072
X-Cache: cp3052 miss, cp3064 hit/14002
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19453
Connection: close

HTTP/1.1 200 OK
Date: Sun, 18 Apr 2021 12:20:20 GMT
Vary: Accept-Encoding,Cookie,Authorization
Server: ATS/8.0.8
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822
Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1072
X-Cache: cp3052 miss, cp3064 hit/14005
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19453
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Sun, 18 Apr 2021 12:33:07 GMT
Server: mw1387.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67
Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 306
X-Cache: cp3062 hit, cp3064 hit/3463
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Sun, 18 Apr 2021 12:33:07 GMT
Server: mw1387.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67
Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 306
X-Cache: cp3062 hit, cp3064 hit/3465
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
HTTP/1.1 200 OK
Date: Sun, 18 Apr 2021 12:20:20 GMT
Vary: Accept-Encoding,Cookie,Authorization
Server: ATS/8.0.8
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822
Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1073
X-Cache: cp3052 miss, cp3064 hit/14011
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19453
Connection: close

GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Sun, 18 Apr 2021 12:20:20 GMT
Vary: Accept-Encoding,Cookie,Authorization
Server: ATS/8.0.8
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822
Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1073
X-Cache: cp3052 miss, cp3064 hit/14015
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19453
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Sun, 18 Apr 2021 12:33:07 GMT
Server: mw1387.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67
Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 307
X-Cache: cp3062 hit, cp3064 hit/3475
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
HTTP/1.1 301 Moved Permanently
Date: Sun, 18 Apr 2021 12:33:07 GMT
Server: mw1387.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67
Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 307
X-Cache: cp3062 hit, cp3064 hit/3476
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Sun, 18 Apr 2021 12:20:20 GMT
Vary: Accept-Encoding,Cookie,Authorization
Server: ATS/8.0.8
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822
Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1074
X-Cache: cp3052 miss, cp3064 hit/14026
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19453
Connection: close

HTTP/1.1 200 OK
Date: Sun, 18 Apr 2021 12:20:20 GMT
Vary: Accept-Encoding,Cookie,Authorization
Server: ATS/8.0.8
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822
Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 1074
X-Cache: cp3052 miss, cp3064 hit/14027
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19453
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
Segmentation fault
JoeDog commented 3 years ago

Could you add this at cookies.c line 102:

if (new == NULL) {
  printf("WTAF??????????????");
}

The block should look like this:

if (!found) { new = (NODE*)malloc(sizeof(NODE)); if (new == NULL) { printf("WTAF??????????????"); } new->threadID = id; new->cookie = oreo; new->next = cur; if (cur == this->head) this->head = new; else pre->next = new; }

On Sun, Apr 18, 2021 at 8:39 AM Florian Berger @.***> wrote:

Wikipedia:

$ ./src/siege -c 2 -D "https://en.wikipedia.org/" ** SIEGE 4.0.8: debugging enabled

Copyright (C) 2021 by Jeffrey Fulmer, et al. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

* Preparing 2 concurrent users for battle. The server is now under siege... [debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: /* Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Sun, 18 Apr 2021 12:33:07 GMT Server: mw1387.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67 Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 305 X-Cache: cp3062 hit, cp3064 hit/3454 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 HTTP/1.1 301 Moved Permanently Date: Sun, 18 Apr 2021 12:33:07 GMT Server: mw1387.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67 Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 305 X-Cache: cp3062 hit, cp3064 hit/3456 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 200 OK Date: Sun, 18 Apr 2021 12:20:20 GMT Vary: Accept-Encoding,Cookie,Authorization Server: ATS/8.0.8 X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822 Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 1072 X-Cache: cp3052 miss, cp3064 hit/14002 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19453 Connection: close

HTTP/1.1 200 OK Date: Sun, 18 Apr 2021 12:20:20 GMT Vary: Accept-Encoding,Cookie,Authorization Server: ATS/8.0.8 X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822 Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 1072 X-Cache: cp3052 miss, cp3064 hit/14005 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19453 Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

[debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Sun, 18 Apr 2021 12:33:07 GMT Server: mw1387.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67 Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 306 X-Cache: cp3062 hit, cp3064 hit/3463 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Sun, 18 Apr 2021 12:33:07 GMT Server: mw1387.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67 Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 306 X-Cache: cp3062 hit, cp3064 hit/3465 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 HTTP/1.1 200 OK Date: Sun, 18 Apr 2021 12:20:20 GMT Vary: Accept-Encoding,Cookie,Authorization Server: ATS/8.0.8 X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822 Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 1073 X-Cache: cp3052 miss, cp3064 hit/14011 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19453 Connection: close

GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 200 OK Date: Sun, 18 Apr 2021 12:20:20 GMT Vary: Accept-Encoding,Cookie,Authorization Server: ATS/8.0.8 X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822 Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 1073 X-Cache: cp3052 miss, cp3064 hit/14015 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19453 Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

[debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Sun, 18 Apr 2021 12:33:07 GMT Server: mw1387.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67 Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 307 X-Cache: cp3062 hit, cp3064 hit/3475 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 HTTP/1.1 301 Moved Permanently Date: Sun, 18 Apr 2021 12:33:07 GMT Server: mw1387.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 77d8af70-453a-466d-bfe4-5ba4f437fc67 Last-Modified: Sun, 18 Apr 2021 12:33:07 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 307 X-Cache: cp3062 hit, cp3064 hit/3476 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=18-Apr-2021;Path=/;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=18-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Thu, 20 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=18-Apr-2021;WMF-Last-Access-Global=18-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 200 OK Date: Sun, 18 Apr 2021 12:20:20 GMT Vary: Accept-Encoding,Cookie,Authorization Server: ATS/8.0.8 X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822 Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 1074 X-Cache: cp3052 miss, cp3064 hit/14026 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19453 Connection: close

HTTP/1.1 200 OK Date: Sun, 18 Apr 2021 12:20:20 GMT Vary: Accept-Encoding,Cookie,Authorization Server: ATS/8.0.8 X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en X-Request-Id: 0bbc9e3c-cde1-4061-b467-fbcba563a822 Last-Modified: Sun, 18 Apr 2021 12:20:11 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 1074 X-Cache: cp3052 miss, cp3064 hit/14027 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19453 Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 Segmentation fault

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191#issuecomment-821985494, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZVE7GSVM7ZV32VK5N3TJLHGRANCNFSM42W6H3DQ .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes

flberger commented 3 years ago
$ ./src/siege -c 2 -D "https://en.wikipedia.org/"
** SIEGE 4.0.8: debugging enabled

Copyright (C) 2021 by Jeffrey Fulmer, et al.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.

** Preparing 2 concurrent users for battle.
The server is now under siege...
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Apr 2021 21:07:04 GMT
Server: mw1263.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3
Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 155
X-Cache: cp3062 miss, cp3064 hit/937
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Apr 2021 21:07:04 GMT
Server: mw1263.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3
Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 155
X-Cache: cp3062 miss, cp3064 hit/938
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Mon, 19 Apr 2021 20:03:08 GMT
Server: mw1385.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7
Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 3991
X-Cache: cp3052 miss, cp3064 hit/27853
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19904
Connection: close

HTTP/1.1 200 OK
Date: Mon, 19 Apr 2021 20:03:08 GMT
Server: mw1385.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7
Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 3991
X-Cache: cp3052 miss, cp3064 hit/27854
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19904
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Apr 2021 21:07:04 GMT
Server: mw1263.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3
Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 155
X-Cache: cp3062 miss, cp3064 hit/941
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Mon, 19 Apr 2021 20:03:08 GMT
Server: mw1385.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7
Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 3992
X-Cache: cp3052 miss, cp3064 hit/27857
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19904
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Apr 2021 21:07:04 GMT
Server: mw1263.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3
Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 155
X-Cache: cp3062 miss, cp3064 hit/943
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Mon, 19 Apr 2021 20:03:08 GMT
Server: mw1385.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7
Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 3992
X-Cache: cp3052 miss, cp3064 hit/27859
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19904
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Apr 2021 21:07:04 GMT
Server: mw1263.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3
Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 156
X-Cache: cp3062 miss, cp3064 hit/948
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
HTTP/1.1 200 OK
Date: Mon, 19 Apr 2021 20:03:08 GMT
Server: mw1385.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7
Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 3992
X-Cache: cp3052 miss, cp3064 hit/27864
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19904
Connection: close

GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Apr 2021 21:07:04 GMT
Server: mw1263.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3
Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 156
X-Cache: cp3062 miss, cp3064 hit/950
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Mon, 19 Apr 2021 20:03:08 GMT
Server: mw1385.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7
Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 3993
X-Cache: cp3052 miss, cp3064 hit/27866
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19904
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Apr 2021 21:07:04 GMT
Server: mw1263.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3
Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 156
X-Cache: cp3062 miss, cp3064 hit/951
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET / HTTP/1.1
Host: en.wikipedia.org
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Apr 2021 21:07:04 GMT
Server: mw1263.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization
Cache-Control: s-maxage=1200, must-revalidate, max-age=0
X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3
Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT
Location: https://en.wikipedia.org/wiki/Main_Page
Content-Length: 0
Content-Type: text/html; charset=utf-8
Age: 156
X-Cache: cp3062 miss, cp3064 hit/953
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT
X-Client-IP: 90.187.69.93
Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
HTTP/1.1 200 OK
Date: Mon, 19 Apr 2021 20:03:08 GMT
Server: mw1385.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7
Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 3993
X-Cache: cp3052 miss, cp3064 hit/27867
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19904
Connection: close

[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8
Connection: close

HTTP/1.1 200 OK
Date: Mon, 19 Apr 2021 20:03:08 GMT
Server: mw1385.eqiad.wmnet
X-Content-Type-Options: nosniff
P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info."
Content-Language: en
Vary: Accept-Encoding,Cookie,Authorization
X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7
Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Age: 3993
X-Cache: cp3052 miss, cp3064 hit/27869
X-Cache-Status: hit-front
Server-Timing: cache;desc="hit-front", host;desc="cp3064"
Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] }
NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0}
Permissions-Policy: interest-cohort=()
X-Client-IP: 90.187.69.93
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate
Accept-Ranges: bytes
Content-Length: 19904
Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
[debug] browser.c:909 good socket connection:  en.wikipedia.org:443
[debug] browser.c:874 attempting connection to en.wikipedia.org:443
[debug] browser.c:889 creating new socket:     en.wikipedia.org:443
Segmentation fault
JoeDog commented 3 years ago

What environment is siege running in?

On Mon, Apr 19, 2021 at 5:10 PM Florian Berger @.***> wrote:

$ ./src/siege -c 2 -D "https://en.wikipedia.org/" ** SIEGE 4.0.8: debugging enabled

Copyright (C) 2021 by Jeffrey Fulmer, et al. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

* Preparing 2 concurrent users for battle. The server is now under siege... [debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: /* Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Mon, 19 Apr 2021 21:07:04 GMT Server: mw1263.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3 Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 155 X-Cache: cp3062 miss, cp3064 hit/937 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 HTTP/1.1 301 Moved Permanently Date: Mon, 19 Apr 2021 21:07:04 GMT Server: mw1263.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3 Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 155 X-Cache: cp3062 miss, cp3064 hit/938 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 200 OK Date: Mon, 19 Apr 2021 20:03:08 GMT Server: mw1385.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en Vary: Accept-Encoding,Cookie,Authorization X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7 Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 3991 X-Cache: cp3052 miss, cp3064 hit/27853 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19904 Connection: close

HTTP/1.1 200 OK Date: Mon, 19 Apr 2021 20:03:08 GMT Server: mw1385.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en Vary: Accept-Encoding,Cookie,Authorization X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7 Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 3991 X-Cache: cp3052 miss, cp3064 hit/27854 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19904 Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Mon, 19 Apr 2021 21:07:04 GMT Server: mw1263.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3 Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 155 X-Cache: cp3062 miss, cp3064 hit/941 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 200 OK Date: Mon, 19 Apr 2021 20:03:08 GMT Server: mw1385.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en Vary: Accept-Encoding,Cookie,Authorization X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7 Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 3992 X-Cache: cp3052 miss, cp3064 hit/27857 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19904 Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Mon, 19 Apr 2021 21:07:04 GMT Server: mw1263.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3 Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 155 X-Cache: cp3062 miss, cp3064 hit/943 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 200 OK Date: Mon, 19 Apr 2021 20:03:08 GMT Server: mw1385.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en Vary: Accept-Encoding,Cookie,Authorization X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7 Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 3992 X-Cache: cp3052 miss, cp3064 hit/27859 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19904 Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Mon, 19 Apr 2021 21:07:04 GMT Server: mw1263.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3 Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 156 X-Cache: cp3062 miss, cp3064 hit/948 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 HTTP/1.1 200 OK Date: Mon, 19 Apr 2021 20:03:08 GMT Server: mw1385.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en Vary: Accept-Encoding,Cookie,Authorization X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7 Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 3992 X-Cache: cp3052 miss, cp3064 hit/27864 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19904 Connection: close

GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Mon, 19 Apr 2021 21:07:04 GMT Server: mw1263.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3 Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 156 X-Cache: cp3062 miss, cp3064 hit/950 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

[debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 200 OK Date: Mon, 19 Apr 2021 20:03:08 GMT Server: mw1385.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en Vary: Accept-Encoding,Cookie,Authorization X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7 Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 3993 X-Cache: cp3052 miss, cp3064 hit/27866 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19904 Connection: close

HTTP/1.1 301 Moved Permanently Date: Mon, 19 Apr 2021 21:07:04 GMT Server: mw1263.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3 Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 156 X-Cache: cp3062 miss, cp3064 hit/951 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET / HTTP/1.1 Host: en.wikipedia.org Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 301 Moved Permanently Date: Mon, 19 Apr 2021 21:07:04 GMT Server: mw1263.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Authorization Cache-Control: s-maxage=1200, must-revalidate, max-age=0 X-Request-Id: 163d7ba2-fe91-45bc-b6f7-613bac2ac6b3 Last-Modified: Mon, 19 Apr 2021 21:07:04 GMT Location: https://en.wikipedia.org/wiki/Main_Page Content-Length https://en.wikipedia.org/wiki/Main_PageContent-Length: 0 Content-Type: text/html; charset=utf-8 Age: 156 X-Cache: cp3062 miss, cp3064 hit/953 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() Set-Cookie: WMF-Last-Access=19-Apr-2021;Path=/;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT Set-Cookie: WMF-Last-Access-Global=19-Apr-2021;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Fri, 21 May 2021 12:00:00 GMT X-Client-IP: 90.187.69.93 Set-Cookie: GeoIP=DE:BE:Berlin:52.56:13.38:v4; Path=/; secure; Domain=.wikipedia.org Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 HTTP/1.1 200 OK Date: Mon, 19 Apr 2021 20:03:08 GMT Server: mw1385.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en Vary: Accept-Encoding,Cookie,Authorization X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7 Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 3993 X-Cache: cp3052 miss, cp3064 hit/27867 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19904 Connection: close

[debug] browser.c:909 good socket connection: en.wikipedia.org:443 GET /wiki/Main_Page HTTP/1.1 Host: en.wikipedia.org Cookie: WMF-Last-Access=19-Apr-2021;WMF-Last-Access-Global=19-Apr-2021;GeoIP=DE:BE:Berlin:52.56:13.38:v4 Accept: / Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (pc-x86_64-linux-gnu) Siege/4.0.8 Connection: close

HTTP/1.1 200 OK Date: Mon, 19 Apr 2021 20:03:08 GMT Server: mw1385.eqiad.wmnet X-Content-Type-Options: nosniff P3p: CP="See https://en.wikipedia.org/wiki/Special:CentralAutoLogin/P3P for more info." Content-Language: en Vary: Accept-Encoding,Cookie,Authorization X-Request-Id: a23427c9-6e38-4f27-88f9-6b58395b10e7 Last-Modified: Mon, 19 Apr 2021 20:03:06 GMT Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip Age: 3993 X-Cache: cp3052 miss, cp3064 hit/27869 X-Cache-Status: hit-front Server-Timing: cache;desc="hit-front", host;desc="cp3064" Strict-Transport-Security: max-age=106384710; includeSubDomains; preload Report-To: { "group": "wm_nel", "max_age": 86400, "endpoints": [{ "url": "https://intake-logging.wikimedia.org/v1/events?stream=w3c.reportingapi.network_error&schema_uri=/w3c/reportingapi/network_error/1.0.0" }] } NEL: { "report_to": "wm_nel", "max_age": 86400, "failure_fraction": 0.05, "success_fraction": 0.0} Permissions-Policy: interest-cohort=() X-Client-IP: 90.187.69.93 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Accept-Ranges: bytes Content-Length: 19904 Connection: close

[debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 [debug] browser.c:909 good socket connection: en.wikipedia.org:443 [debug] browser.c:874 attempting connection to en.wikipedia.org:443 [debug] browser.c:889 creating new socket: en.wikipedia.org:443 Segmentation fault

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191#issuecomment-822787045, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZQMBLCL7BEHENXCOZLTJSL5BANCNFSM42W6H3DQ .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes

flberger commented 3 years ago

bash on an up-to-date Arch Linux.

$ uname -a
Linux forger 5.11.12-artix1-1 #1 SMP PREEMPT Thu, 08 Apr 2021 12:24:52 +0000 x86_64 GNU/Linux
$ gcc --version
gcc (GCC) 10.2.0

glibc 2.33-4

JoeDog commented 3 years ago

Could you send me the output of ldd siege

On Mon, Apr 19, 2021 at 5:38 PM Florian Berger @.***> wrote:

bash on an up-to-date Arch Linux.

$ uname -a Linux forger 5.11.12-artix1-1 #1 SMP PREEMPT Thu, 08 Apr 2021 12:24:52 +0000 x86_64 GNU/Linux

$ gcc --version gcc (GCC) 10.2.0

glibc 2.33-4

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191#issuecomment-822802924, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZQPGIF2SGCZXIJW2ZDTJSPFHANCNFSM42W6H3DQ .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes

flberger commented 3 years ago
$ ldd ./src/siege 
    linux-vdso.so.1 (0x00007fff477db000)
    libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f3ff064e000)
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f3ff0647000)
    libssl.so.1.1 => /usr/lib/libssl.so.1.1 (0x00007f3ff05b6000)
    libcrypto.so.1.1 => /usr/lib/libcrypto.so.1.1 (0x00007f3ff02d8000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007f3ff02be000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007f3ff00f1000)
    /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f3ff06bb000)
JoeDog commented 3 years ago

In your source directory you should have a config.log file. Could you send me that?

On Tue, Apr 20, 2021 at 2:55 AM Florian Berger @.***> wrote:

$ ldd ./src/siege linux-vdso.so.1 (0x00007fff477db000) libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f3ff064e000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f3ff0647000) libssl.so.1.1 => /usr/lib/libssl.so.1.1 (0x00007f3ff05b6000) libcrypto.so.1.1 => /usr/lib/libcrypto.so.1.1 (0x00007f3ff02d8000) libz.so.1 => /usr/lib/libz.so.1 (0x00007f3ff02be000) libc.so.6 => /usr/lib/libc.so.6 (0x00007f3ff00f1000) /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f3ff06bb000)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/191#issuecomment-823023764, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZSO74H6BNRSJVXNCZLTJUQNVANCNFSM42W6H3DQ .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes

flberger commented 3 years ago
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by siege configure 4.0.8, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = HOSTNAME
uname -m = x86_64
uname -r = 5.11.12-artix1-1
uname -s = Linux
uname -v = #1 SMP PREEMPT Thu, 08 Apr 2021 12:24:52 +0000

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /usr/lib/jvm/default/bin/
PATH: /usr/bin/site_perl/
PATH: /usr/bin/vendor_perl/
PATH: /usr/bin/core_perl/
PATH: /usr/lib/jvm/default/bin/
PATH: /usr/lib/jvm/default/bin/
PATH: /home/USER/.local/bin/
PATH: /home/USER/src/shell/
PATH: /opt/icedtea-bin-7.2.3.9/bin/
PATH: /usr/lib/jvm/default/bin/
PATH: /home/USER/src/shell/
PATH: /opt/icedtea-bin-7.2.3.9/bin/

## ----------- ##
## Core tests. ##
## ----------- ##

configure:3089: looking for aux files: compile config.guess config.sub missing install-sh
configure:3102:  trying ./utils/
configure:3131:   ./utils/compile found
configure:3131:   ./utils/config.guess found
configure:3131:   ./utils/config.sub found
configure:3131:   ./utils/missing found
configure:3113:   ./utils/install-sh found
configure:3261: checking for a BSD-compatible install
configure:3334: result: /usr/bin/install -c
configure:3345: checking whether build environment is sane
configure:3400: result: yes
configure:3559: checking for a race-free mkdir -p
configure:3603: result: /usr/bin/mkdir -p
configure:3610: checking for gawk
configure:3631: found /usr/bin/gawk
configure:3642: result: gawk
configure:3653: checking whether make sets $(MAKE)
configure:3676: result: yes
configure:3706: checking whether make supports nested variables
configure:3724: result: yes
configure:3856: checking build system type
configure:3871: result: x86_64-pc-linux-gnu
configure:3891: checking host system type
configure:3905: result: x86_64-pc-linux-gnu
configure:3952: checking whether make supports the include directive
configure:3967: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3970: $? = 0
configure:3989: result: yes (GNU style)
configure:4065: checking for gcc
configure:4086: found /usr/bin/gcc
configure:4097: result: gcc
configure:4450: checking for C compiler version
configure:4459: gcc --version >&5
gcc (GCC) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4470: $? = 0
configure:4459: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (GCC) 
configure:4470: $? = 0
configure:4459: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4470: $? = 1
configure:4459: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4470: $? = 1
configure:4459: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:4470: $? = 1
configure:4490: checking whether the C compiler works
configure:4512: gcc    conftest.c  >&5
configure:4516: $? = 0
configure:4566: result: yes
configure:4569: checking for C compiler default output file name
configure:4571: result: a.out
configure:4577: checking for suffix of executables
configure:4584: gcc -o conftest    conftest.c  >&5
configure:4588: $? = 0
configure:4611: result: 
configure:4633: checking whether we are cross compiling
configure:4641: gcc -o conftest    conftest.c  >&5
configure:4645: $? = 0
configure:4652: ./conftest
configure:4656: $? = 0
configure:4671: result: no
configure:4676: checking for suffix of object files
configure:4699: gcc -c   conftest.c >&5
configure:4703: $? = 0
configure:4725: result: o
configure:4729: checking whether the compiler supports GNU C
configure:4749: gcc -c   conftest.c >&5
configure:4749: $? = 0
configure:4759: result: yes
configure:4770: checking whether gcc accepts -g
configure:4791: gcc -c -g  conftest.c >&5
configure:4791: $? = 0
configure:4835: result: yes
configure:4855: checking for gcc option to enable C11 features
configure:4870: gcc  -c -g -O2  conftest.c >&5
configure:4870: $? = 0
configure:4888: result: none needed
configure:5004: checking whether gcc understands -c and -o together
configure:5027: gcc -c conftest.c -o conftest2.o
configure:5030: $? = 0
configure:5027: gcc -c conftest.c -o conftest2.o
configure:5030: $? = 0
configure:5042: result: yes
configure:5061: checking dependency style of gcc
configure:5173: result: none
configure:5193: checking for stdio.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for stdlib.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for string.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for inttypes.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for stdint.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for strings.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for sys/stat.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for sys/types.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for unistd.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for wchar.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5193: checking for minix/config.h
configure:5193: gcc -c -g -O2  conftest.c >&5
conftest.c:49:10: fatal error: minix/config.h: No such file or directory
   49 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5193: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5193: result: no
configure:5193: checking for sys/time.h
configure:5193: gcc -c -g -O2  conftest.c >&5
configure:5193: $? = 0
configure:5193: result: yes
configure:5224: checking whether it is safe to define __EXTENSIONS__
configure:5243: gcc -c -g -O2  conftest.c >&5
configure:5243: $? = 0
configure:5251: result: yes
configure:5254: checking whether _XOPEN_SOURCE should be defined
configure:5276: gcc -c -g -O2  conftest.c >&5
configure:5276: $? = 0
configure:5303: result: no
configure:5414: checking for gcc
configure:5446: result: gcc
configure:5799: checking for C compiler version
configure:5808: gcc --version >&5
gcc (GCC) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5819: $? = 0
configure:5808: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (GCC) 
configure:5819: $? = 0
configure:5808: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5819: $? = 1
configure:5808: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5819: $? = 1
configure:5808: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5819: $? = 1
configure:5823: checking whether the compiler supports GNU C
configure:5853: result: yes
configure:5864: checking whether gcc accepts -g
configure:5929: result: yes
configure:5949: checking for gcc option to enable C11 features
configure:5982: result: none needed
configure:6098: checking whether gcc understands -c and -o together
configure:6136: result: yes
configure:6155: checking dependency style of gcc
configure:6267: result: none
configure:6358: checking for a sed that does not truncate output
configure:6415: result: /usr/bin/sed
configure:6418: checking for grep that handles long lines and -e
configure:6482: result: /usr/bin/grep
configure:6487: checking for egrep
configure:6555: result: /usr/bin/grep -E
configure:6572: checking for ld used by gcc
configure:6640: result: /usr/bin/ld
configure:6647: checking if the linker (/usr/bin/ld) is GNU ld
configure:6663: result: yes
configure:6668: checking for /usr/bin/ld option to reload object files
configure:6676: result: -r
configure:6694: checking for BSD-compatible nm
configure:6744: result: /usr/bin/nm -B
configure:6748: checking whether ln -s works
configure:6752: result: yes
configure:6759: checking how to recognise dependent libraries
configure:6936: result: pass_all
configure:7024: gcc -c -g -O2  conftest.c >&5
configure:7027: $? = 0
configure:7142: checking for dlfcn.h
configure:7142: gcc -c -g -O2  conftest.c >&5
configure:7142: $? = 0
configure:7142: result: yes
configure:7218: checking for g++
configure:7239: found /usr/bin/g++
configure:7250: result: g++
configure:7277: checking for C++ compiler version
configure:7286: g++ --version >&5
g++ (GCC) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:7297: $? = 0
configure:7286: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (GCC) 
configure:7297: $? = 0
configure:7286: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:7297: $? = 1
configure:7286: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:7297: $? = 1
configure:7301: checking whether the compiler supports GNU C++
configure:7321: g++ -c   conftest.cpp >&5
configure:7321: $? = 0
configure:7331: result: yes
configure:7342: checking whether g++ accepts -g
configure:7363: g++ -c -g  conftest.cpp >&5
configure:7363: $? = 0
configure:7407: result: yes
configure:7427: checking for g++ option to enable C++11 features
configure:7442: g++  -c -g -O2  conftest.cpp >&5
configure:7442: $? = 0
configure:7460: result: none needed
configure:7526: checking dependency style of g++
configure:7638: result: none
configure:7663: checking how to run the C++ preprocessor
configure:7685: g++ -E  conftest.cpp
configure:7685: $? = 0
configure:7700: g++ -E  conftest.cpp
conftest.cpp:40:10: fatal error: ac_nonexistent.h: No such file or directory
   40 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7727: result: g++ -E
configure:7741: g++ -E  conftest.cpp
configure:7741: $? = 0
configure:7756: g++ -E  conftest.cpp
conftest.cpp:40:10: fatal error: ac_nonexistent.h: No such file or directory
   40 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7847: checking for g77
configure:7882: result: no
configure:7847: checking for xlf
configure:7882: result: no
configure:7847: checking for f77
configure:7882: result: no
configure:7847: checking for frt
configure:7882: result: no
configure:7847: checking for pgf77
configure:7882: result: no
configure:7847: checking for cf77
configure:7882: result: no
configure:7847: checking for fort77
configure:7882: result: no
configure:7847: checking for fl32
configure:7882: result: no
configure:7847: checking for af77
configure:7882: result: no
configure:7847: checking for xlf90
configure:7882: result: no
configure:7847: checking for f90
configure:7882: result: no
configure:7847: checking for pgf90
configure:7882: result: no
configure:7847: checking for pghpf
configure:7882: result: no
configure:7847: checking for epcf90
configure:7882: result: no
configure:7847: checking for gfortran
configure:7882: result: no
configure:7847: checking for g95
configure:7882: result: no
configure:7847: checking for xlf95
configure:7882: result: no
configure:7847: checking for f95
configure:7882: result: no
configure:7847: checking for fort
configure:7882: result: no
configure:7847: checking for ifort
configure:7882: result: no
configure:7847: checking for ifc
configure:7882: result: no
configure:7847: checking for efc
configure:7882: result: no
configure:7847: checking for pgfortran
configure:7882: result: no
configure:7847: checking for pgf95
configure:7882: result: no
configure:7847: checking for lf95
configure:7882: result: no
configure:7847: checking for ftn
configure:7882: result: no
configure:7847: checking for nagfor
configure:7882: result: no
configure:7905: checking for Fortran 77 compiler version
configure:7914:  --version >&5
./configure: line 7916: --version: command not found
configure:7925: $? = 127
configure:7914:  -v >&5
./configure: line 7916: -v: command not found
configure:7925: $? = 127
configure:7914:  -V >&5
./configure: line 7916: -V: command not found
configure:7925: $? = 127
configure:7914:  -qversion >&5
./configure: line 7916: -qversion: command not found
configure:7925: $? = 127
configure:7934: checking whether the compiler supports GNU Fortran 77
configure:7948:  -c  conftest.F >&5
./configure: line 2035: -c: command not found
configure:7948: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:7958: result: no
configure:7966: checking whether  accepts -g
configure:7978:  -c -g conftest.f >&5
./configure: line 2035: -c: command not found
configure:7978: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:7987: result: no
configure:8021: checking the maximum length of command line arguments
configure:8131: result: 32768
configure:8142: checking command to parse /usr/bin/nm -B output from gcc object
configure:8248: gcc -c -g -O2  conftest.c >&5
configure:8251: $? = 0
configure:8255: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:8258: $? = 0
configure:8310: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:8313: $? = 0
configure:8351: result: ok
configure:8355: checking for objdir
configure:8371: result: .libs
configure:8468: checking for ar
configure:8489: found /usr/bin/ar
configure:8500: result: ar
configure:8570: checking for ranlib
configure:8591: found /usr/bin/ranlib
configure:8602: result: ranlib
configure:8672: checking for strip
configure:8693: found /usr/bin/strip
configure:8704: result: strip
configure:8994: checking if gcc supports -fno-rtti -fno-exceptions
configure:9013: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:9017: $? = 0
configure:9030: result: no
configure:9045: checking for gcc option to produce PIC
configure:9255: result: -fPIC
configure:9263: checking if gcc PIC flag -fPIC works
configure:9282: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:9286: $? = 0
configure:9299: result: yes
configure:9327: checking if gcc static flag -static works
configure:9356: result: yes
configure:9366: checking if gcc supports -c -o file.o
configure:9388: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9392: $? = 0
configure:9414: result: yes
configure:9440: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10342: result: yes
configure:10363: checking whether -lc should be explicitly linked in
configure:10368: gcc -c -g -O2  conftest.c >&5
configure:10371: $? = 0
configure:10386: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:10389: $? = 0
configure:10401: result: no
configure:10409: checking dynamic linker characteristics
configure:10802: gcc -c -g -O2  conftest.c >&5
configure:10805: $? = 0
configure:11018: result: GNU/Linux ld.so
configure:11027: checking how to hardcode library paths into programs
configure:11052: result: immediate
configure:11066: checking whether stripping libraries is possible
configure:11071: result: yes
configure:11591: checking if libtool supports shared libraries
configure:11593: result: yes
configure:11596: checking whether to build shared libraries
configure:11617: result: yes
configure:11620: checking whether to build static libraries
configure:11624: result: yes
configure:11716: creating libtool
configure:12305: checking for ld used by g++
configure:12373: result: /usr/bin/ld -m elf_x86_64
configure:12380: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12396: result: yes
configure:12447: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13329: result: yes
configure:13351: g++ -c -g -O2  conftest.cpp >&5
configure:13354: $? = 0
configure:13473: checking for g++ option to produce PIC
configure:13747: result: -fPIC
configure:13755: checking if g++ PIC flag -fPIC works
configure:13774: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:13778: $? = 0
configure:13791: result: yes
configure:13819: checking if g++ static flag -static works
configure:13848: result: yes
configure:13858: checking if g++ supports -c -o file.o
configure:13880: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:13884: $? = 0
configure:13906: result: yes
configure:13932: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13957: result: yes
configure:14024: checking dynamic linker characteristics
configure:14417: g++ -c -g -O2  conftest.cpp >&5
configure:14420: $? = 0
configure:14633: result: GNU/Linux ld.so
configure:14642: checking how to hardcode library paths into programs
configure:14667: result: immediate
configure:20775: checking for perl
configure:20798: found /usr/bin/perl
configure:20811: result: /usr/bin/perl
configure:20819: checking for a POSIX-compliant shell
configure:20856: result: /bin/sh
configure:20865: checking whether make sets $(MAKE)
configure:20888: result: yes
configure:20961: checking for buggy pthread mutex initializers
configure:20975: gcc -c -g -O2 -W -Wall -Werror -Wunused-value  conftest.c >&5
configure:20975: $? = 0
configure:20985: result: no
configure:20996: checking for dlopen() in -ldld
configure:21011: gcc -o conftest -g -O2   conftest.c  -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:21011: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
|  extern void* dlopen(); dlopen();
|   ;
|   return 0;
| }
configure:21021: result: no
configure:21029: checking for dlopen() in -ldl
configure:21044: gcc -o conftest -g -O2   conftest.c  -ldl >&5
configure:21044: $? = 0
configure:21046: result: yes
configure:21061: checking for random device
configure:21070: result: yes
configure:21102: result: checking for ssl support... yes
configure:21117: checking for /include/openssl/opensslv.h
configure:21117: gcc -c -g -O2  conftest.c >&5
conftest.c:69:10: fatal error: /include/openssl/opensslv.h: No such file or directory
   69 | #include </include/openssl/opensslv.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:21117: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include </include/openssl/opensslv.h>
configure:21117: result: no
configure:21134: checking for /usr/include/openssl/opensslv.h
configure:21134: gcc -c -g -O2  conftest.c >&5
configure:21134: $? = 0
configure:21134: result: yes
configure:21151: checking for OpenSSL version
configure:21159: checking how to run the C preprocessor
configure:21185: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21185: $? = 0
configure:21200: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
conftest.c:42:10: fatal error: ac_nonexistent.h: No such file or directory
   42 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:21200: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:21227: result: gcc -E
configure:21241: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
configure:21241: $? = 0
configure:21256: gcc -E -I/usr/include/openssl -I/usr/include conftest.c
conftest.c:42:10: fatal error: ac_nonexistent.h: No such file or directory
   42 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:21256: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:21301: result: >= 0.9.8 (appropriate flag set)
configure:21389: result: checking for zlib support... yes
configure:21404: checking for /include/zlib.h
configure:21404: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
conftest.c:71:10: fatal error: /include/zlib.h: No such file or directory
   71 | #include </include/zlib.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:21404: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include </include/zlib.h>
configure:21404: result: no
configure:21421: checking for /usr/include/zlib.h
configure:21421: gcc -c -g -O2 -I/usr/include/openssl -I/usr/include conftest.c >&5
configure:21421: $? = 0
configure:21421: result: yes
configure:21438: checking for ZLIB version
configure:21470: checking for inline
configure:21487: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21487: $? = 0
configure:21496: result: inline
configure:21514: checking for int8_t
configure:21514: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21514: $? = 0
configure:21514: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:21: error: expected expression before ')' token
   76 | if (sizeof ((int8_t)))
      |                     ^
configure:21514: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((int8_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21514: result: yes
configure:21524: checking for int16_t
configure:21524: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21524: $? = 0
configure:21524: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:22: error: expected expression before ')' token
   76 | if (sizeof ((int16_t)))
      |                      ^
configure:21524: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((int16_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21524: result: yes
configure:21534: checking for int32_t
configure:21534: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21534: $? = 0
configure:21534: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:22: error: expected expression before ')' token
   76 | if (sizeof ((int32_t)))
      |                      ^
configure:21534: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((int32_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21534: result: yes
configure:21544: checking for int64_t
configure:21544: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21544: $? = 0
configure:21544: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:22: error: expected expression before ')' token
   76 | if (sizeof ((int64_t)))
      |                      ^
configure:21544: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((int64_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21544: result: yes
configure:21554: checking for uint8_t
configure:21554: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21554: $? = 0
configure:21554: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:22: error: expected expression before ')' token
   76 | if (sizeof ((uint8_t)))
      |                      ^
configure:21554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((uint8_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21554: result: yes
configure:21564: checking for uint16_t
configure:21564: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21564: $? = 0
configure:21564: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:23: error: expected expression before ')' token
   76 | if (sizeof ((uint16_t)))
      |                       ^
configure:21564: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((uint16_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21564: result: yes
configure:21574: checking for uint32_t
configure:21574: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21574: $? = 0
configure:21574: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:23: error: expected expression before ')' token
   76 | if (sizeof ((uint32_t)))
      |                       ^
configure:21574: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((uint32_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21574: result: yes
configure:21584: checking for uint64_t
configure:21584: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21584: $? = 0
configure:21584: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:23: error: expected expression before ')' token
   76 | if (sizeof ((uint64_t)))
      |                       ^
configure:21584: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((uint64_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21584: result: yes
configure:21594: checking for u_int32_t
configure:21594: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21594: $? = 0
configure:21594: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:24: error: expected expression before ')' token
   76 | if (sizeof ((u_int32_t)))
      |                        ^
configure:21594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((u_int32_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21594: result: yes
configure:21604: checking for ssize_t
configure:21604: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21604: $? = 0
configure:21604: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:22: error: expected expression before ')' token
   76 | if (sizeof ((ssize_t)))
      |                      ^
configure:21604: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((ssize_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21604: result: yes
configure:21618: checking for egrep
configure:21686: result: /usr/bin/grep -E
configure:21692: checking for sys/wait.h that is POSIX.1 compatible
configure:21719: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21719: $? = 0
configure:21727: result: yes
configure:21735: checking for fcntl.h
configure:21735: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21735: $? = 0
configure:21735: result: yes
configure:21742: checking for limits.h
configure:21742: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21742: $? = 0
configure:21742: result: yes
configure:21749: checking for unistd.h
configure:21749: result: yes
configure:21756: checking for signal.h
configure:21756: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21756: $? = 0
configure:21756: result: yes
configure:21763: checking for sys/socket.h
configure:21763: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21763: $? = 0
configure:21763: result: yes
configure:21770: checking for sys/select.h
configure:21770: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21770: $? = 0
configure:21770: result: yes
configure:21777: checking for sys/types.h
configure:21777: result: yes
configure:21784: checking for sys/time.h
configure:21784: result: yes
configure:21790: checking for sys/times.h
configure:21790: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21790: $? = 0
configure:21790: result: yes
configure:21797: checking for sys/resource.h
configure:21797: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21797: $? = 0
configure:21797: result: yes
configure:21804: checking for errno.h
configure:21804: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21804: $? = 0
configure:21804: result: yes
configure:21811: checking for arpa/inet.h
configure:21811: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21811: $? = 0
configure:21811: result: yes
configure:21818: checking for netinet/in.h
configure:21818: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21818: $? = 0
configure:21818: result: yes
configure:21825: checking for netdb.h
configure:21825: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21825: $? = 0
configure:21825: result: yes
configure:21832: checking for pthread.h
configure:21832: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21832: $? = 0
configure:21832: result: yes
configure:21839: checking for string.h
configure:21839: result: yes
configure:21846: checking for strings.h
configure:21846: result: yes
configure:21853: checking for sched.h
configure:21853: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21853: $? = 0
configure:21853: result: yes
configure:21860: checking for openssl/e_os.h
configure:21860: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c:92:10: fatal error: openssl/e_os.h: No such file or directory
   92 | #include <openssl/e_os.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:21860: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <openssl/e_os.h>
configure:21860: result: no
configure:21867: checking for openssl/e_os2.h
configure:21867: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21867: $? = 0
configure:21867: result: yes
configure:21875: checking for an ANSI C-conforming const
configure:21942: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21942: $? = 0
configure:21950: result: yes
configure:21958: checking for size_t
configure:21958: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
configure:21958: $? = 0
configure:21958: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:96:21: error: expected expression before ')' token
   96 | if (sizeof ((size_t)))
      |                     ^
configure:21958: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_OPENSSL_E_OS2_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((size_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:21958: result: yes
configure:21979: checking return type of signal handlers
configure:21998: gcc -c -g -O2 -I/include/zlib -I/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:72:10: error: void value not ignored as it ought to be
   72 | return *(signal (0, 0)) (0) == 1;
      |         ~^~~~~~~~~~~~~~~~~~
configure:21998: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_OPENSSL_E_OS2_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main (void)
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:22006: result: void
configure:22015: checking for working alloca.h
configure:22033: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
configure:22033: $? = 0
configure:22042: result: yes
configure:22050: checking for alloca
configure:22095: result: yes
configure:22162: checking for strchr
configure:22162: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
conftest.c:85:6: warning: conflicting types for built-in function 'strchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
   85 | char strchr ();
      |      ^~~~~~
conftest.c:77:1: note: 'strchr' is declared in header '<string.h>'
   76 | #include <limits.h>
   77 | #undef strchr
configure:22162: $? = 0
configure:22162: result: yes
configure:22168: checking for memcpy
configure:22168: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
conftest.c:86:6: warning: conflicting types for built-in function 'memcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   86 | char memcpy ();
      |      ^~~~~~
conftest.c:78:1: note: 'memcpy' is declared in header '<string.h>'
   77 | #include <limits.h>
   78 | #undef memcpy
configure:22168: $? = 0
configure:22168: result: yes
configure:22174: checking for strncpy
configure:22174: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
conftest.c:87:6: warning: conflicting types for built-in function 'strncpy'; expected 'char *(char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   87 | char strncpy ();
      |      ^~~~~~~
conftest.c:79:1: note: 'strncpy' is declared in header '<string.h>'
   78 | #include <limits.h>
   79 | #undef strncpy
configure:22174: $? = 0
configure:22174: result: yes
configure:22180: checking for strstr
configure:22180: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
conftest.c:88:6: warning: conflicting types for built-in function 'strstr'; expected 'char *(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
   88 | char strstr ();
      |      ^~~~~~
conftest.c:80:1: note: 'strstr' is declared in header '<string.h>'
   79 | #include <limits.h>
   80 | #undef strstr
configure:22180: $? = 0
configure:22180: result: yes
configure:22186: checking for strlen
configure:22186: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
conftest.c:89:6: warning: conflicting types for built-in function 'strlen'; expected 'long unsigned int(const char *)' [-Wbuiltin-declaration-mismatch]
   89 | char strlen ();
      |      ^~~~~~
conftest.c:81:1: note: 'strlen' is declared in header '<string.h>'
   80 | #include <limits.h>
   81 | #undef strlen
configure:22186: $? = 0
configure:22186: result: yes
configure:22193: checking for strncasecmp
configure:22193: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
conftest.c:90:6: warning: conflicting types for built-in function 'strncasecmp'; expected 'int(const char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   90 | char strncasecmp ();
      |      ^~~~~~~~~~~
configure:22193: $? = 0
configure:22193: result: yes
configure:22199: checking for strncmp
configure:22199: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
conftest.c:91:6: warning: conflicting types for built-in function 'strncmp'; expected 'int(const char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   91 | char strncmp ();
      |      ^~~~~~~
conftest.c:83:1: note: 'strncmp' is declared in header '<string.h>'
   82 | #include <limits.h>
   83 | #undef strncmp
configure:22199: $? = 0
configure:22199: result: yes
configure:22209: checking for socket
configure:22209: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
configure:22209: $? = 0
configure:22209: result: yes
configure:22264: checking for gethostbyname
configure:22264: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
configure:22264: $? = 0
configure:22264: result: yes
configure:22316: checking for snprintf
configure:22316: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
conftest.c:94:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, long unsigned int,  const char *, ...)' [-Wbuiltin-declaration-mismatch]
   94 | char snprintf ();
      |      ^~~~~~~~
conftest.c:86:1: note: 'snprintf' is declared in header '<stdio.h>'
   85 | #include <limits.h>
   86 | #undef snprintf
configure:22316: $? = 0
configure:22316: result: yes
configure:22323: checking for strdup
configure:22323: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
conftest.c:95:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
   95 | char strdup ();
      |      ^~~~~~
configure:22323: $? = 0
configure:22323: result: yes
configure:22330: checking for rand_r
configure:22330: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
configure:22330: $? = 0
configure:22330: result: yes
configure:22337: checking for localtime_r
configure:22337: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
configure:22337: $? = 0
configure:22337: result: yes
configure:22344: checking for gethostbyname_r
configure:22344: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
configure:22344: $? = 0
configure:22344: result: yes
configure:22351: checking for gmtime_r
configure:22351: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
configure:22351: $? = 0
configure:22351: result: yes
configure:22358: checking for getipnodebyname
configure:22358: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
/usr/bin/ld: /tmp/ccS7Hyyk.o: in function `main':
/home/USER/temp/siege-4.0.8/conftest.c:111: undefined reference to `getipnodebyname'
collect2: error: ld returned 1 exit status
configure:22358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_OPENSSL_E_OS2_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_RAND_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GMTIME_R 1
| /* end confdefs.h.  */
| /* Define getipnodebyname to an innocuous variant, in case <limits.h> declares getipnodebyname.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getipnodebyname innocuous_getipnodebyname
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char getipnodebyname (); below.  */
| 
| #include <limits.h>
| #undef getipnodebyname
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getipnodebyname ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getipnodebyname || defined __stub___getipnodebyname
| choke me
| #endif
| 
| int
| main (void)
| {
| return getipnodebyname ();
|   ;
|   return 0;
| }
configure:22358: result: no
configure:22365: checking for freehostent
configure:22365: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
/usr/bin/ld: /tmp/ccIw7Lju.o: in function `main':
/home/USER/temp/siege-4.0.8/conftest.c:111: undefined reference to `freehostent'
collect2: error: ld returned 1 exit status
configure:22365: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_OPENSSL_E_OS2_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_RAND_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GMTIME_R 1
| /* end confdefs.h.  */
| /* Define freehostent to an innocuous variant, in case <limits.h> declares freehostent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define freehostent innocuous_freehostent
| 
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char freehostent (); below.  */
| 
| #include <limits.h>
| #undef freehostent
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char freehostent ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_freehostent || defined __stub___freehostent
| choke me
| #endif
| 
| int
| main (void)
| {
| return freehostent ();
|   ;
|   return 0;
| }
configure:22365: result: no
configure:22372: checking for getopt_long
configure:22372: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
configure:22372: $? = 0
configure:22372: result: yes
configure:22379: checking for poll
configure:22379: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c  >&5
configure:22379: $? = 0
configure:22379: result: yes
configure:22387: checking for socket in -lsocket
configure:22410: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c -lsocket   >&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:22410: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "siege"
| #define PACKAGE_TARNAME "siege"
| #define PACKAGE_VERSION "4.0.8"
| #define PACKAGE_STRING "siege 4.0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "siege"
| #define VERSION "4.0.8"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DEV_RANDOM 1
| #define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
| #define HAVE_SSL 1
| #define HAVE__USR_INCLUDE_ZLIB_H 1
| #define HAVE_ZLIB 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_OPENSSL_E_OS2_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRNCPY 1
| #define HAVE_STRSTR 1
| #define HAVE_STRLEN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_SOCKET 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_RAND_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_POLL 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char socket ();
| int
| main (void)
| {
| return socket ();
|   ;
|   return 0;
| }
configure:22420: result: no
configure:22435: checking for pthread_attr_init in -lpthread
configure:22458: gcc -o conftest -g -O2 -I/include/zlib -I/include  conftest.c -lpthread   >&5
configure:22458: $? = 0
configure:22468: result: yes
configure:22726: checking that generated files are newer than configure
configure:22732: result: done
configure:22763: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by siege config.status 4.0.8, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on HOSTNAME

config.status:973: creating Makefile
config.status:973: creating src/Makefile
config.status:973: creating doc/Makefile
config.status:973: creating html/Makefile
config.status:973: creating include/Makefile
config.status:973: creating include/joedog/Makefile
config.status:973: creating utils/Makefile
config.status:973: creating include/config.h
config.status:1154: include/config.h is unchanged
config.status:1202: executing depfiles commands
config.status:1202: executing default-1 commands
config.status:1202: executing default-2 commands
config.status:1202: executing default-3 commands
config.status:1202: executing default-4 commands
config.status:1202: executing default-5 commands
config.status:1202: executing default-6 commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_func_alloca_works=yes
ac_cv_func_freehostent=no
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_getipnodebyname=no
ac_cv_func_getopt_long=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_localtime_r=yes
ac_cv_func_memcpy=yes
ac_cv_func_poll=yes
ac_cv_func_rand_r=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strlen=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strncmp=yes
ac_cv_func_strncpy=yes
ac_cv_func_strstr=yes
ac_cv_have_dev_random=yes
ac_cv_header__include_openssl_opensslv_h=no
ac_cv_header__include_zlib_h=no
ac_cv_header__usr_include_openssl_opensslv_h=yes
ac_cv_header__usr_include_zlib_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_openssl_e_os2_h=yes
ac_cv_header_openssl_e_os_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_pthread_pthread_attr_init=yes
ac_cv_lib_socket_socket=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_path_shell=/bin/sh
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_11=no
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_should_define__xopen_source=no
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_int8_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[   ][  ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} '\''/home/USER/temp/siege-4.0.8/utils/missing'\'' aclocal-1.16'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTHOR='Jeffrey Fulmer, et al.'
AUTOCONF='${SHELL} '\''/home/USER/temp/siege-4.0.8/utils/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/home/USER/temp/siege-4.0.8/utils/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/home/USER/temp/siege-4.0.8/utils/missing'\'' automake-1.16'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=none'
CC_R=''
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS='-I/include/zlib -I/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATE='April-19-2021'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMAIL='jeff@joedog.org'
EXEEXT=''
F77=''
FFLAGS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LDL='-ldl'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} '\''/home/USER/temp/siege-4.0.8/utils/missing'\'' makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='siege'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='siege'
PACKAGE_STRING='siege 4.0.8'
PACKAGE_TARNAME='siege'
PACKAGE_URL=''
PACKAGE_VERSION='4.0.8'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PLATFORM='pc-x86_64-linux-gnu'
PROGRAM='siege'
PTHREAD_CFLAGS='-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS'
PTHREAD_LDFLAGS='-lpthread'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SSL_CFLAGS='-DOPENSSL_NO_KRB5'
SSL_INCLUDE='-I/usr/include/openssl -I/usr/include'
SSL_LDFLAGS='-L/usr/lib'
SSL_LIBS='-ldl -lssl -lcrypto'
STRIP='strip'
VERSION='4.0.8'
WARN_CFLAGS='-W -Wall -Wunused-value'
Z_CFLAGS=''
Z_INCLUDE='-I/include/zlib -I/include'
Z_LDFLAGS='-L/usr/lib'
Z_LIBS='-lz'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/USER/temp/siege-4.0.8/utils/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "siege"
#define PACKAGE_TARNAME "siege"
#define PACKAGE_VERSION "4.0.8"
#define PACKAGE_STRING "siege 4.0.8"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "siege"
#define VERSION "4.0.8"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_SYS_TIME_H 1
#define STDC_HEADERS 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define __EXTENSIONS__ 1
#define HAVE_DLFCN_H 1
#define HAVE_DEV_RANDOM 1
#define HAVE__USR_INCLUDE_OPENSSL_OPENSSLV_H 1
#define HAVE_SSL 1
#define HAVE__USR_INCLUDE_ZLIB_H 1
#define HAVE_ZLIB 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETDB_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SCHED_H 1
#define HAVE_OPENSSL_E_OS2_H 1
#define TIME_WITH_SYS_TIME 1
#define RETSIGTYPE void
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRCHR 1
#define HAVE_MEMCPY 1
#define HAVE_STRNCPY 1
#define HAVE_STRSTR 1
#define HAVE_STRLEN 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRNCMP 1
#define HAVE_SOCKET 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_SNPRINTF 1
#define HAVE_STRDUP 1
#define HAVE_RAND_R 1
#define HAVE_LOCALTIME_R 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_GMTIME_R 1
#define HAVE_GETOPT_LONG 1
#define HAVE_POLL 1

configure: exit 0