[Bug 273291] www/firefox: Crashes on start after upgrading from 116.0.3_1,2 to 117.0,2
Date: Sun, 10 Sep 2023 12:26:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273291 --- Comment #23 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- (In reply to Graham Perrin ◐ from comment #22) Starting from obtaining 3rd backtrace uploaded, I always mv my working (for 116.*) ~/.mozilla/firefox to different directory name and create blank ~/.mozilla/firefox. So nothing there initially. Currently, the procedure to create uploaded backtrace files are as follows. Copy & paste the command line and outputs to editors/leafpad window and save it. `pkg version -v | rg 'firefox'` `lldb -o r -- /usr/local/bin/firefox --safe-mode` Click "Open" button when prompted. Then, usually firefox 117 crashes within a few seconds. Cannot obtain backtrace as I already reported on Comment 19. So quit from lldb and run lldb again as follows. `lldb --core ~/firefox.core --file /usr/local/lib/firefox/firefox` `bt all` to obtain backtrace and quit lldb. From terminal window, invoke `firefox --safe-mode &`. Click "Open" button when prompted. Then, usually firefox 117 crashes within a few seconds. After those, new (maybe half-done) profile is generated. I usually keep the latest one as ~/.mozilla/firefox-dummy and switch back mv'ed working profile, deinstall firefox and forcibly install 116 using kept pkg. With this in mind, % grep -C 3 -i locked ~/.mozilla/firefox-dummy/profiles.ini [Install4D4513703FF8A42E] Default=7b1lfd0r.default-release Locked=1 [Profile0] Name=default-release % cat ~/.mozilla/firefox-dummy/installs.ini [4D4513703FF8A42E] Default=7b1lfd0r.default-release Locked=1 % -- You are receiving this mail because: You are the assignee for the bug.