Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Bad file descriptor during... #207

@ciscon

Description

@ciscon

If clicking "run" too quickly, many warnings can crop up with the message "Bad file descriptor during" either "stop action" or "step_run action". This can also result in the application crashing with the following trace:

Traceback (most recent call last):
File "pugdebug/pugdebug.py", line 640, in handle_debugging_post_start
self.step_into()
File "pugdebug/pugdebug.py", line 752, in step_into
self.debugger.step_into()
File "pugdebug/debugger.py", line 258, in step_into
self.current_connection.step_into()
AttributeError: 'NoneType' object has no attribute 'step_into'
Aborted

This happened on both Debian 9 and Mint 18.1

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