ICE: CC signal 11 during compile of mysql-5.0.27
I'm trying to compile a 64bit version of mysql-5.0.27 and I'm getting a segementation fault of the compiler:
CC -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/export/home/doehrm/bix64/bixdata3/external/mysql-5.0.2 7\"" -DDA
TADIR="\"/export/home/doehrm/bix64/bixdata3/external/mysql-5.0.27/var\"" -DSHAREDIR="\"/export/home/doehrm
/bix64/bixdata3/external/mysql-5.0.27/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../zlib -I../innobase/
include -I../include -I../include -I../regex -I.-DDBUG_OFF -xarch=generic64-DBIG_TABLES -DHAVE_RWL
OCK_T -c -o handler.o handler.cc
"item_strfunc.h", line 166: Warning (Anachronism): Assigning extern "C" unsigned(*)(charset_info_st*,char*
,unsigned,char*,unsigned) to unsigned(*)(charset_info_st*,char*,unsigned,char*,unsigned).
"item_strfunc.h", line 180: Warning (Anachronism): Assigning extern "C" unsigned(*)(charset_info_st*,char*
,unsigned,char*,unsigned) to unsigned(*)(charset_info_st*,char*,unsigned,char*,unsigned).
>> Signal 11:
while processing handler.cc at line 858.
gmake[4]: *** [handler.o] Error 1
gmake[4]: Leaving directory `/export/home/doehrm/bix64/bixdata3/scripts/bix-external/common/mysql-5.0.27/s
ql'
This happens only after application of patch 121018-08, after backing out that patch, I can compile nicely.
This happens during 32bit as well as 64bit compile.
root@consbig / >uname -a
SunOS consbig 5.10 Generic_118855-19 i86pc i386 i86pc
--
Markus

