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

[macos] psutil.disk_io_counters() segfaults on macos #2009

Open
risicle opened this issue Nov 3, 2021 · 0 comments
Open

[macos] psutil.disk_io_counters() segfaults on macos #2009

risicle opened this issue Nov 3, 2021 · 0 comments

Comments

@risicle
Copy link

risicle commented Nov 3, 2021

Summary

  • OS: macos 10.15
  • Architecture: x86_64
  • Psutil version: 3.8.0
  • Python version: 3.8

Built against macos 10.12 SDK

Description

$ python
Python 3.8.12 (default, Oct 31 2021, 15:36:49) 
[Clang 7.1.0 (tags/RELEASE_710/final)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import psutil
>>> psutil.disk_io_counters()
Segmentation fault: 11

If this were linux I would have a beautiful stack trace for you but macos is fighting me every step of the way.

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

1 participant