10 messages in com.mysql.lists.clusterRe: Signal 11 on API Node
FromSent OnAttachments
Adam Dixon03 Nov 2005 22:08 
Jonathan Miller04 Nov 2005 05:27 
Adam Dixon05 Nov 2005 15:05 
pek...@mysql.com05 Nov 2005 15:15 
Adam Dixon06 Nov 2005 16:42 
Adam Dixon06 Nov 2005 17:44 
Gabor Debreczeni-Kis07 Nov 2005 04:57 
Adam Dixon07 Nov 2005 15:08 
Adam Dixon13 Nov 2005 15:03 
pek...@mysql.com15 Nov 2005 14:51 
Subject:Re: Signal 11 on API Node
From:Adam Dixon (adam@gmail.com)
Date:11/06/2005 04:42:37 PM
List:com.mysql.lists.cluster

Ive downloaded the source of 5.0.15 and in the INSTALL-SOURCE txt file I read; "If you are using a version of `gcc' recent enough to understand the -fno-exceptions option, it is _very important_ that you use this option. Otherwise, you may compile a binary that crashes randomly. We also recommend that you use -felide-constructors and -fno-rtti along with -fno-exceptions. When in doubt, do the following: CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors \ -fno-exceptions -fno-rtti" ./configure \ --prefix=/usr/local/mysql --enable-assembler \ --with-mysqld-ldflags=-all-static "

I have gcc (GCC) 3.4.3 20041212 (Red Hat 3.4.3-9.EL4), Just wondering if the static download on the site has this at all.

Ive just built the BUILD/compile-pentium-debug-max on a XEON EMT64 3ghz cpu, I dont know the options to match it better. Unless there is another one im missing or could use instead (or was I supposed to use compile-ia64-debug-max). But since its not exact it may not correctly replicate the error. Ill see if I can get some core file based on this install.

Adam

On 11/6/05, pek@mysql.com <pek@mysql.com> wrote:

All I had in the error log I pasted in my email. I couldnt see a core file in any of the mysql directories. Would it plant it in the data directory by default?

Following works for me (debug compiled): Start mysqld with option "--core-file". The core is written in the "data" directory.