Problem with proxy_cache_path on x64 Windows

Hi,
I have been trying to run nginx on a couple of Windows Server
(2003/2008) and I have found that on x86 machines, proxy_cache_path
works fine. But on x64, nginx stops when I try to start the service with
the following lines in the error.log…

2009/11/12 14:06:09 4076#5480: start worker process 3216
2009/11/12 14:06:09 3216#4048: malloc: 01CE5288:9
2009/11/12 14:06:09 3216#4048: shared zone “one” has no equal
addresses: 023E0000 vs 02320000
2009/11/12 14:06:09 4076#5480: WaitForMultipleObjects: 1
2009/11/12 14:06:09 4076#5480: worker process 3216 exited with code 1

And here is the parameters that I’m using.

proxy_cache_path proxy levels=1 keys_zone=one:60m inactive=1d;

Anyone that could give me a hint :wink:

Found a thread with a similar problem but the OS was FreeBSD 7.1 64 bit

Regards,
Johan

Posted at Nginx Forum:

On Thu, Nov 26, 2009 at 01:36:57PM -0500, nbs2 wrote:

Does proxy_path in Nginx support 64-bit platforms at all today? Anybody with a linux/windows/freebsd platform that could share their experience?
I really like Nginx, but sadly I think I have to look for another solution. A shame beacuse except from proxy_path everything is working perfectly.

proxy_cache does not work on Windows with ASLR.
It works without any issues on Unixes.


Igor S.
http://sysoev.ru/en/

Does proxy_path in Nginx support 64-bit platforms at all today? Anybody
with a linux/windows/freebsd platform that could share their experience?
I really like Nginx, but sadly I think I have to look for another
solution. A shame beacuse except from proxy_path everything is working
perfectly.

/J

Posted at Nginx Forum: