From owner-freebsd-current Fri Aug 2 17:25:40 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8372D37B400 for ; Fri, 2 Aug 2002 17:25:37 -0700 (PDT) Received: from encontacto.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2825243E3B for ; Fri, 2 Aug 2002 17:25:29 -0700 (PDT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Fri, 02 Aug 2002 17:25:11 -0700 Received: from adsl-64-173-182-155.dsl.mtry01.pacbell.net (adsl-64-173-182-155.dsl.mtry01.pacbell.net [64.173.182.155]) by Mail.EnContacto.Net (IMP) with HTTP for eculp@encontacto.net@encontacto.net; Fri, 2 Aug 2002 17:25:11 -0700 Message-ID: <1028334311.3d4b22e767678@Mail.EnContacto.Net> Date: Fri, 2 Aug 2002 17:25:11 -0700 From: Edwin Culp To: "current@FreeBSD.ORG" Subject: Re: mysql-3.23.51 with Current for the last few weeks. References: <5.1.1.6.2.20020802100918.00a8f9a0@pozo.com> In-Reply-To: <5.1.1.6.2.20020802100918.00a8f9a0@pozo.com> MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Priority: 3 (Normal) X-Originating-IP: 64.173.182.155 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Manfred Antar : | At 08:54 AM 8/2/2002 -0700, Edwin Culp wrote: | >This doesn't make much sense and is probably not related but I've had the | >problem for about a month and thought it was going to go away but it | hasn't. | >I really don't know where to start looking. Just after the KSE changes at | >the beginning of July I upgraded mysql. Since then I have had intermittent | >problems with mysql hanging far too often. It takes 100% of the resources | >and has to be killed. I get no errors in the mysql log nor in the system | >logs. | > | >Has anyone seen this or do you have any ideas for a solution or for trouble | >shooting? I wanted to try a pkg_add -r but there doesn't seem to be a | >mysql-server package. | > | >I am running today's current and I check it daily to see if it still hangs. | >I initially thought that it was a problem with this version of mysql but | I'm | >not really sure. | > | >Thanks, | > | >ed | | The same thing happend to me a few weeks ago when I did an upgrade from | 3.23.49 ==> 3.23.51 | I think what I ended up doing was to use the gcc3.2 from ports, and I built | it staticlly. | First i installed gcc3.2 the made sure /usr/local/bin was ahead of /usr/bin | in my PATH | then I built mysql enabling static build. Manford, It didn't work for me. What did you put in this line in the Makefile? CXX="${CC}" \ I have compiled it three times, once without change, once by ereasing it and the last by changing it to CXX="${GCC}" \ I compiled it with BUILD_STATIC=yes in all cases. They all compiled but continued to hang. Thanks again, ed ------------------------------------------------------------- http://worldinternet.org - Mergence of Business and Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message