-
-
Notifications
You must be signed in to change notification settings - Fork 671
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
[BUG] macos ventura arm64 segmentation fault on start #621
Comments
Debugging with LLDB doesn't work at all sadly and GDB doesn't support aarch64 as far as I know. Someone would probably need to |
Got the same issue on my m1 mac, installed as a nix package |
Please provide a back trace of the error. LLDB works with this branch, see #627 |
Not very familiar with it but did the same thing as the author of the issue
|
LLDB is currently not able to debug your btop binary. You need to compile btop from source, especially from this branch, and then use the resulting binary to produce a back trace |
Using the branch provided i get this (also i'm running macos sonoma, not ventura)
|
That is odd. Can you also include your |
Sorry for the delay, here's my
|
That doesn't seem like you've compiled the right branch. The logs don't match. Did you |
Describe the bug
Segfault on start on m1 macs running ventura
To Reproduce
./install.sh
btop
brew install btop
Expected behavior
Runs without segfault
Screenshots
Info (please complete the following information):
arm64
zsh
Additional context
~/.config/btop/btop.log
GDB Backtrace
If btop++ is crashing at start the following steps could be helpful:
(Extra helpful if compiled with
make OPTFLAGS="-O0 -g"
)gdb btop
(macos):lldb btop
2... for backtracing I think I may need to disable SIP, let me know if it is needed
The text was updated successfully, but these errors were encountered: