Please provide the shell and extension information. It will be easier for me to understand the issue without too many unnecessary questions
Describe the bug
(See below.)
Extension Information
Shell Version : 3.28.4
Extension Version : 17 (?)
Install method : extension.gnome.org
OS : Ubuntu 18.04
Error / Journal messages
Journal messages related to the error / extension : Attached is the journal that captures the live lock beginning about 10/10/20 19:43. It begins with gnome-shell logging:
Some code accessed the property 'SoundDeviceChooserBase' on the module 'base'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Suspecting that one of my Gnome shell extensions was causing the live lock of my Ubuntu 18.04 workstation, I disabled each of the four extensions I was using:
Cast to tv
Gsconnect
Sound input & output device chooser
Workspace grid
By "live lock," I am referring to a non-responsive system whose front panel disk access light is solid on. Sometimes the mouse cursor will respond to a mouse movement, but nothing else. Eventually, perhaps 5-10 minutes later, the workstation returns to its normal responsiveness.
After disabling the four extensions, I used the system for a week and observed no live locks.
Then, I re-enabled Gsconnect, used the system for a week, and observed no live locks.
Then, I re-enabled Workspace grid, used the system for a week, and observed no live locks.
Then, I re-enabled Sound input & output device chooser. Within a minute of re-enabling the extension, the workstation live locked.
Hence, we see strong evidence that the Sound input & output device chooser Gnome shell extension on my Ubuntu 18.04 workstation leads to a live lock, leaving the machine unusable.
Please provide the shell and extension information. It will be easier for me to understand the issue without too many unnecessary questions
Describe the bug (See below.)
Extension Information
Shell Version : 3.28.4
Extension Version : 17 (?)
Install method : extension.gnome.org
OS : Ubuntu 18.04
Error / Journal messages
Some code accessed the property 'SoundDeviceChooserBase' on the module 'base'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Suspecting that one of my Gnome shell extensions was causing the live lock of my Ubuntu 18.04 workstation, I disabled each of the four extensions I was using:
By "live lock," I am referring to a non-responsive system whose front panel disk access light is solid on. Sometimes the mouse cursor will respond to a mouse movement, but nothing else. Eventually, perhaps 5-10 minutes later, the workstation returns to its normal responsiveness.
After disabling the four extensions, I used the system for a week and observed no live locks.
Then, I re-enabled Gsconnect, used the system for a week, and observed no live locks.
Then, I re-enabled Workspace grid, used the system for a week, and observed no live locks.
Then, I re-enabled Sound input & output device chooser. Within a minute of re-enabling the extension, the workstation live locked.
Hence, we see strong evidence that the Sound input & output device chooser Gnome shell extension on my Ubuntu 18.04 workstation leads to a live lock, leaving the machine unusable.
Sound Device Chooser Journal.log.gz