Hi Thierry,

Op 26-4-2018 om 12:25 schreef thierry.fourn...@arpalert.org:
Your trace shows a corrupted tree. Maybe it is due to the freebsd
architecture and the corruption is no reproductible on Linux ? I do not have
freebsd for testing.

Regards,
Thierry

My 'best' reproduction scenario involves around 50 to 100 request or sometimes less requests total made from my Chrome browser. (over a vpn connection which adds a little latency.. a ping/reply to the haproxy server takes +-17ms , maybe that helps reproduce.. :/ ) I've changed the lua function 'print_r' to not write anything in its wr() function, to rule out the the freebsd console / ssh session to be causing the issue. It stays the same though.

Also been adding some printf statements to how the eb_tree is used, which i think might be interesting..
    printf("eb32sc_insert(%d)\n",new);
    printf("eb32sc_next(%d)  leaf_p: %d \n",eb32, eb32->node.leaf_p);
    printf("eb32sc_delete(%d)\n",eb32);

The pattern i see here is that usually a task is inserted, the next task is looked up, and the task gets deleted again. Last round before the crash i see that the task is inserted, then deleted and then afterwards the next task is being retrieved for that same 'item'.. Which fails.. Perhaps because it was the last task to run.?. And there is nolonger a higher root to jump higher up the tree.?. I must admit i don't fully grasp how the tree is traversed exactly.. I seem to see that at least for the first task to be put into the tree there is some special handling.. On the other side, if it aint in the tree, is there technically still a 'next' item??

Below the last part of that logging, and also attached the complete log from the start.. Perhaps it gives a clue.?.

Regards,

PiBa-NL (Pieter)

eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
task_wakeup  35826016  32
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 35826656
eb32sc_delete(35826656)
00000013:TestSite.srvrep[0006:ffffffff]: HTTP/1.1 200 OK
00000013:TestSite.srvhdr[0006:ffffffff]: Refresh: 1
00000013:TestSite.srvhdr[0006:ffffffff]: Server: haproxy/webstats
00000013:TestSite.srvhdr[0006:ffffffff]: Content-Type: text/html
00000013:TestSite.srvhdr[0006:ffffffff]: Content-Length: 1778
eb32sc_delete(35826016)
00000013:TestSite.srvcls[0006:ffffffff]
eb32sc_next(35826016)  leaf_p: 0
Segmentation fault (core dumped)

root@freebsd11:~/.netbeans/remote/192.168.8.93/pb3-Windows-x86_64/P/Git/haproxy 
# ./haproxy -f /home/thierry/git/haproxy/bug29.conf -d -dM0x55
Note: setting global.maxconn to 2000.
Available polling systems :
       poll : pref=200,  test result OK
     select : pref=150,  test result FAILED
     kqueue : disabled,  test result OK
Total: 3 (1 usable), will use poll.

Available filters :
        [TRACE] trace
        [COMP] compression
        [SPOE] spoe
