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

[Windows] psutil 5.8.0 segfaults on disk_partitions() #2038

Closed
Huite opened this issue Dec 23, 2021 · 2 comments
Closed

[Windows] psutil 5.8.0 segfaults on disk_partitions() #2038

Huite opened this issue Dec 23, 2021 · 2 comments

Comments

@Huite
Copy link

Huite commented Dec 23, 2021

Summary

  • OS: Windows
  • Architecture: 64bit
  • Psutil version: 5.8.0
  • Python version: 3.9.9, also 3.8.12
  • Type: core

Description

This results in a segfault:

import psutil; psutil.disk_partitions()

I've downgraded with pip install psutil==5.7.3; version 5.7.3 is fine.

@Huite
Copy link
Author

Huite commented Dec 23, 2021

I just came back home from the office and retried: unfortunately it doesn't appear to be deterministic.

I can run the python lines above just fine now. (This makes sense to me personally at least, because I could work with downstream packages just fine yesterday evening, but not this morning while I hadn't updated these packages!)

@giampaolo
Copy link
Owner

Duplicate of #1953.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants