On Fri, Oct 30, 2020 at 10:12 PM Brian Callahan <bcal...@protonmail.com> wrote: > > On Thursday, October 29, 2020 1:29 PM, Morgan Aldridge > <morg...@makkintosshu.com> wrote: > > > Hi Brian and @ports, > > > > Thanks for the HandBrake port. I'm seeing high CPU load with > > handbrake-1.3.3 on 6.8-stable amd64 while ghb is open and idle, > > starting at first launch. This is without opening any sources. > > > > Top shows high CPU load for gbh: > > > > 25307 1000 2 0 42M 69M onproc/1 poll 19:23 179.64% ghb > > > > And I ran a ktrace, which shows tight looping of the following: > > > > 25307 ghb 0.000011 CALL open(0x6c1edf35b40,0<O_RDONLY>) > > Thanks for the report. I will try to find some time this weekend to > look at it.
Thanks, Brian. I can confirm the same issue on a recent snapshot of 6.8-current on the same Core2 Duo hardware. I have reached out to the Handbrake folks on IRC and they're not aware of any issues, but don't have that many users of the GTK+ interface on BSDs. They seemed to think it was likely a GTK+ issue. I did try `gbh -x` for debug output, plus the GTK+ Inspector, but neither gave me any additional clues as to potential causes. Morgan