diff options
author | mcsim <mcsim@web> | 2012-01-05 11:16:35 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2012-01-05 11:16:35 +0100 |
commit | 0c2e129ffca1a39c75e07d46c4b5ca1ba136e38e (patch) | |
tree | 5fc38266c05e4c6968431430b0a795fd4b650993 | |
parent | 6471935845d2c96a4bc7f80a34f02799a2fd47a1 (diff) |
-rw-r--r-- | user/Maksym_Planeta.mdwn | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/user/Maksym_Planeta.mdwn b/user/Maksym_Planeta.mdwn index 80c94e0a..5cdf4cf9 100644 --- a/user/Maksym_Planeta.mdwn +++ b/user/Maksym_Planeta.mdwn @@ -13,17 +13,15 @@ License|/fdl]]."]]"""]] ## Current state -7.12.11 +5.01.12 -There left 4 bugs, I found: +There left 2 bugs, I found: 1. Passive translator doesn't work. (Haven't investigate yet) -2. After sometime of inactivity tmpfs exits. (8.12.11, Fixed) - 3. Writing by freed address somewhere. As workaround I set kalloc_max in mach-defpager/kalloc.c to 3, so vm_allocate is always used. -4. Fsx still breaks with 11 from 12 seeds, I tested the problem was in first 4 Kb. In 12th case problem was in range between 4 Kb and 8 Kb. I find this quite odd. Usual amount of operations before fsx breaks passes 100 000. +4. Fsx still breaks. With 11 from 12 seeds, I tested the problem was in first 4 Kb. In 12th case problem was in range between 4 Kb and 8 Kb. I find this quite odd. Usual amount of operations before fsx breaks passes 100 000. UPD: The problem seems to be fixed. ## mach-defpager |