On Sat, 26 Sep 2020 14:05:53 -0400 Mark H Weaver wrote: > Hi, > > raingloom writes: > > It crashed immediately without any visible activity. > > Okay. > > > It does start up properly with a fresh profile. I'll try to bisect > > the addons list later. > > In the meantime, to start IceCat 78 with your existing profile but > with addons temporarily disabled, try running: > > icecat -safe-mode > > That should allow you to recover your existing bookmarks, history, > cookies, saved passwords, tabs, etc. Then you can try adding back > your preferred addons incrementally to find out which one is causing > the problem. It still crashes with the -safe-mode flag. Luckily I keep most things outside modern browsers, so it's not a huge loss. (For obvious reasons I do not consider them reliable.) > > Tbh this would be a good time to have a debug output for IceCat on > > hand. > > While I acknowledge that it might occasionally be useful in edge cases > like this, it would also dramatically increase the memory requirements > at build time. For what it's worth, in the ~6 years that I've been > maintaining the IceCat package in Guix, I don't recall being asked > for a debug output before now. > > I'm particularly sensitive to the memory requirements at build time, > because I choose not to trust the build farm and therefore to build my > entire Guix system with GNOME from source code on a relatively old > Thinkpad X200 with only 4 GB of RAM. I've been doing this for many > years, and I'd like to enable other Guix users to do so if they wish. > > My impression is that IceCat debug outputs would primarily useful to > people who are actively developing IceCat, in which case it makes more > sense to build it manually to allow incremental rebuilds after > modifying the source code. > > If it turns out that there's more interest in IceCat debug outputs > than I've anticipated (others: please speak up if you need this!), > I'm not necessarily opposed to adding them, but someone with a more > powerful machine would need to take over maintenance of our IceCat > package, because I would be unable to locally test the official build. > > What do you think? Do other people need IceCat 'debug' outputs? > > Thanks, > Mark Huh, I was not aware that it increased build time memory requirements. I assumed it just gets sent to the void in the 'strip phase, just like it is in other packages. Maybe feature flags could help with this in the future. Since (hopefully) nothing depends on IceCat, the build farm could just build it with debug symbols, and those who want to build it locally can build it without them. But that's off topic for this thread. Local builds are definitely cool. As a fellow 4 gigger/thinkpadder I appreciate anything that lets me build things locally without 16+ gigs of swap. (you might think that's an exaggeration, but then you haven't tried to build Idris 2 with Idris 1.)