diff --git a/en/releases/4.10R/todo.sgml b/en/releases/4.10R/todo.sgml index c548f01978..b9550deca0 100644 --- a/en/releases/4.10R/todo.sgml +++ b/en/releases/4.10R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; @@ -65,6 +65,26 @@
Issue | Status | Responsible | Description |
---|---|---|---|
twe(4) stability problem | +&status.untested; | +-- | +The twe(4) driver has a stability problem + when a lot of rapid sequential small file + inserts into a new directory tree. A set of patches + for the problem has been committed just before 4.10-RC3. | +
vmspace leak | +&status.untested; | +-- | +Copying vm_exitingcnt to the new vmspace in vmspace_exec() + can make it very high values and never drop to 0 and + be freed. This can cause a system crash. A patch for the + problem has been committed just before 4.10-RC3. | +