Skip to content

Console returns "BrokenPipeError: [Errno 32] Broken pipe" #17

@arturoperezroncero

Description

@arturoperezroncero

Program can't execute properly, and console returns a broken pipe error. I've managed to fix it by changing lines 922 and 923 in tracer.py as follows:

for proc in process_list:
	if __name__ == '__main__':
		proc.start()

I don't know if this happens to everyone, so I'm not planning on making a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions