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

Attach to pid fixes with threading. Fixes #1542,#1520 #1582

Merged
merged 5 commits into from
Jul 12, 2019

Conversation

fabioz
Copy link
Contributor

@fabioz fabioz commented Jul 11, 2019

As a note, Linux (on Azure) is failing because there's no gdb and I'm not exactly sure how to do that on Azure (see: https://github.com/microsoft/ptvsd/pull/1582/files#diff-354f30a63fb0907d4ad57269548329e3R12 for the changes needed to run on travis -- i.e.: install gdb and set the ptrace_scope to 0).

I'm currently taking a look at the failures on Python 2.7 (windows and mac), so, this still can't be merged.

@karthiknadig
Copy link
Member

Updated the build to have gdb.

@karthiknadig
Copy link
Member

With the latest run. Linux passes, windows 2.7 is the flask issue.

@karthiknadig
Copy link
Member

Just merged the temp fix for the flask issue.

@fabioz fabioz force-pushed the ptvsd_1542_attach_threading branch from 8e166cc to efe292c Compare July 12, 2019 13:35
Copy link
Member

@karthiknadig karthiknadig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than tests/func/test_attach.py::test_attaching_by_pid_no_threading[code-attach_pid] test failure in Windows 2.7. rest looks good.

@fabioz
Copy link
Contributor Author

fabioz commented Jul 12, 2019

Other than tests/func/test_attach.py::test_attaching_by_pid_no_threading[code-attach_pid] test failure in Windows 2.7. rest looks good.

I just did another change to improve that (so, if it passes I'll merge to master).

@fabioz
Copy link
Contributor Author

fabioz commented Jul 12, 2019

All green 🎉

@fabioz fabioz merged commit 76863a9 into microsoft:master Jul 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants