Re: task #5130 - random translator

2007-02-12 Thread Constantine Kousoulos
Kenneth Ψstby wrote: It seems like the correct way to go is to trap some sort of keyboard/network/interrupt. How is the right way to trap those ? AFAIK, the correct way to trap those things is to modify the Mach kernel. Now the next question, is there some documentation about the workings

[bug #18349] GNU Mach: ``General Protection Trap'' in `ipc_kmsg_enqueue'

2007-02-12 Thread anonymous
Follow-up Comment #2, bug #18349 (project hurd): It has been suggested already, and is certain now, that the problem actually happens under high network load, probably if the network connection is more or less saturated: I can reproduce it pretty reliably by running gv with a very large PS figure

Obscure bugs, part 46/b: syslog

2007-02-12 Thread Thomas Schwinge
Hello! #v+ [EMAIL PROTECTED]:~ $ tail -n 0 -F /var/log/syslog & [1] 8701 [EMAIL PROTECTED]:~ $ for n in `seq 0 20`; do logger TEST\ $n; sleep 1; done Feb 12 22:40:12 leibniz thomas: TEST 0 Feb 12 22:40:14 leibniz thomas: TEST 2 Feb 12 22:40:16 leibniz thomas: TEST 4 Feb 12 22:40:19 leibniz thomas:

Re: Debugging glibc / startup stuff via a subhurd

2007-02-12 Thread Thomas Schwinge
Hello! On Sun, Feb 11, 2007 at 12:37:30PM -0800, Roland McGrath wrote: > Before you start trying a subhurd, [...] Roland, many thanks for the helpful hints! I'll make sure to get them archived at a proper place in our documentation. However, as I'm currently much more short on time than on com