Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Support running multiple wa workloads/processes simultaneously #1291

Description

@chrisswinchatt-arm

I am using two wa processes to stress a device in different ways at the same time. One needs to be programmatically turned on and off in response to a condition. Currently how I'm doing that is to start one of the workloads in one wa process, and when the condition is true, start another wa process which runs the other workload until the condition becomes false and I kill the second wa process.

Having two processes seems cause issues where one of the processes tries to execute busybox and triggers an exception:

TargetStableCalledProcessError: Command '...' returned non-zero exit status 126.
STDOUT: 
STDERR: /system/bin/sh: /data/local/tmp/bin/busybox: can't execute: Permission denied

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions