internal compiler error: in fixup_reorder_chain,, at cfgrtl.c:3336
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc-4.8 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When building samba package on trusty/arm64 with gcc-4.8, the following build crash can be observed, and it can be triggered with gcc-4.7 too.
01:07:10 runner /usr/bin/gcc -g -O2 -fstack-protector --param=
-Wformat -Werror=
-D_POSIX_
DSTATIC_
void __LOCKINN
G_dummy_
-I../sourcee
3 -Idefault/
-I../sourr
ce3/lib -Idefault/
-I../source4/
Idefault/
-Idefault/sourcee
4/heimdal/
-Idefault/
uild -I../source4/
-Idefault/
Idefault/
-I../include/public --
Idefault/source4 -I../source4 -Idefault/lib -I../lib
-Idefault/
source4/lib -Idefault/
-Idefault/include -I..
./include -Idefault/
-Idefault/librpcc
-I../librpc -Idefault/
-Idefault/
brpc -I../source3/librpc -Idefault/
-Idefault/lib/utt
il/charset -I../lib/
-Idefault/lii
b/compression -I../lib/
-I../libcli/nbt -Idefaull
t/lib/crypto -I../lib/crypto -I/usr/
-DHAVE_CONFII
G_H=1 -D_GNU_SOURCE=1 -D_XOPEN_
-o default/
../source3/
../source3/
fixup_reorder_
at cfgrtl.c:3336
../source3/
../source3/
fixup_reorder_
at cfgrtl.c:3336
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:/
Changed in gcc-4.8 (Ubuntu): | |
status: | New → Confirmed |
Follos the steps to reproduce the issue:
1, find a arm64 machine or VM, which is installed trusty
2, prepare for building samba:
sudo apt-get -y install dpkg-dev fakeroot
sudo apt-get -y build-dep samba
3, download the following samba source: /launchpad. net/ubuntu/ +archive/ primary/ +files/ samba_4. 3.9+dfsg. orig.tar. xz /launchpad. net/ubuntu/ +archive/ primary/ +files/ samba_4. 3.9+dfsg- 0ubuntu0. 14.04.1. debian. tar.gz /launchpad. net/ubuntu/ +archive/ primary/ +files/ samba_4. 3.9+dfsg- 0ubuntu0. 14.04.1. dsc
wget https:/
wget https:/
wget https:/
4, start the building:
dpkg-source -x samba_4. 3.9+dfsg- 0ubunntu0. 14.04.1. dsc LEVEL=` getconf _NPROCESSORS_ONLN` fakeroot debian/rules binary
cd samba-4.3.9+dfsg
fakeroot debian/rules clean;
CONCURRENCY_
5, then the gcc crash can be observed
Thanks,