[Desktop-packages] [Bug 1995238] Re: repeatedly crashes on attempting to load "bumble.com" or "web.whatsapp.com"

2022-10-31 Thread Olivier Tilloy
** Package changed: firefox (Ubuntu) => linux (Ubuntu)

** Also affects: snapd
   Importance: Undecided
   Status: New

** Summary changed:

- repeatedly crashes on attempting to load "bumble.com" or "web.whatsapp.com"
+ snaps randomly crash after some time

** Description changed:

+ This is https://forum.snapcraft.io/t/unsupported-version-0-of-verneed-
+ record-linux-6-0/32160.
+ 
  When I load the web interfaces to these two services, firefox will 
immediately crash. Attempting to run from the command-line produces an error 
message as follows:
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: 
/snap/firefox/2015/usr/lib/firefox/firefox: error while loading shared 
libraries: /lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verneed 
record
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: message repeated 2 times: [ 
/snap/firefox/2015/usr/lib/firefox/firefox: /lib/x86_64-linux-gnu/libdl.so.2: 
unsupported version 0 of Verdef record]
  
  The only way to restart firefox is to restart the computer! Logging out
  and in again, then running firefox, produces the same errors.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  Uname: Linux 6.0.6-060006-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Mon Oct 31 19:41:21 2022
  InstallationDate: Installed on 2019-05-26 (1253 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: firefox
  UpgradeStatus: Upgraded to jammy on 2022-04-29 (184 days ago)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1995238

Title:
  snaps randomly crash after some time

Status in snapd:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is https://forum.snapcraft.io/t/unsupported-version-0-of-verneed-
  record-linux-6-0/32160.

  When I load the web interfaces to these two services, firefox will 
immediately crash. Attempting to run from the command-line produces an error 
message as follows:
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: 
/snap/firefox/2015/usr/lib/firefox/firefox: error while loading shared 
libraries: /lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verneed 
record
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: message repeated 2 times: [ 
/snap/firefox/2015/usr/lib/firefox/firefox: /lib/x86_64-linux-gnu/libdl.so.2: 
unsupported version 0 of Verdef record]

  The only way to restart firefox is to restart the computer! Logging
  out and in again, then running firefox, produces the same errors.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  Uname: Linux 6.0.6-060006-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Mon Oct 31 19:41:21 2022
  InstallationDate: Installed on 2019-05-26 (1253 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: firefox
  UpgradeStatus: Upgraded to jammy on 2022-04-29 (184 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1995238/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1995238] Re: repeatedly crashes on attempting to load "bumble.com" or "web.whatsapp.com"

2022-10-31 Thread Donald H Locker
My only recourse seems to be rebooting. Once Firefox crashes, there
seems to be no mechanism to restart it (the Chromium snap fails too)
from the snap binary. For whatever reason, Firefox running from my
Startup Applications succeeds. Once the tabs start crashing, no more web
activity will be possible until I reboot.

lsof -p [Firefox PID] | grep -E '(COMMAND|libdl)'

returns:
COMMAND PID  USERFD   TYPE DEVICE  SIZE/OFF NODE NAME
firefox 3239 donald  mem  REG  7,7 6024 
/usr/lib/x86_64-linux-gnu/libdl-2.31.so (stat: No such file or directory)

sudo grep libdl /proc/3239/maps | less
7f1ecaf5f000-7f1ecaf6 r--p  07:07 6024   
/usr/lib/x86_64-linux-gnu/libdl-2.31.so
7f1ecaf6-7f1ecaf62000 r-xp 1000 07:07 6024   
/usr/lib/x86_64-linux-gnu/libdl-2.31.so
7f1ecaf62000-7f1ecaf63000 r--p 3000 07:07 6024   
/usr/lib/x86_64-linux-gnu/libdl-2.31.so
7f1ecaf63000-7f1ecaf64000 r--p 3000 07:07 6024   
/usr/lib/x86_64-linux-gnu/libdl-2.31.so
7f1ecaf64000-7f1ecaf65000 rw-p 4000 07:07 6024   
/usr/lib/x86_64-linux-gnu/libdl-2.31.so

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1995238

Title:
  repeatedly crashes on attempting to load "bumble.com" or
  "web.whatsapp.com"

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I load the web interfaces to these two services, firefox will 
immediately crash. Attempting to run from the command-line produces an error 
message as follows:
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: 
/snap/firefox/2015/usr/lib/firefox/firefox: error while loading shared 
libraries: /lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verneed 
record
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: message repeated 2 times: [ 
/snap/firefox/2015/usr/lib/firefox/firefox: /lib/x86_64-linux-gnu/libdl.so.2: 
unsupported version 0 of Verdef record]

  The only way to restart firefox is to restart the computer! Logging
  out and in again, then running firefox, produces the same errors.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  Uname: Linux 6.0.6-060006-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Mon Oct 31 19:41:21 2022
  InstallationDate: Installed on 2019-05-26 (1253 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: firefox
  UpgradeStatus: Upgraded to jammy on 2022-04-29 (184 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1995238/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1995238] Re: repeatedly crashes on attempting to load "bumble.com" or "web.whatsapp.com"

2022-10-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: firefox (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1995238

Title:
  repeatedly crashes on attempting to load "bumble.com" or
  "web.whatsapp.com"

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  When I load the web interfaces to these two services, firefox will 
immediately crash. Attempting to run from the command-line produces an error 
message as follows:
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: 
/snap/firefox/2015/usr/lib/firefox/firefox: error while loading shared 
libraries: /lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verneed 
record
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: message repeated 2 times: [ 
/snap/firefox/2015/usr/lib/firefox/firefox: /lib/x86_64-linux-gnu/libdl.so.2: 
unsupported version 0 of Verdef record]

  The only way to restart firefox is to restart the computer! Logging
  out and in again, then running firefox, produces the same errors.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  Uname: Linux 6.0.6-060006-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Mon Oct 31 19:41:21 2022
  InstallationDate: Installed on 2019-05-26 (1253 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: firefox
  UpgradeStatus: Upgraded to jammy on 2022-04-29 (184 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1995238/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1995238] Re: repeatedly crashes on attempting to load "bumble.com" or "web.whatsapp.com"

2022-10-31 Thread robin
It may be related to this:
https://forum.snapcraft.io/t/unsupported-version-0-of-verneed-record-linux-6-0/32160

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1995238

Title:
  repeatedly crashes on attempting to load "bumble.com" or
  "web.whatsapp.com"

Status in firefox package in Ubuntu:
  New

Bug description:
  When I load the web interfaces to these two services, firefox will 
immediately crash. Attempting to run from the command-line produces an error 
message as follows:
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: 
/snap/firefox/2015/usr/lib/firefox/firefox: error while loading shared 
libraries: /lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verneed 
record
  Oct 31 18:15:47 darwin gnome-panel.desktop[6771]: message repeated 2 times: [ 
/snap/firefox/2015/usr/lib/firefox/firefox: /lib/x86_64-linux-gnu/libdl.so.2: 
unsupported version 0 of Verdef record]

  The only way to restart firefox is to restart the computer! Logging
  out and in again, then running firefox, produces the same errors.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  Uname: Linux 6.0.6-060006-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Mon Oct 31 19:41:21 2022
  InstallationDate: Installed on 2019-05-26 (1253 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: firefox
  UpgradeStatus: Upgraded to jammy on 2022-04-29 (184 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1995238/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp