Date: Wed, 19 Jul 2000 13:35:53 -0700 From: Alfred Perlstein <bright@wintelcom.net> To: noor@comrax.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: MySQL on FreeBSD Message-ID: <20000719133552.X13979@fw.wintelcom.net> In-Reply-To: <Pine.BSF.4.10.10007192309270.71496-100000@dns.comrax.com>; from noor@comrax.com on Wed, Jul 19, 2000 at 11:17:49PM %2B0300 References: <Pine.BSF.4.10.10007192309270.71496-100000@dns.comrax.com>
next in thread | previous in thread | raw e-mail | index | archive | help
* noor@comrax.com <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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000719133552.X13979>