https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292854
Juhani Krekelä <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Juhani Krekelä <[email protected]> --- I am having similar issues with www/firefox and mail/thunderbird 147 when running under labwc. For both, MOZ_DISABLE_WAYLAND_PROXY=1 does appear to fix the issue. I tried my hand at profiling (pmcstat -O thunderbird.out -t thunderbird -P instructions -n 32768, examining with kcachegrind) and it shows majority of the samples as being in the kernel at sys_poll(). It does not seem to connect the userland and kernel side stacks, so I cannot directly see what code in the userland is causing that to run; however _poll() in libsys.so only shows _ZN12WaylandProxy18ProcessConnectionsEv as its caller (either directly or through __thr_poll), so it's probably the Wayland proxy. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
