summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hardened/toolchain/branches/pieworld/pieworld.README')
-rw-r--r--hardened/toolchain/branches/pieworld/pieworld.README4
1 files changed, 4 insertions, 0 deletions
diff --git a/hardened/toolchain/branches/pieworld/pieworld.README b/hardened/toolchain/branches/pieworld/pieworld.README
index a4899a3..99cd2e2 100644
--- a/hardened/toolchain/branches/pieworld/pieworld.README
+++ b/hardened/toolchain/branches/pieworld/pieworld.README
@@ -228,6 +228,10 @@ Things to work out:
it has aborted, which it shouldn't have done. The reason the assertion has failed is the
'oldval ^ 0x40000000' bit, which is FUTEX_OWNER_DIED. This is consistent with the child process
aborting, instead of going to an idle state waiting to be cleaned up when the parent finishes.
+
+ Now I've repeated, always getting these failures on a non-hardened kernel, when built with gcc/vanilla
+ on both hardened and non-hardened kernels. Yet I don't get them on my athlon-xp machine.
+
Investigation ongoing...
2) Why x86 passes elf/tst-tls{1,2}-static when all other arches fail it