You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mar 5 03:18:51 pigpen-01 varnishd[23342]: Child (16092) said Child starts
Mar 5 03:18:57 pigpen-01 kernel: [ 3130.146325] varnishd[16301]: segfault at 0 ip 00007fbe678f5080 sp 00007fbe02826298 error 4 in libvmod_throttle.so[7fbe678f4000+3000]
Mar 5 03:18:57 pigpen-01 varnishd[23342]: Child (16092) died signal=11
Mar 5 03:18:57 pigpen-01 varnishd[23342]: Child cleanup complete
Mar 5 03:18:57 pigpen-01 varnishd[23342]: child (16508) Started
Mar 5 03:18:57 pigpen-01 varnishd[23342]: Child (16508) said Child starts
what's particular vexing about this segfault is it appears to only happen on certain types of (virtualized) hardware (?)
we're running your plugin with these configs successfully w/o segfaults on aws, but the same code running in rackspace demonstrates the issue.
rackspace:
Linux pigpen-01 3.2.0-24-virtual #37-Ubuntu SMP Wed Apr 25 10:17:19 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
aws:
Linux headbox 3.2.0-23-virtual #36-Ubuntu SMP Tue Apr 10 22:29:03 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
any guidance on debugging this issue would be greatly appreciated.
I have at least a quick way to check and debug your problem.
There is a known bug (#3) that this vmod will segfault, if the given key is an empty string.
we've hit a rather odd segfault while deploying throttle.
our config is pretty straightforward
on inbound traffic, we see the following:
what's particular vexing about this segfault is it appears to only happen on certain types of (virtualized) hardware (?)
we're running your plugin with these configs successfully w/o segfaults on aws, but the same code running in rackspace demonstrates the issue.
rackspace:
Linux pigpen-01 3.2.0-24-virtual #37-Ubuntu SMP Wed Apr 25 10:17:19 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
aws:
Linux headbox 3.2.0-23-virtual #36-Ubuntu SMP Tue Apr 10 22:29:03 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
any guidance on debugging this issue would be greatly appreciated.
strace of the child
The text was updated successfully, but these errors were encountered: