Skip to content

signal are not caught adequately with exitcode #331

@Chromium-A

Description

@Chromium-A

When a signal is raised the general messages returned is just "Worker process died unexpectedly".
At this point the process exitcode is still None, however when the program reaches the finally block the exitcode of the worker process is actually set to the corresponding signal code. Unfortunately, there is no further processing of this happening and the user is left in the dark which signal actually killed the process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions