Skip to content

Status code == 0 when jack not started #11

@SrMouraSilva

Description

@SrMouraSilva

When the mod-host runs without a server running jack, error messages appear, the mod-host is terminated but the status code of the returned mod-host is zero.

mod-host$ sh -c './mod-host'; echo $?
Forking... child PID: 11341
0
mod-host$ Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock

In my conception, a code status should be returned equivalent to an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions