BenBE
BenBE
Thank you for that additional input. In all my remarks I was referring to the differences I saw from the configure logs (did a `diff -U13 nc5.log nc6.log`). Doing so...
I was assuming this refered to the whole tree, not just the next level in each direction. In that case having both makes sense.
> Also, do these options make sense in flat view or are they intended for tree mode only? Depending on the task it can make sense to have this available...
Please include the output from `otool` as well as a few words on steps to reproduce (or at least what you were trying to do when the crash happened).
Okay, based on that information, the crash happens when its trying to put color/highlighting information into the text it's displaying: https://github.com/htop-dev/htop/blob/4e6ec4a0873c56ca9de63eadf730c5bd677bd8da/Panel.c#L290 Can you have a look if there is a...
You can create a config file by taking the line below "Setting information" and replace `;` by newline characters.
@fasterit thx. @svk77 Can you give `gdb` (or any other debugger of your choosing) a shot and try to pinpoint exactly where things go south? The information of the process...
@chorismate You crash seems to have a different cause from the one in the first post. In your case the cause is caused by reading the battery information. To confirm...
@svk77 I did a small fixup in the rendering code that might resolve your issue. Would be nice if you could test commit b810678 (from the main branch) and checking...
Re the `double`->`float` patch: While we are not showing anything more than 1 fractional digit, the data acquisition is done using doubles, thus sticking to keeping the native type here...