Closed
Description
Configuring with ../configure --disable-docs --enable-ccache --disable-jemalloc
causes the build to fail with:
x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
Illegal instruction (core dumped)
Usually it is Illegal instruction
however sometimes a bad or double free is reported.
Building with jemalloc enabled (../configure --disable-docs --enable-ccache
) has no problem.