Skip to content

python3Packages.psutil: fix on darwin#191240

Merged
domenkozar merged 1 commit intoNixOS:stagingfrom
veprbl:pr/psutils_fix
Sep 16, 2022
Merged

python3Packages.psutil: fix on darwin#191240
domenkozar merged 1 commit intoNixOS:stagingfrom
veprbl:pr/psutils_fix

Conversation

@veprbl
Copy link
Copy Markdown
Member

@veprbl veprbl commented Sep 14, 2022

Description of changes

Closes: #146760

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   CoreFoundation                	0x00000001095273b6 CFNumberGetValue + 54
1   _psutil_osx.cpython-310-darwin.so	0x000000010b94e8bf psutil_disk_io_counters + 607
2   libpython3.10.dylib           	0x00000001097dfc22 cfunction_call + 130
3   libpython3.10.dylib           	0x0000000109798aac _PyObject_Call + 140
4   libpython3.10.dylib           	0x0000000109886f55 _PyEval_EvalFrameDefault + 28837
5   libpython3.10.dylib           	0x000000010987fd81 _PyEval_Vector + 145
6   libpython3.10.dylib           	0x0000000109889bfc call_function + 428
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot added the 6.topic: darwin Running or building packages on Darwin label Sep 14, 2022
@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Sep 14, 2022
@ofborg ofborg bot added 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Sep 14, 2022
@veprbl veprbl changed the base branch from master to staging September 15, 2022 16:36
@domenkozar domenkozar merged commit eb1079b into NixOS:staging Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: darwin Running or building packages on Darwin 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

python3Packages.psutil is causing segfaults on darwin

2 participants