Results 35 comments of Zev Weiss

Disassembly of `CFRunLoopContainsTimer` up to the crash point: ``` _CFRunLoopContainsTimer: +0 00000000001296d0 pushq %rbp +1 00000000001296d1 movq %rsp, %rbp +4 00000000001296d4 pushq %r15 +6 00000000001296d6 pushq %r14 +8 00000000001296d8 pushq...

Another instance: ``` Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.CoreFoundation 0x00007fff95b5f702 CFRunLoopContainsTimer + 50 1 enthrall 0x0000000109e5ce3d cancel_call + 45 2 enthrall...

I suspect this is a side-effect of focus-follows-mouse...can you try this patch and see if it fixes the problem? ``` diff --git a/main.c b/main.c index df314b7..89b1607 100644 --- a/main.c +++...

Patch appeared to have no effect. Also observed that regardless of the pointer position when switching away from the master (via hotkey), the position returned to when switching back was...

There've been some recent changes that I think might affect this -- can you test with the current master (2a380b2ba883813341ee41f164e479009deb21e1) and see if this is still happens?

> I'm not sure of it's a good idea to expand METER_GRAPHDATA_SIZE unconditionally in all htop builds. Just due to the added memory consumption, or for some other reason? It'll...

...okay, the dynamic-allocation approach turned out to be simpler to implement than expected, so I guess we might as well go with that.

Yeah, it's got both redfish and ipmi available, though there may be gaps in their respective implementations regarding certain operations -- I'm pretty sure power control should be available via...

For what it's worth, (what I think is) the relevant section of the IPMI spec seems a little vague here: > In some implementations, the BMC may not know whether...

OpenBMC doesn't expose the VNC port externally; if you want to connect to it with a standard VNC client you can use an SSH port forward via something like: ```...