On Sat, 19 Mar 2005, Awie wrote:
2005/03/19 11:19:41| storeLateRelease: released 0 objects FATAL: Received Segment Violation...dying.
Can you get a stack trace of the error?
This is the step that I never did before
See the Squid FAQ on how to report bugs: http://www.squid-cache.org/Doc/FAQ/FAQ-11.html#ss11.19
As you have a problem which is reproducible the easiest approach is what is described close to the end
start Squid under the contol of GDB
% gdb /path/to/squid handle SIGPIPE pass nostop noprint run -DNYCd3 [wait for crash] backtrace quit
I extract the source in new directory. So I think no need to run "make clean"
Correct.
Regards Henrik