Skip to content

Commit 309560d

Browse files
author
ken
committed
Rustc - note that three more tests fail with glibc-2.27. Possibly this will be fixed in rustc-1.25.0, rust-lang/rust#47863.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk@19880 af4574ff-66df-0310-9fd7-8a98e5e911e0
1 parent 08ff6cf commit 309560d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BOOK/general/prog/rust.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ EOF</userinput></screen>
179179
compile for the thumbv6m-none-eabi target, but the BLFS build does not cater for
180180
that, and all 105 tests in debuginfo-gdb will fail if
181181
<application>gdb</application> has not been installed. Several other tests in
182-
run-make can also fail.
182+
run-make can also fail. With <application>glibc-2.27</application> the stack
183+
guard page has been moved to just beyond the stack, instead of within it. That
184+
causes three run-pass tests (out-of-stack.rs, stack-probes-lto.rs,
185+
stack-probes.rs) to fail.
183186
</para>
184187

185188
<para>

0 commit comments

Comments
 (0)