Re: [squid-users] Segmentation fault on x86_64

2005-12-21 Thread Michał Margula
H napisał(a): I have not read this thread from the beginning but I run since 6 month or so several FreeBSD-amd64 (including X2) servers extremely stable and with real performance advantage in comparism to i386 platforms. It usually happens to me. There are bugs that nobody else notices,

Re: [squid-users] Segmentation fault on x86_64

2005-12-16 Thread Michał Margula
Richard Lyons napisał(a): gcc-3.4 is known to generate incorrect code when optimising on x86_64 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21804), it may be the cause of the segfault. If removing the optimisations doesn't help you might try gcc-4. Rick. OK it wasn't caused by

Re: [squid-users] Segmentation fault on x86_64

2005-12-16 Thread H
On Friday 16 December 2005 18:01, Michał Margula wrote: OK it wasn't caused by optimisations. I removed all flags and left only -march=nocona. It seems that thiis is a squid bug, bug on squids bugzilla they ask me to run malloc debuger which I can't do. I am afraid it is good time to go back

Re: [squid-users] Segmentation fault on x86_64

2005-12-12 Thread Michał Margula
Michał Margula napisał(a): I am sorry. I don't know why I skipped that. Now I have compiled squid with symbols, enabled core dumps and waiting. Funny thing is that it didn't fail for last 30 hours (usualy it happens much faster!). I hope I am not victim of Murphy Law and it will fail sometime

Re: [squid-users] Segmentation fault on x86_64

2005-12-11 Thread Michał Margula
Serassio Guido napisał(a): Hi, At 01.36 10/12/2005, =?ISO-8859-2?Q?Micha=B3_Margula?= wrote: Hello! I was trying to find solution for my problem for a long long time, but I had no luck. Everything started when I installed Gentoo with Squid on 64 bit architecture. It is dual Xeon

Re: [squid-users] Segmentation fault on x86_64

2005-12-11 Thread Richard Lyons
RAM. My CFLAGS are -O3 -march=nocona -pipe -fomit-frame-pointer. It didn't happen on 32 bit architecture. gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8). Those optimizations didn't cause problems earlier, I will try remove them if I can't find anything in core dump. gcc-3.4

Re: [squid-users] Segmentation fault on x86_64

2005-12-11 Thread Michał Margula
Richard Lyons napisał(a): gcc-3.4 is known to generate incorrect code when optimising on x86_64 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21804), it may be the cause of the segfault. If removing the optimisations doesn't help you might try gcc-4. Rick. Funny thing is that now squid

Re: [squid-users] Segmentation fault on x86_64

2005-12-10 Thread Serassio Guido
Hi, At 01.36 10/12/2005, =?ISO-8859-2?Q?Micha=B3_Margula?= wrote: Hello! I was trying to find solution for my problem for a long long time, but I had no luck. Everything started when I installed Gentoo with Squid on 64 bit architecture. It is dual Xeon 3.4 with 2 GB of RAM. My

[squid-users] Segmentation fault on x86_64

2005-12-09 Thread Michał Margula
Hello! I was trying to find solution for my problem for a long long time, but I had no luck. Everything started when I installed Gentoo with Squid on 64 bit architecture. It is dual Xeon 3.4 with 2 GB of RAM. My CFLAGS are -O3 -march=nocona -pipe -fomit-frame-pointer. It didn't happen on 32