Hide Forgot
Description of problem: Squid needs to be updated because there is a newer version which solves some bugs like this one i am hitting frequently: assertion failed: store.cc:885: "store_status == STORE_PENDING" See also http://bugs.squid-cache.org/show_bug.cgi?id=3377 Version-Release number of selected component (if applicable): squid-3.2.0.13-5.fc16.i686 How reproducible: Regulary Steps to Reproduce: 1. 2. 3. Actual results: Squid coredumps with a message like: assertion failed: store.cc:885: "store_status == STORE_PENDING" Expected results: No such error Additional info:
(In reply to comment #0) > Squid needs to be updated because there is a newer version which solves some > bugs like this one i am hitting frequently: > > assertion failed: store.cc:885: "store_status == STORE_PENDING" > > See also http://bugs.squid-cache.org/show_bug.cgi?id=3377 > Package squid-3.2.0.14-1.fc16 was pushed to the Fedora 16 testing repository. Update it with: # su -c 'yum update --enablerepo=updates-testing squid-3.2.0.14-1.fc16' The fix of Squid's BZ#3377 is contained in this release.
Installed and for 2 days no more core dumps. Works for me. Thank you.