"squid -k ..." aborts on assertion in memPoolAlloc().
Running squid 1.2 on OpenBSD 2.3.
The following patch fixes the problem:
--- main.c.org Wed May 27 18:51:54 1998
+++ main.c Mon Jul 6 13:58:43 1998
@@ -670,6 +670,7 @@
if (ConfigFile == NULL)
ConfigFile = xstrdup(DefaultConfigFile);
cbdataInit();
+ memInit();
parseConfigFile(ConfigFile);
pid = readPidFile();
if (pid > 1) {
Received on Mon Jul 06 1998 - 11:39:32 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:41:04 MST