Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I launch two rumprun instances simultaneously? #19

Open
mincheolsung opened this issue Jan 6, 2023 · 0 comments
Open

Can I launch two rumprun instances simultaneously? #19

mincheolsung opened this issue Jan 6, 2023 · 0 comments

Comments

@mincheolsung
Copy link

Hi,

I am trying to run two rumprun instances on seL4.
I called
launch_process(bin_name, CONFIG_RUMPRUN_COMMAND_LINE, 1);
launch_process(bin_name, CONFIG_RUMPRUN_COMMAND_LINE, 2);
in run_rr() of rumprun-sel4-demoapps/roottask/src/main.c.

Then I got below:
<<seL4(CPU 0) [decodeCNodeInvocation/107 T0xffffff801fe14400 "roottask"
@4166c1]: CNode Copy/Mint/Move/Mutate: Source slot invalid o>
[email protected]:157 Failed to move cap

<<seL4(CPU 0) [decodeX86PortControlInvocation/147 T0xffffff801fe14400
"roottask" @451efa]: IOPortControl: Some ports in range alread>
[email protected]:25 Failed to get IO port cap for range cf8 to cff

I don't understand why I got these errors.
launch_process() gets rump_process_t *process from process_from_id(id) so I should get a
different slot with the different process id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant