We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ff6cf commit 309560dCopy full SHA for 309560d
BOOK/general/prog/rust.xml
@@ -179,7 +179,10 @@ EOF</userinput></screen>
179
compile for the thumbv6m-none-eabi target, but the BLFS build does not cater for
180
that, and all 105 tests in debuginfo-gdb will fail if
181
<application>gdb</application> has not been installed. Several other tests in
182
- run-make can also fail.
+ 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.
186
</para>
187
188
<para>
0 commit comments