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

Solaris doesn't like s.setsockopt(IPPROTO_TCP, TCP_KEEPIDLE, 1) #491

Closed
lrots opened this issue Dec 8, 2020 · 0 comments
Closed

Solaris doesn't like s.setsockopt(IPPROTO_TCP, TCP_KEEPIDLE, 1) #491

lrots opened this issue Dec 8, 2020 · 0 comments

Comments

@lrots
Copy link

lrots commented Dec 8, 2020

While using debugpy v1.2.0 on Solaris 11.4 I encountered the same issue as with ptvsd earlier (see microsoft/ptvsd#1237 for reference).

The fix in this case is to modify

pydevd_comm.py

And to comment out the line

s.setsockopt(IPPROTO_TCP, TCP_KEEPIDLE, 1)

After this modification debugpy works also on Solaris.

fabioz added a commit to fabioz/debugpy that referenced this issue Dec 10, 2020
@fabioz fabioz closed this as completed in 9351639 Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant