-
-
Notifications
You must be signed in to change notification settings - Fork 482
Automatic segfaults / crashes on macOS Sequoia #1693
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
Comments
Please check if this still happens when running the latest version from the |
@BenBE I can confirm this still happens with |
@BenBE Yes, I can corroborate what @chenzhuoyu says. I tried running a |
Could you try a debug build under gdb ( @ylluminarious : That dump from otool looks strange/truncated somehow. Considering the provided addresses in the backtrace you usually should be able to calculate an offset for where htop was loaded which is a multiple of 4K; doing this with the above dump yields Also given that this still happens in |
I saw this today on macos 15.4.1, here's another disassemby: https://pub.microbin.eu/upload/seal-jaguar
|
Please test again with a version directly compiled from NB: Your |
@BenBE I tested I have tried to attach I need to run with |
@BenBE Any updates on this? |
Also note that the settings are reset after a crash. The columns are reset to the default order. This is unexpected behavior. I expected it to save the settings in some file and random exits/crashes would not affect it. |
Settings are only stored on normal termination. After changing columns, terminate |
Uh oh!
There was an error while loading. Please reload this page.
After recently updating
htop
to 3.4.1 via MacPorts, I ransudo htop
for 2 hours and then this crash occurred. I did nothing except start the program and leave it running. Prior to this crash, an identical segfault occurred after running it for only 20 seconds.The following is the requested information generated by the error message:
FATAL PROGRAM ERROR DETECTED
Please check at https://htop.dev/issues whether this issue has already been reported.
If no similar issue has been reported before, please create a new issue with the following information:
3.4.1
uname -a
):echo "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion) $(uname -m)"
):sudo htop
for 2 hours and then this crash occurred. I did nothing except start the program and leave it running. Prior to this crash, an identical segfault occurred after running it for only 20 seconds.Backtrace information:
To make the above information more practical to work with, please also provide a disassembly of your htop binary. This can usually be done by running the following command:
Link: https://gist.github.com/ylluminarious/0d8daa5c6e1dc27df2c446742ca9f87b
The text was updated successfully, but these errors were encountered: