- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2020-7-28 13:02:43
|
显示全部楼层
[ 19%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/handler/handler0alter.cc.o
/root/lnmp1.7/src/mysql-5.7.30/storage/innobase/handler/handler0alter.cc: In member function ‘virtual bool ha_innobase::commit_inplace_alter_table(TABLE*, Alter_inplace_info*, bool)’:
/root/lnmp1.7/src/mysql-5.7.30/storage/innobase/handler/handler0alter.cc:9015:1: error: could not split insn
}
^
(insn 7305 19482 19484 (parallel [
(set (reg:DI 0 x0 [orig:834 D.184447 ] [834])
(plus:DI (mem/v:DI (reg/f:DI 28 x28 [2520]) [-1 S8 A64])
(const_int 536870912 [0x20000000])))
(set (mem/v:DI (reg/f:DI 28 x28 [2520]) [-1 S8 A64])
(unspec_volatile:DI [
(mem/v:DI (reg/f:DI 28 x28 [2520]) [-1 S8 A64])
(const_int 536870912 [0x20000000])
(const_int 5 [0x5])
] UNSPECV_ATOMIC_OP))
(clobber (reg:CC 66 cc))
(clobber (reg:SI 6 x6))
]) /root/lnmp1.7/src/mysql-5.7.30/storage/innobase/include/sync0rw.ic:317 1856 {atomic_add_fetchdi}
(expr_list:REG_UNUSED (reg:CC 66 cc)
(expr_list:REG_UNUSED (reg:SI 6 x6)
(nil))))
/root/lnmp1.7/src/mysql-5.7.30/storage/innobase/handler/handler0alter.cc:9015:1: internal compiler error: in final_scan_insn, at final.c:2897
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccJvRZDe.out file, please attach this to your bugreport.
make[2]: *** [storage/innobase/CMakeFiles/innobase.dir/handler/handler0alter.cc.o] Error 1
make[1]: *** [storage/innobase/CMakeFiles/innobase.dir/all] Error 2
按日志这个貌似是mysql在aarch64架构下的bug,https://bugs.mysql.com/bug.php?id=97547
mariadb在aarch64好像也是有bug的,可以按上面bug里的提示按 https://www.vpser.net/manage/centos-6-upgrade-gcc.html 升级gcc 8后再试试看 |
|