Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code Python debugger crashes #350

Closed
eyalb181 opened this issue Sep 6, 2022 · 0 comments · Fixed by #370
Closed

VS Code Python debugger crashes #350

eyalb181 opened this issue Sep 6, 2022 · 0 comments · Fixed by #370
Labels
bug Something isn't working vs-code-extension
Milestone

Comments

@eyalb181
Copy link
Member

eyalb181 commented Sep 6, 2022

Bug Description

Both file ops and outgoing traffic seem to do it - see separate errors for both.

Steps to Reproduce

Debug a python process in VS Code with mirrord enabled and fileops/outgoing traffic/both turned on.

Backtrace

No response

Relevant Logs

2022-09-06T19:47:06.221776Z ERROR mirrord_layer::error: Error occured in Layer >> RecvError(RecvError(()))
0.20s - Could not connect to 127.0.0.1: 53397

2022-09-06T19:51:53.169045Z DEBUG mirrord_layer::file: HookMessage::OpenFileHook path "/System/Library/CoreServices/SystemVersion.plist" | options OpenOptionsInternal {
    read: true,
    write: false,
    append: false,
    truncate: false,
    create: false,
    create_new: false,
}
2022-09-06T19:51:53.339562Z DEBUG mirrord_layer::file: DaemonMessage::OpenFileResponse Err(
    RemoteIO(
        RemoteIOError {
            raw_os_error: Some(
                2,
            ),
            kind: NotFound,
        },
    ),
)!

Your operating system and version

MacOS

Local process

python3.9

Local process version

No response

Additional Info

No response

@eyalb181 eyalb181 added bug Something isn't working vs-code-extension labels Sep 6, 2022
@aviramha aviramha added this to the MVP milestone Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working vs-code-extension
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants