I'm not sure if this should be a github issue:
When executing a run test that does 'run_genode_until forever' and the test stucks irrecoverable somewhere it's not possible for me to cancel the process via [strg + c] in contrast to the same situation with 'run_genode_until "STRING" TIMEOUT'.
I've tested this with terminator 0.96 and xfce4-terminal 0.6.1. It's not a big issue but doing 'ps' and 'kill' all the time is annoying and i'm not so skilled with expect to fix it quickly.
Martin
On 08/08/2013 10:53 AM, Martin Stein wrote:
When executing a run test that does 'run_genode_until forever' and the test stucks irrecoverable somewhere it's not possible for me to cancel the process via [strg + c] in contrast to the same situation with 'run_genode_until "STRING" TIMEOUT'.
The difference with 'forever' is the invocation of the 'interact' command, which apparently gives full terminal control to the spawned process (QEMU). The good thing about that is that it makes it possible to enter the Fiasco.OC kernel debugger via the 'Esc' key. Interrupting QEMU should work with 'Ctrl+x a'.
Christian
@cproc: Thank you for your feedback.
'ctrl+x a' didn't work for me thus i read interact manual and created another solution: https://github.com/genodelabs/genode/issues/826
On 08.08.2013 12:05, Christian Prochaska wrote:
On 08/08/2013 10:53 AM, Martin Stein wrote:
When executing a run test that does 'run_genode_until forever' and the test stucks irrecoverable somewhere it's not possible for me to cancel the process via [strg + c] in contrast to the same situation with 'run_genode_until "STRING" TIMEOUT'.
The difference with 'forever' is the invocation of the 'interact' command, which apparently gives full terminal control to the spawned process (QEMU). The good thing about that is that it makes it possible to enter the Fiasco.OC kernel debugger via the 'Esc' key. Interrupting QEMU should work with 'Ctrl+x a'.
Christian
Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clk... _______________________________________________ Genode-main mailing list Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main