Using poll() as the polling mechanism.
task_wakeup  35824896  4
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
task_wakeup  35824896  8
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
task_wakeup  35825216  4
active_tasks_mask |= t->thread_mask  (35825216)
eb32sc_insert(35825216)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825216)  leaf_p: 8606272
eb32sc_delete(35825216)
task_wakeup  35825216  8
active_tasks_mask |= t->thread_mask  (35825216)
eb32sc_insert(35825216)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825216)  leaf_p: 8606272
eb32sc_delete(35825216)
[WARNING] 116/014322 (38016) : Server myservers/localSRVc is DOWN, reason: 
Layer4 connection problem, info: "Connection refused", check duration: 0ms. 2 
active and 0 backup servers left. 0 sessions active, 0 requeued, 0 remaining in 
queue.
task_wakeup  35824896  4
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
task_wakeup  35824896  8
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
task_wakeup  35825216  4
active_tasks_mask |= t->thread_mask  (35825216)
eb32sc_insert(35825216)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825216)  leaf_p: 8606272
eb32sc_delete(35825216)
task_wakeup  35825216  8
active_tasks_mask |= t->thread_mask  (35825216)
eb32sc_insert(35825216)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825216)  leaf_p: 8606272
eb32sc_delete(35825216)
task_wakeup  35824896  4
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
task_wakeup  35824896  8
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
00000000:TestSite.accept(0003)=0006 from [192.168.202.222:48011] ALPN=<none>
task_wakeup  35825536  2
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
00000001:TestSite.accept(0003)=0007 from [192.168.202.222:48012] ALPN=<none>
task_wakeup  35825856  2
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 35825856
eb32sc_delete(35825536)
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
00000000:TestSite.clireq[0006:ffffffff]: GET /webrequest/mailstat HTTP/1.1
00000000:TestSite.clihdr[0006:ffffffff]: Host: 192.168.8.93
00000000:TestSite.clihdr[0006:ffffffff]: Connection: keep-alive
00000000:TestSite.clihdr[0006:ffffffff]: Cache-Control: max-age=0
00000000:TestSite.clihdr[0006:ffffffff]: Upgrade-Insecure-Requests: 1
00000000:TestSite.clihdr[0006:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000000:TestSite.clihdr[0006:ffffffff]: Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
00000000:TestSite.clihdr[0006:ffffffff]: Accept-Encoding: gzip, deflate
00000000:TestSite.clihdr[0006:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
00000002:TestSite.accept(0003)=0008 from [192.168.202.222:48014] ALPN=<none>
task_wakeup  35826656  2
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
00000003:TestSite.accept(0003)=0009 from [192.168.202.222:48013] ALPN=<none>
task_wakeup  35826976  2
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
[info] 116/014326 (38016) : ################# CORE 1
task_wakeup  35826016  32
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 35826976
eb32sc_delete(35826656)
eb32sc_next(35826976)  leaf_p: 35826016
eb32sc_delete(35826976)
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
[info] 116/014326 (38016) : ################# CORE 1 ^
task_wakeup  35826016  32
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
task_wakeup  35826016  32
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
task_wakeup  35826016  32
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 35825536
eb32sc_delete(35826016)
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
00000000:TestSite.srvrep[0006:ffffffff]: HTTP/1.1 200 OK
00000000:TestSite.srvhdr[0006:ffffffff]: Refresh: 1
00000000:TestSite.srvhdr[0006:ffffffff]: Server: haproxy/webstats
00000000:TestSite.srvhdr[0006:ffffffff]: Content-Type: text/html
00000000:TestSite.srvhdr[0006:ffffffff]: Content-Length: 1777
00000000:TestSite.srvcls[0006:ffffffff]
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
task_wakeup  35825536  8
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
00000005:TestSite.accept(0003)=000a from [192.168.202.222:48015] ALPN=<none>
task_wakeup  35826016  2
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
00000004:TestSite.clireq[0006:ffffffff]: GET /favicon.ico HTTP/1.1
00000004:TestSite.clihdr[0006:ffffffff]: Host: 192.168.8.93
00000004:TestSite.clihdr[0006:ffffffff]: Connection: keep-alive
00000004:TestSite.clihdr[0006:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000004:TestSite.clihdr[0006:ffffffff]: Accept: 
image/webp,image/apng,image/*,*/*;q=0.8
00000004:TestSite.clihdr[0006:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000004:TestSite.clihdr[0006:ffffffff]: Accept-Encoding: gzip, deflate
00000004:TestSite.clihdr[0006:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
00000006:TestSite.accept(0003)=000c from [127.0.0.1:62137] ALPN=<none>
task_wakeup  35827456  2
active_tasks_mask |= t->thread_mask  (35827456)
eb32sc_insert(35827456)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 35827456
eb32sc_delete(35825536)
eb32sc_next(35827456)  leaf_p: 8606272
eb32sc_delete(35827456)
task_wakeup  35827456  8
active_tasks_mask |= t->thread_mask  (35827456)
eb32sc_insert(35827456)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35827456)  leaf_p: 8606272
eb32sc_delete(35827456)
00000006:TestSite.clireq[000c:ffffffff]: GET /favicon.ico HTTP/1.1
00000006:TestSite.clihdr[000c:ffffffff]: Host: 192.168.8.93
00000006:TestSite.clihdr[000c:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000006:TestSite.clihdr[000c:ffffffff]: Accept: 
image/webp,image/apng,image/*,*/*;q=0.8
00000006:TestSite.clihdr[000c:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000006:TestSite.clihdr[000c:ffffffff]: Accept-Encoding: gzip, deflate
00000006:TestSite.clihdr[000c:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
task_wakeup  35827456  8
active_tasks_mask |= t->thread_mask  (35827456)
eb32sc_insert(35827456)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35827456)  leaf_p: 8606272
eb32sc_delete(35827456)
00000006:TestSite.clicls[adfd:ffffffff]
00000006:TestSite.closed[adfd:ffffffff]
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
00000004:myservers.srvrep[0006:adfd]: HTTP/1.0 403 Forbidden
00000004:myservers.srvhdr[0006:adfd]: Cache-Control: no-cache
00000004:myservers.srvhdr[0006:adfd]: Connection: close
00000004:myservers.srvhdr[0006:adfd]: Content-Type: text/html
00000004:myservers.srvcls[0006:adfd]
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
00000004:myservers.clicls[adfd:adfd]
00000004:myservers.closed[adfd:adfd]
task_wakeup  35825216  4
active_tasks_mask |= t->thread_mask  (35825216)
eb32sc_insert(35825216)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825216)  leaf_p: 8606272
eb32sc_delete(35825216)
task_wakeup  35825216  8
active_tasks_mask |= t->thread_mask  (35825216)
eb32sc_insert(35825216)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825216)  leaf_p: 8606272
eb32sc_delete(35825216)
task_wakeup  35824896  4
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
task_wakeup  35824896  8
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
00000001:TestSite.clireq[0007:ffffffff]: GET /webrequest/mailstat HTTP/1.1
00000001:TestSite.clihdr[0007:ffffffff]: Host: 192.168.8.93
00000001:TestSite.clihdr[0007:ffffffff]: Connection: keep-alive
00000001:TestSite.clihdr[0007:ffffffff]: Cache-Control: max-age=0
00000001:TestSite.clihdr[0007:ffffffff]: Upgrade-Insecure-Requests: 1
00000001:TestSite.clihdr[0007:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000001:TestSite.clihdr[0007:ffffffff]: Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
00000001:TestSite.clihdr[0007:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000001:TestSite.clihdr[0007:ffffffff]: Accept-Encoding: gzip, deflate
00000001:TestSite.clihdr[0007:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
[info] 116/014327 (38016) : ################# CORE 1
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
[info] 116/014327 (38016) : ################# CORE 1 ^
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 35825856
eb32sc_delete(35825536)
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
00000001:TestSite.srvrep[0007:ffffffff]: HTTP/1.1 200 OK
00000001:TestSite.srvhdr[0007:ffffffff]: Refresh: 1
00000001:TestSite.srvhdr[0007:ffffffff]: Server: haproxy/webstats
00000001:TestSite.srvhdr[0007:ffffffff]: Content-Type: text/html
00000001:TestSite.srvhdr[0007:ffffffff]: Content-Length: 1777
00000001:TestSite.srvcls[0007:ffffffff]
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
task_wakeup  35825856  8
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
00000007:TestSite.clireq[0007:ffffffff]: GET /webrequest/mailstat HTTP/1.1
00000007:TestSite.clihdr[0007:ffffffff]: Host: 192.168.8.93
00000007:TestSite.clihdr[0007:ffffffff]: Connection: keep-alive
00000007:TestSite.clihdr[0007:ffffffff]: Cache-Control: max-age=0
00000007:TestSite.clihdr[0007:ffffffff]: Upgrade-Insecure-Requests: 1
00000007:TestSite.clihdr[0007:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000007:TestSite.clihdr[0007:ffffffff]: Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
00000007:TestSite.clihdr[0007:ffffffff]: Accept-Encoding: gzip, deflate
00000007:TestSite.clihdr[0007:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
[info] 116/014327 (38016) : ################# CORE 1
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
[info] 116/014327 (38016) : ################# CORE 1 ^
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 35825856
eb32sc_delete(35825536)
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
00000007:TestSite.srvrep[0007:ffffffff]: HTTP/1.1 200 OK
00000007:TestSite.srvhdr[0007:ffffffff]: Refresh: 1
00000007:TestSite.srvhdr[0007:ffffffff]: Server: haproxy/webstats
00000007:TestSite.srvhdr[0007:ffffffff]: Content-Type: text/html
00000007:TestSite.srvhdr[0007:ffffffff]: Content-Length: 1777
00000007:TestSite.srvcls[0007:ffffffff]
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
task_wakeup  35825856  8
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
00000008:TestSite.clireq[0007:ffffffff]: GET /favicon.ico HTTP/1.1
00000008:TestSite.clihdr[0007:ffffffff]: Host: 192.168.8.93
00000008:TestSite.clihdr[0007:ffffffff]: Connection: keep-alive
00000008:TestSite.clihdr[0007:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000008:TestSite.clihdr[0007:ffffffff]: Accept: 
image/webp,image/apng,image/*,*/*;q=0.8
00000008:TestSite.clihdr[0007:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000008:TestSite.clihdr[0007:ffffffff]: Accept-Encoding: gzip, deflate
00000008:TestSite.clihdr[0007:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
task_wakeup  35825056  4
active_tasks_mask |= t->thread_mask  (35825056)
eb32sc_insert(35825056)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825056)  leaf_p: 8606272
eb32sc_delete(35825056)
task_wakeup  35825056  8
active_tasks_mask |= t->thread_mask  (35825056)
eb32sc_insert(35825056)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825056)  leaf_p: 8606272
eb32sc_delete(35825056)
[WARNING] 116/014327 (38016) : Server myservers/localSRVb is DOWN, reason: 
Layer4 connection problem, info: "Connection refused", check duration: 0ms. 1 
active and 0 backup servers left. 0 sessions active, 0 requeued, 0 remaining in 
queue.
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
00000003:TestSite.clireq[0009:ffffffff]: GET /webrequest/mailstat HTTP/1.1
00000003:TestSite.clihdr[0009:ffffffff]: Host: 192.168.8.93
00000003:TestSite.clihdr[0009:ffffffff]: Connection: keep-alive
00000003:TestSite.clihdr[0009:ffffffff]: Cache-Control: max-age=0
00000003:TestSite.clihdr[0009:ffffffff]: Upgrade-Insecure-Requests: 1
00000003:TestSite.clihdr[0009:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000003:TestSite.clihdr[0009:ffffffff]: Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
00000003:TestSite.clihdr[0009:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000003:TestSite.clihdr[0009:ffffffff]: Accept-Encoding: gzip, deflate
00000003:TestSite.clihdr[0009:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
[info] 116/014327 (38016) : ################# CORE 1
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
[info] 116/014327 (38016) : ################# CORE 1 ^
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 35826976
eb32sc_delete(35825536)
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
00000003:TestSite.srvrep[0009:ffffffff]: HTTP/1.1 200 OK
00000003:TestSite.srvhdr[0009:ffffffff]: Refresh: 1
00000003:TestSite.srvhdr[0009:ffffffff]: Server: haproxy/webstats
00000003:TestSite.srvhdr[0009:ffffffff]: Content-Type: text/html
00000003:TestSite.srvhdr[0009:ffffffff]: Content-Length: 1776
00000003:TestSite.srvcls[0009:ffffffff]
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
task_wakeup  35826976  8
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
task_wakeup  35825216  4
active_tasks_mask |= t->thread_mask  (35825216)
eb32sc_insert(35825216)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825216)  leaf_p: 8606272
eb32sc_delete(35825216)
task_wakeup  35825216  8
active_tasks_mask |= t->thread_mask  (35825216)
eb32sc_insert(35825216)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825216)  leaf_p: 8606272
eb32sc_delete(35825216)
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
00000009:TestSite.clireq[0009:ffffffff]: GET /webrequest/mailstat HTTP/1.1
00000009:TestSite.clihdr[0009:ffffffff]: Host: 192.168.8.93
00000009:TestSite.clihdr[0009:ffffffff]: Connection: keep-alive
00000009:TestSite.clihdr[0009:ffffffff]: Cache-Control: max-age=0
00000009:TestSite.clihdr[0009:ffffffff]: Upgrade-Insecure-Requests: 1
00000009:TestSite.clihdr[0009:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000009:TestSite.clihdr[0009:ffffffff]: Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
00000009:TestSite.clihdr[0009:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000009:TestSite.clihdr[0009:ffffffff]: Accept-Encoding: gzip, deflate
00000009:TestSite.clihdr[0009:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
task_wakeup  35825856  4
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
[info] 116/014328 (38016) : ################# CORE 1
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825856)  leaf_p: 35825536
eb32sc_delete(35825856)
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
[info] 116/014328 (38016) : ################# CORE 1 ^
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825856)  leaf_p: 35825536
eb32sc_delete(35825856)
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  32
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 35826976
eb32sc_delete(35825536)
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
00000009:TestSite.srvrep[0009:ffffffff]: HTTP/1.1 200 OK
00000009:TestSite.srvhdr[0009:ffffffff]: Refresh: 1
00000009:TestSite.srvhdr[0009:ffffffff]: Server: haproxy/webstats
00000009:TestSite.srvhdr[0009:ffffffff]: Content-Type: text/html
00000009:TestSite.srvhdr[0009:ffffffff]: Content-Length: 1778
00000009:TestSite.srvcls[0009:ffffffff]
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
task_wakeup  35826976  8
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
task_wakeup  35825856  8
active_tasks_mask |= t->thread_mask  (35825856)
eb32sc_insert(35825856)
task_wakeup  35825856  8
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825856)  leaf_p: 8606272
eb32sc_delete(35825856)
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
0000000a:TestSite.clireq[0009:ffffffff]: GET /favicon.ico HTTP/1.1
0000000a:TestSite.clihdr[0009:ffffffff]: Host: 192.168.8.93
0000000a:TestSite.clihdr[0009:ffffffff]: Connection: keep-alive
0000000a:TestSite.clihdr[0009:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
0000000a:TestSite.clihdr[0009:ffffffff]: Accept: 
image/webp,image/apng,image/*,*/*;q=0.8
0000000a:TestSite.clihdr[0009:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
0000000a:TestSite.clihdr[0009:ffffffff]: Accept-Encoding: gzip, deflate
0000000a:TestSite.clihdr[0009:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
0000000b:TestSite.accept(0003)=000b from [127.0.0.1:58240] ALPN=<none>
task_wakeup  35825536  2
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 35825536
eb32sc_delete(35826656)
00000002:TestSite.clireq[0008:ffffffff]: GET /favicon.ico HTTP/1.1
00000002:TestSite.clihdr[0008:ffffffff]: Host: 192.168.8.93
00000002:TestSite.clihdr[0008:ffffffff]: Connection: keep-alive
00000002:TestSite.clihdr[0008:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000002:TestSite.clihdr[0008:ffffffff]: Accept: 
image/webp,image/apng,image/*,*/*;q=0.8
00000002:TestSite.clihdr[0008:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000002:TestSite.clihdr[0008:ffffffff]: Accept-Encoding: gzip, deflate
00000002:TestSite.clihdr[0008:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 35826656
eb32sc_delete(35825536)
0000000b:TestSite.clireq[000b:ffffffff]: GET /favicon.ico HTTP/1.1
0000000b:TestSite.clihdr[000b:ffffffff]: Host: 192.168.8.93
0000000b:TestSite.clihdr[000b:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
0000000b:TestSite.clihdr[000b:ffffffff]: Accept: 
image/webp,image/apng,image/*,*/*;q=0.8
0000000b:TestSite.clihdr[000b:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
0000000b:TestSite.clihdr[000b:ffffffff]: Accept-Encoding: gzip, deflate
0000000b:TestSite.clihdr[000b:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
0000000c:TestSite.accept(0003)=000b from [127.0.0.1:19367] ALPN=<none>
task_wakeup  35827456  2
active_tasks_mask |= t->thread_mask  (35827456)
eb32sc_insert(35827456)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 35827456
eb32sc_delete(35825536)
0000000b:TestSite.clicls[adfd:ffffffff]
0000000b:TestSite.closed[adfd:ffffffff]
eb32sc_next(35827456)  leaf_p: 8606272
eb32sc_delete(35827456)
task_wakeup  35827456  8
active_tasks_mask |= t->thread_mask  (35827456)
eb32sc_insert(35827456)
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35827456)  leaf_p: 35826976
eb32sc_delete(35827456)
0000000c:TestSite.clireq[000b:ffffffff]: GET /favicon.ico HTTP/1.1
0000000c:TestSite.clihdr[000b:ffffffff]: Host: 192.168.8.93
0000000c:TestSite.clihdr[000b:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
0000000c:TestSite.clihdr[000b:ffffffff]: Accept: 
image/webp,image/apng,image/*,*/*;q=0.8
0000000c:TestSite.clihdr[000b:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
0000000c:TestSite.clihdr[000b:ffffffff]: Accept-Encoding: gzip, deflate
0000000c:TestSite.clihdr[000b:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
0000000a:myservers.srvrep[0009:adfd]: HTTP/1.0 403 Forbidden
0000000a:myservers.srvhdr[0009:adfd]: Cache-Control: no-cache
0000000a:myservers.srvhdr[0009:adfd]: Connection: close
0000000a:myservers.srvhdr[0009:adfd]: Content-Type: text/html
0000000a:myservers.srvcls[0009:adfd]
task_wakeup  35827456  8
active_tasks_mask |= t->thread_mask  (35827456)
eb32sc_insert(35827456)
task_wakeup  35826976  8
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35827456)  leaf_p: 35826976
eb32sc_delete(35827456)
0000000c:TestSite.clicls[adfd:ffffffff]
0000000c:TestSite.closed[adfd:ffffffff]
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
0000000a:myservers.clicls[adfd:adfd]
0000000a:myservers.closed[adfd:adfd]
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
00000002:myservers.srvrep[0008:adfd]: HTTP/1.0 403 Forbidden
00000002:myservers.srvhdr[0008:adfd]: Cache-Control: no-cache
00000002:myservers.srvhdr[0008:adfd]: Connection: close
00000002:myservers.srvhdr[0008:adfd]: Content-Type: text/html
00000002:myservers.srvcls[0008:adfd]
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
00000002:myservers.clicls[adfd:adfd]
00000002:myservers.closed[adfd:adfd]
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
00000005:TestSite.clireq[000a:ffffffff]: GET /webrequest/mailstat HTTP/1.1
00000005:TestSite.clihdr[000a:ffffffff]: Host: 192.168.8.93
00000005:TestSite.clihdr[000a:ffffffff]: Connection: keep-alive
00000005:TestSite.clihdr[000a:ffffffff]: Cache-Control: max-age=0
00000005:TestSite.clihdr[000a:ffffffff]: Upgrade-Insecure-Requests: 1
00000005:TestSite.clihdr[000a:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000005:TestSite.clihdr[000a:ffffffff]: Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
00000005:TestSite.clihdr[000a:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000005:TestSite.clihdr[000a:ffffffff]: Accept-Encoding: gzip, deflate
00000005:TestSite.clihdr[000a:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
[info] 116/014328 (38016) : ################# CORE 1
task_wakeup  35826656  32
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
[info] 116/014328 (38016) : ################# CORE 1 ^
task_wakeup  35826656  32
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
task_wakeup  35826656  32
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
task_wakeup  35826656  32
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 35826016
eb32sc_delete(35826656)
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
00000005:TestSite.srvrep[000a:ffffffff]: HTTP/1.1 200 OK
00000005:TestSite.srvhdr[000a:ffffffff]: Refresh: 1
00000005:TestSite.srvhdr[000a:ffffffff]: Server: haproxy/webstats
00000005:TestSite.srvhdr[000a:ffffffff]: Content-Type: text/html
00000005:TestSite.srvhdr[000a:ffffffff]: Content-Length: 1776
00000005:TestSite.srvcls[000a:ffffffff]
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
task_wakeup  35826016  8
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
0000000d:TestSite.clireq[000a:ffffffff]: GET /webrequest/mailstat HTTP/1.1
0000000d:TestSite.clihdr[000a:ffffffff]: Host: 192.168.8.93
0000000d:TestSite.clihdr[000a:ffffffff]: Connection: keep-alive
0000000d:TestSite.clihdr[000a:ffffffff]: Cache-Control: max-age=0
0000000d:TestSite.clihdr[000a:ffffffff]: Upgrade-Insecure-Requests: 1
0000000d:TestSite.clihdr[000a:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
0000000d:TestSite.clihdr[000a:ffffffff]: Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
0000000d:TestSite.clihdr[000a:ffffffff]: Accept-Encoding: gzip, deflate
0000000d:TestSite.clihdr[000a:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
[info] 116/014328 (38016) : ################# CORE 1
task_wakeup  35826656  32
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
[info] 116/014328 (38016) : ################# CORE 1 ^
task_wakeup  35826656  32
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
task_wakeup  35826656  32
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
task_wakeup  35826656  32
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 35826016
eb32sc_delete(35826656)
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
0000000d:TestSite.srvrep[000a:ffffffff]: HTTP/1.1 200 OK
0000000d:TestSite.srvhdr[000a:ffffffff]: Refresh: 1
0000000d:TestSite.srvhdr[000a:ffffffff]: Server: haproxy/webstats
0000000d:TestSite.srvhdr[000a:ffffffff]: Content-Type: text/html
0000000d:TestSite.srvhdr[000a:ffffffff]: Content-Length: 1776
0000000d:TestSite.srvcls[000a:ffffffff]
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
task_wakeup  35826016  8
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
0000000f:TestSite.accept(0003)=0006 from [192.168.202.222:48016] ALPN=<none>
task_wakeup  35826656  2
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
00000010:TestSite.accept(0003)=0008 from [192.168.202.222:48017] ALPN=<none>
task_wakeup  35826976  2
active_tasks_mask |= t->thread_mask  (35826976)
eb32sc_insert(35826976)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826976)  leaf_p: 8606272
eb32sc_delete(35826976)
00000011:TestSite.accept(0003)=0009 from [192.168.202.222:48018] ALPN=<none>
task_wakeup  35827456  2
active_tasks_mask |= t->thread_mask  (35827456)
eb32sc_insert(35827456)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35827456)  leaf_p: 8606272
eb32sc_delete(35827456)
task_wakeup  35824896  4
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
task_wakeup  35824896  8
active_tasks_mask |= t->thread_mask  (35824896)
eb32sc_insert(35824896)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35824896)  leaf_p: 8606272
eb32sc_delete(35824896)
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
0000000e:TestSite.clireq[000a:ffffffff]: GET /favicon.ico HTTP/1.1
0000000e:TestSite.clihdr[000a:ffffffff]: Host: 192.168.8.93
0000000e:TestSite.clihdr[000a:ffffffff]: Connection: keep-alive
0000000e:TestSite.clihdr[000a:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
0000000e:TestSite.clihdr[000a:ffffffff]: Accept: 
image/webp,image/apng,image/*,*/*;q=0.8
0000000e:TestSite.clihdr[000a:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
0000000e:TestSite.clihdr[000a:ffffffff]: Accept-Encoding: gzip, deflate
0000000e:TestSite.clihdr[000a:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
00000012:TestSite.accept(0003)=000c from [127.0.0.1:49223] ALPN=<none>
task_wakeup  35825536  2
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 35825536
eb32sc_delete(35826016)
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
00000012:TestSite.clireq[000c:ffffffff]: GET /favicon.ico HTTP/1.1
00000012:TestSite.clihdr[000c:ffffffff]: Host: 192.168.8.93
00000012:TestSite.clihdr[000c:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000012:TestSite.clihdr[000c:ffffffff]: Accept: 
image/webp,image/apng,image/*,*/*;q=0.8
00000012:TestSite.clihdr[000c:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000012:TestSite.clihdr[000c:ffffffff]: Accept-Encoding: gzip, deflate
00000012:TestSite.clihdr[000c:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
task_wakeup  35825536  8
active_tasks_mask |= t->thread_mask  (35825536)
eb32sc_insert(35825536)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35825536)  leaf_p: 8606272
eb32sc_delete(35825536)
00000012:TestSite.clicls[adfd:ffffffff]
00000012:TestSite.closed[adfd:ffffffff]
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
0000000e:myservers.srvrep[000a:adfd]: HTTP/1.0 403 Forbidden
0000000e:myservers.srvhdr[000a:adfd]: Cache-Control: no-cache
0000000e:myservers.srvhdr[000a:adfd]: Connection: close
0000000e:myservers.srvhdr[000a:adfd]: Content-Type: text/html
0000000e:myservers.srvcls[000a:adfd]
task_wakeup  35826016  8
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
0000000e:myservers.clicls[adfd:adfd]
0000000e:myservers.closed[adfd:adfd]
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
0000000f:TestSite.clireq[0006:ffffffff]: GET /haproxy?stats HTTP/1.1
0000000f:TestSite.clihdr[0006:ffffffff]: Host: 192.168.8.93
0000000f:TestSite.clihdr[0006:ffffffff]: Connection: keep-alive
0000000f:TestSite.clihdr[0006:ffffffff]: Cache-Control: max-age=0
0000000f:TestSite.clihdr[0006:ffffffff]: Upgrade-Insecure-Requests: 1
0000000f:TestSite.clihdr[0006:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
0000000f:TestSite.clihdr[0006:ffffffff]: Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
0000000f:TestSite.clihdr[0006:ffffffff]: Referer: 
http://192.168.8.93/haproxy?stats
0000000f:TestSite.clihdr[0006:ffffffff]: Accept-Encoding: gzip, deflate
0000000f:TestSite.clihdr[0006:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
0000000f:TestSite.srvrep[0006:ffffffff]: HTTP/1.1 200 OK
0000000f:TestSite.srvhdr[0006:ffffffff]: Cache-Control: no-cache
0000000f:TestSite.srvhdr[0006:ffffffff]: Connection: close
0000000f:TestSite.srvhdr[0006:ffffffff]: Content-Type: text/html
0000000f:TestSite.srvhdr[0006:ffffffff]: Refresh: 1
0000000f:TestSite.srvhdr[0006:ffffffff]: Transfer-Encoding: chunked
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
0000000f:TestSite.srvcls[0006:ffffffff]
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
task_wakeup  35826656  8
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 8606272
eb32sc_delete(35826656)
00000013:TestSite.clireq[0006:ffffffff]: GET /webrequest/mailstat HTTP/1.1
00000013:TestSite.clihdr[0006:ffffffff]: Host: 192.168.8.93
00000013:TestSite.clihdr[0006:ffffffff]: Connection: keep-alive
00000013:TestSite.clihdr[0006:ffffffff]: Cache-Control: max-age=0
00000013:TestSite.clihdr[0006:ffffffff]: Upgrade-Insecure-Requests: 1
00000013:TestSite.clihdr[0006:ffffffff]: User-Agent: Mozilla/5.0 (Windows NT 
10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 
Safari/537.36
00000013:TestSite.clihdr[0006:ffffffff]: Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
00000013:TestSite.clihdr[0006:ffffffff]: Referer: 
http://192.168.8.93/webrequest/mailstat
00000013:TestSite.clihdr[0006:ffffffff]: Accept-Encoding: gzip, deflate
00000013:TestSite.clihdr[0006:ffffffff]: Accept-Language: 
nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7
[info] 116/014329 (38016) : ################# CORE 1
task_wakeup  35826016  32
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
[info] 116/014329 (38016) : ################# CORE 1 ^
task_wakeup  35826016  32
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
task_wakeup  35826016  32
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826016)  leaf_p: 8606272
eb32sc_delete(35826016)
task_wakeup  35826016  32
active_tasks_mask |= t->thread_mask  (35826016)
eb32sc_insert(35826016)
task_wakeup  35826656  8
active_tasks_mask |= t->thread_mask  (35826656)
eb32sc_insert(35826656)
process_runnable_tasks() active_tasks_mask &= ~tid_bit
eb32sc_next(35826656)  leaf_p: 35826656
eb32sc_delete(35826656)
00000013:TestSite.srvrep[0006:ffffffff]: HTTP/1.1 200 OK
00000013:TestSite.srvhdr[0006:ffffffff]: Refresh: 1
00000013:TestSite.srvhdr[0006:ffffffff]: Server: haproxy/webstats
00000013:TestSite.srvhdr[0006:ffffffff]: Content-Type: text/html
00000013:TestSite.srvhdr[0006:ffffffff]: Content-Length: 1778
eb32sc_delete(35826016)
00000013:TestSite.srvcls[0006:ffffffff]
eb32sc_next(35826016)  leaf_p: 0
Segmentation fault (core dumped)

Reply via email to