From 2603401fa1f899a8ff60ec6a134d5bd511073a9d Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 7 Aug 2012 23:25:26 +0200 Subject: IRC. --- open_issues/gnumach_vm_map_red-black_trees.mdwn | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'open_issues/gnumach_vm_map_red-black_trees.mdwn') diff --git a/open_issues/gnumach_vm_map_red-black_trees.mdwn b/open_issues/gnumach_vm_map_red-black_trees.mdwn index d7407bfe..7a54914f 100644 --- a/open_issues/gnumach_vm_map_red-black_trees.mdwn +++ b/open_issues/gnumach_vm_map_red-black_trees.mdwn @@ -172,3 +172,29 @@ License|/fdl]]."]]"""]] crasher le noyau) (enfin jveux dire, qui faisait crasher le noyau de façon très obscure avant le patch rbtree) + + +### IRC, freenode, #hurd, 2012-07-15 + + I get errors in vm_map.c whenever I try to "mount" a CD + Hmm, this time it rebooted the machine + braunr: The translator set this time and the machine reboots + before I can get the full message about vm_map, but here is some of the + crap I get: http://paste.debian.net/179191/ + oh + nice + that may be the bug youpi saw with my redblack tree patch + bddebian: assert(diff != 0); ? + Aye + good + it means we're trying to insert a vm_map_entry at a region in a + map which is already occupied + Oh + and unlike the previous code, the tree actually checks that + it has to + so you just simply use the iso9660fs translator and it crashes ? + Well it used to on just trying to set the translator. This time + I was able to set the translator but as soon as I cd to the mount point I + get all that crap + that's very good + more test cases to fix the vm -- cgit v1.2.3