Tyson: would you mind capturing/sharing a recording of the crash, with rr/pernosco? (I just tested locally with my own local asan debug+opt build, and was unable to repro any issues when visiting this site.) I don't really know our font code, but I suspect it'd be be great to have MOZ_LOG logging enabled as well, as breadcrumbs during the pernosco recording and possible clues just before the crash. You you can add that by setting this env variable in the terminal where you capture the recording: ``` export MOZ_LOG="timestamp,sync,fontinit:5,fontlist:5,userfonts:5,fontInfoLog:5" ``` Thanks!
Bug 1976782 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Tyson: would you mind capturing/sharing a recording of the crash, with rr/pernosco? (I just tested locally with my own local asan debug+opt build, and was unable to repro any issues when visiting this site.) I don't really know our font code, but I suspect it'd be be great to have MOZ_LOG logging enabled as well, as breadcrumbs during the pernosco recording and possible clues just before the crash. You you can add that by setting this env variable in the terminal where you capture the recording: ``` export MOZ_LOG="timestamp,sync,fontinit:5,fontlist:5,userfonts:5,fontInfoLog:5" ``` (pernosco has other ways of visualizing MOZ_LOG logging even if it's off, but it's often nicer to just have it there up-front.) Thanks!