[Varnish] #1467: Assert error in HSH_RefBusy(); Condition((bo)->magic == 0x23b95567) not true
Varnish
varnish-bugs at varnish-cache.org
Mon Mar 31 14:58:07 CEST 2014
#1467: Assert error in HSH_RefBusy(); Condition((bo)->magic == 0x23b95567) not
true
----------------------+-----------------------------------------------
Reporter: lkarsten | Owner: Martin Blix Grydeland <martin@…>
Type: defect | Status: closed
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------
Changes (by Martin Blix Grydeland <martin@…>):
* owner: => Martin Blix Grydeland <martin@…>
* status: new => closed
* resolution: => fixed
Comment:
In [20319dd6e73e2979948468f49ed11cb7a00a6156]:
{{{
#!CommitTicketReference repository=""
revision="20319dd6e73e2979948468f49ed11cb7a00a6156"
Fix missing clearing of oc->busyobj on HSH_Fail.
The oc's busyobj isn't cleared in HSH_Fail (like it is in HSH_Complete).
This allows a thread to get a pointer to an already free'd busyobj.
Fixes: #1467
}}}
--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1467#comment:2>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list