[BUG] Crash: bus error on MBP Air M1
See original GitHub issueDescribe the bug
Crash on MBP Air M1
To Reproduce
- Run on MBP Air M1
- Wait
- Crash
Expected behavior
- Running indefinitely
Info (please complete the following information):
Running under Rosetta Homebrew,
bpytop version: 1.0.59 (cc9c7dcc297e9e2fe1f8da54087e9dd46e150754) psutil version: 5.8.0 Python version: Python 3.8.2 MacOS: Darwin a1r.local 20.2.0 Darwin Kernel Version 20.2.0: Wed Dec 2 20:40:21 PST 2020; root:xnu-7195.60.75~1/RELEASE_ARM64_T8101 x86_64 Terminal: iTerm2
Additional context
contents of ~/.config/bpytop/error.log
14/01/21 (19:19:28) | INFO: New instance of bpytop version 1.0.59 started with pid 42329 14/01/21 (19:19:28) | INFO: Loglevel set to DEBUG 14/01/21 (19:19:28) | DEBUG: Using psutil version 5.8.0 14/01/21 (19:19:28) | DEBUG: CMD: OneDrive - BKK AS/@Jakob/git/bpytop/bpytop.py --debug 14/01/21 (19:19:30) | DEBUG: Collect and draw completed in 0.259425 seconds 14/01/21 (19:19:31) | DEBUG: Init completed in 2.872058 seconds
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top GitHub Comments
@jakobbg
Yeah, the actual error message you get when it crashes 😃
I have never run into any issues running on my Mac mini M1, I do however usually not let it run for very long periods and I’m running on native (arm64) python 3.9, will leave it running overnight and see if anything happens.
Issue located. My fault (of course). doh
Explanation
All fixed with a quick
tmux kill-server ; tmux -vv new
. Sorry for any braincycles spent on this.