[Varnish] #1368: Assert error in object_cmp(), cache/cache_expire.c line 540
Varnish
varnish-bugs at varnish-cache.org
Thu Oct 31 14:51:58 CET 2013
#1368: Assert error in object_cmp(), cache/cache_expire.c line 540
----------------------+-------------------
Reporter: lkarsten | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Keywords:
----------------------+-------------------
In an attempt at reproducing the VBO_waitlen() panic reported by "jw" on
#varnish-hacking yesterday, fryer found another panic in master.
gitref 645c1ca.
vcl is default, only a backend definition.
startup args:
/opt/varnish/sbin/varnishd -T localhost:6082 -a :6081 -f
/opt/varnish/etc/testsuite.vcl -smalloc,1M -p default_ttl=86400 -p
thread_pool_min=100
note the tiny malloc.
{{{
Panic message: Assert error in object_cmp(), cache/cache_expire.c line
540:
Condition(((aa))->magic == (0x4d301302)) not true.
thread = (cache-timeout)
ident = Linux,3.2.0-51-generic,x86_64,-smalloc,-smalloc,-hcritbit,epoll
Backtrace:
0x438655: sess_close_2str+1106
0x438966: sess_close_2str+1417
0x421c72: EXP_NukeOne+fd7
0x7f14209fa52d: _end+7f1420359d3d
0x7f14209fad9b: _end+7f142035a5ab
0x421420: EXP_NukeOne+785
0x422012: EXP_NukeOne+1377
0x453571: WRK_TrySumStat+15f
0x7f141fa60e9a: _end+7f141f3c06aa
0x7f141f78d3fd: _end+7f141f0ecc0d
}}}
--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1368>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list