From owner-freebsd-stable Wed Jul 19 13:36: 6 2000 Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 97A5537C05B for ; Wed, 19 Jul 2000 13:35:59 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6JKZrr09628; Wed, 19 Jul 2000 13:35:53 -0700 (PDT) Date: Wed, 19 Jul 2000 13:35:53 -0700 From: Alfred Perlstein To: noor@comrax.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: MySQL on FreeBSD Message-ID: <20000719133552.X13979@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from noor@comrax.com on Wed, Jul 19, 2000 at 11:17:49PM +0300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * noor@comrax.com [000719 13:27] wrote: > Hello all, > > I've upgraded our FreeBSD box this morning to 4.1-RC. The machine runs > httpd and mysqld mainly. PHP runs as a module on httpd. > > Anyways, mysqld is acting strangely on our FreeBSD box (P-II 350Mhz, > 256MB, SCSI-II card & disk). Usually the machine is 90-95% idling, and > from time to time, mysqld uses 20% from the CPU, but after that it rests > back to 0-1%. The problem is that when mysqld reaches approximately 25-30% > of CPU usage, it dies with a 'Segmentation fault' or 'Bus error' error > message, and starts again from a shell script. I would be most helpful if you could post a stack trace. find the mysqld.core file and do this: gdb /path/to/mysqld /path/to/mysqld.core then type "bt" show us the results, it would be even more helpful if you could compile libc_r and mysqld with debugging symbols and give us a traceback from that. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message