16:20:41 perf shows #1 offender is calls to read_hpet. why is this thing spending so much time reading system timer? 16:22:16 https://paste.debian.net/1288907/ 16:22:57 and why is seamonkey the only thing on my system affected by whatever recent library change caused this? 16:23:00 hyc1: I can't help but wonder if GLXVsyncThread is related 16:23:10 yeah that's my suspicion too 16:24:18 "whatever recent library change", what have you figured out so far, what might or might not be related? Does this affect old versions too (i.e. issue in library or elsewhere, not in SeaMonkey), or only newer versions? 16:24:35 also, official builds from SeaMonkey, or distro builds or both? 16:24:45 official seamonkey builds 16:25:09 and this happens with no page open and no extensions installed? happens with a brand new profile too? 16:25:25 I was running 2.53.16 fine before. then after rebooting for a recent ubuntu update, it started lagging. 16:25:48 I upgraded to 2.53.17 just in case that would help but it's not made a difference 16:25:50 if you have a way, try to get a list of the packages that may have caused this 16:26:04 any way to get a list of changed/upgraded packages in the time window when the update happened? 16:26:17 I dunno how. any way to find a list of the recently installed stuff in chrono order? 16:26:24 heh same question 16:26:42 can't help there, I'm afraid I only know how to do that for Gentoo 16:27:22 Bug 1592530 looks similar 16:27:28 there have been a few times when I start up and there's no lag. but sooner or later it hits and then stays slow. 16:29:18 CPU usage never gets very high here. I'm now in offline mode and it idles at 0-1%. but still lags. 16:29:24 why can't bugs and issues be well behaved and be reproducible and happen always at the same specific time 16:29:33 lol 16:29:40 and, while we're at it, why don't they come with a full map of where they are and what causes them 16:30:43 hyc1 what CPU, gpu and memory amount? 16:31:27 this is a legion 7 laptop, ryzen 5950, nvidia something or other. 64GB RAM. 16:31:39 the system is loafing along 16:31:46 firefox is running smoothly 16:32:55 ah I see further down in that bug report this may be GPU driver related? 16:32:58 and what video driver 16:33:43 frg_Away: I'm wondering if this could in any way be also related to that "seamonkey downloads stop when in another virtual console" issue 16:37:58 (that one's bug 1713051) 16:38:04 so the dgpu is nvidia, using nouveau. but I'm usually on the igpu, which is amd. 16:38:19 Fx is now using Webrender and totally different gfx stack. Nvidia and Linux is not really my favorite combination either. Only on Windows. 16:38:21 (ok, it was IRC, not a download) 16:48:21 just checked glxinfo etc, definitely using the AMD igpu right now 17:32:47 hyc1: "read_hpet" should be normally implemented as a physical "direct" read from the correspond register. Linux kernel allows all the processes to read (read-only) such types of registers for performance purposes (just by mapping the correspond physycal addresses to the address space of the process). 17:32:51 I suspect that for some reason after updating your system, instead of direct reading, a function call of a similar action (from glibc) was used (some kind of fallback method or something like that, etc.). And it affected performance. 17:36:45 Could be even something sandbox related. Or some kind of a specific system security levels (kinda alien applications are not allowed to something etc.) 17:43:06 a couple oddities... 17:43:08 #1, about: has the version listed in a "SeaMonkey box". that box is a link, making selection of the version number more difficult (needing to do an alt+drag kind of thing to select it) 17:43:10 #2, about:addons, & about:addons with a specific extension selected. once again selecting (highlighting) said extensions name/version is difficult. version number itself, you may not even be able to get? 17:43:21 Also something interesting can be obtained in /sys/devices/system/clocksource/clocksource0/ (ie. available and current clocksources). 17:44:01 (it for hyc and hyc1 :) ) 18:00:16 therube: at least as a workaround perhaps about:support is better suited for selecting or copying 18:01:27 heh. i'm glad that we (& most every other sensible program in the world) have about: 18:01:34 FF does not ;-) 18:10:19 I think my first complaint about FF lacking something was noticing that they did not include the website navigation bar