Skip to content

[BUG] memuc_run calls hang #80

@Romhast

Description

@Romhast

When I use the codes below, randomize never gives any output, it seems like it goes into an endless wait. and I noticed that it does this when you use it after the stop_vm command.

from pymemuc import PyMemuc

memuc = PyMemuc(debug=True)

memuc.stop_vm(vm_index=0)
memuc.randomize_vm(vm_index=0)
memuc.start_vm(vm_index=0)
2023-11-17 04:27:29,728 - pymemuc.pymemuc - DEBUG - PyMemuc: Debug mode enabled
2023-11-17 04:27:29,728 - pymemuc.pymemuc - DEBUG - pymemuc._memuc.memuc_run:
2023-11-17 04:27:29,728 - pymemuc.pymemuc - DEBUG - 	Command: "C:\Microvirt\Memu\memuc.exe -i 0 stop"
2023-11-17 04:27:30,848 - pymemuc.pymemuc - DEBUG - 	Output: SUCCESS: stop vm finished.
2023-11-17 04:27:30,849 - pymemuc.pymemuc - DEBUG - pymemuc._memuc.memuc_run:
2023-11-17 04:27:30,849 - pymemuc.pymemuc - DEBUG - 	Command: "C:\Microvirt\Memu\memuc.exe -i 0 randomize"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions