Date: Thu, 19 Feb 2004 14:59:58 -0500 (EST) From: Daniel Eischen <eischen@vigrid.com> To: Kris Gale <kris-fbsd@asn.net> Cc: freebsd-threads@freebsd.org Subject: Re: More on MySQL -- Fatal trap 12 Message-ID: <Pine.GSO.4.10.10402191456320.23538-100000@pcnet5.pcnet.com> In-Reply-To: <50189.68.3.131.72.1077123041.squirrel@mail.asn.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 18 Feb 2004, Kris Gale wrote: > > I'm not sure what all the mumbo-jumbo is in your /etc/my.cnf, > > but commenting out this line: > > > > #set-variable = key_buffer=1024M > > This key buffer is shared amongst the threads. This is the value > I have set on an identical machine running -STABLE. I can't even get mysqld to start with a value this large. I patched mysql to use process scope threads. Here is the patch to databases/mysql40-server: http://people.freebsd.org/~deischen/mysql40-server.diffs The port still uses -lc_r even though it detects -lpthread. I haven't fixed that, so be sure to keep using libmap.conf. -- Dan Eischen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10402191456320.23538-100000>