[Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from

2018-04-23 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu Bionic)
 Assignee: Jean-Baptiste Lallement (jibel) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1748450

Title:
  gnome-shell crashed with SIGTRAP in _g_log_abort() from
  g_log_default_handler() from default_log_handler(message="Connection
  to xwayland lost") from g_logv() from g_log() from 

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1748450/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766480] Re: Touchpad scroll and middle/right click not working as expected

2018-04-23 Thread Daniel van Vugt
The settings you refer to are intentionally disabled by default, because
they conflict with modern clickpad usage. But they are still available
if you want to turn them on.

To enable edge scrolling look in:
 Settings > Devices > Mouse & Touchpad > Touchpad > Edge Scrolling = ON

To enable button areas:
 1. Install package 'gnome-tweaks'
 2. In Gnome Tweaks > Keyboard & Mouse > Mouse Click Emulation = Area

You may also be interested to try the alternate touchpad driver (only
works in Xorg sessions) by adding/removing package 'xserver-xorg-input-
synaptics'.

** Package changed: wayland (Ubuntu) => gnome-shell (Ubuntu)

** Changed in: gnome-shell (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766480

Title:
  Touchpad scroll and middle/right click not working as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766480/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766479] Re: Resizing a window's left border to the right can cause it to scoot right

2018-04-23 Thread Daniel van Vugt
Please run this command to help us get more information from your
system:

apport-collect 1766479

** Package changed: wayland (Ubuntu) => gnome-shell (Ubuntu)

** Also affects: mutter (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

** Changed in: mutter (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766479

Title:
  Resizing a window's left border to the right can cause it to scoot
  right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766479/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766480] [NEW] Touchpad scroll and middle/right click not working as expected

2018-04-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This could probably fixed through configuration, but it should work
automatically. Testing Ubuntu 18.04 beta, the touchpad has no special
regions for scrolling or anything.

By default in Xorg-based Ubuntu, top right corner of touchpad is middle-
click (mouse button 2), bottom right is right-click (mouse button 3),
and right side is vertical scrolling. For a while the bottom edge
defaulted to horizontal scrolling, but that changed in 17.10 or
something.

I'm aware that new touchpad interaction methods have developed, like
dragging with two fingers anywhere on the touchpad to scroll or
something. But people may not know this, or their touchpad might not
support multitouch.

(The Xorg-based settings for touchpad remain when switching back to Xorg
like with the Metacity Flashback login option.)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Touchpad scroll and middle/right click not working as expected
https://bugs.launchpad.net/bugs/1766480
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-shell in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766479] [NEW] Resizing a window's left border to the right can cause it to scoot right

2018-04-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Tested with 18.04 beta.

Created a small window, ffmpeg or ffplay showing a 2x2 pixel video. When
trying to move it, instead selected left border. Dragging right caused
the window to scoot away faster than the pointer was moving, vanishing
in less than a second.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Resizing a window's left border to the right can cause it to scoot right
https://bugs.launchpad.net/bugs/1766479
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-shell in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from

2018-04-23 Thread Daniel van Vugt
** Description changed:

  [Impact]
  
  * Xwayland is failing frequently (not crashing), which triggers a crash
- in gnome-shell because gnome-shell doesn't know how to survive without
- Xwayland.
+ in gnome-shell because gnome-shell doesn't know how to survive after
+ Xwayland has reset itself.
  
  * The frequent gnome-shell crashes create frequent problem reports and
  annoying dialogs for users, after they log in to an apparently working
  gnome-shell.
  
  * This affects Xorg sessions too, because the gdm login screen itself is
  a Wayland session. And Xorg users will see the problem dialog after they
  have logged into a Xorg session.
  
  * The fix simply converts the crash into a silent exit (as decided by
  Gnome upstream). This avoids the mountain of crash reports and annoying
  error dialogs at least. It does not fix the root causes that remain in
  Xwayland, but this is considered acceptable because there really isn't a
  bug in gnome-shell here other than it doesn't know how to survive
  without a connection to Xwayland.
  
  * For users of Xorg sessions, like bionic default, this is a full fix as
  Xorg users will never get an Xwayland instance after logging in. And
  hence no Xwayland bugs.
  
  [Test Case]
  
  * Just install bionic, use it lightly and reboot a few times.
  
  * Observe crash files are left in /var/crash and problem report dialogs
  after logging in.
  
  [Regression Potential]
  
  Medium. The fix does not really change the structure of the existing
  error handling, only changes it from a core dump into a silent exit. For
  Xorg users this should be invisible as the affected login screen
  restarts automatically.
  
  [Other Info]
  
  This is a whole class of gnome-shell crash which includes bug 1505409, bug 
1748450 and bug 1556601. All three should be considered the same crash for the 
sake of this SRU. Just don't mark them as duplicates of each other
  because they are all still collecting duplicates of their own.
  
  -
  
  *** This is a duplicate of bug 1505409, but is being kept separate so as
  to automatically collect duplicate reports since the stacktrace
  signature has changed recently. Any resolution and discussion should
  occur in bug 1505409. ***
  
  See also:
  https://errors.ubuntu.com/problem/8ef857b2fe07d60742cd02d7d8f988f78ecd0f95
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.26.2-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13
  Uname: Linux 4.13.0-33-generic x86_64
  ApportVersion: 2.20.8-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME-Greeter:GNOME
  Date: Thu Feb  8 23:50:23 2018
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  GsettingsChanges:
  
  InstallationDate: Installed on 2016-03-21 (690 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/false
  Signal: 5
  SourcePackage: gnome-shell
  StacktraceTop:
   () at /usr/lib/x86_64-linux-gnu/libmutter-1.so.0
   _XIOError () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XEventsQueued () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   XPending () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: gnome-shell crashed with signal 5
  UpgradeStatus: Upgraded to bionic on 2018-02-08 (0 days ago)
  UserGroups:

** Description changed:

  [Impact]
  
  * Xwayland is failing frequently (not crashing), which triggers a crash
  in gnome-shell because gnome-shell doesn't know how to survive after
  Xwayland has reset itself.
  
  * The frequent gnome-shell crashes create frequent problem reports and
  annoying dialogs for users, after they log in to an apparently working
  gnome-shell.
  
  * This affects Xorg sessions too, because the gdm login screen itself is
  a Wayland session. And Xorg users will see the problem dialog after they
  have logged into a Xorg session.
  
  * The fix simply converts the crash into a silent exit (as decided by
  Gnome upstream). This avoids the mountain of crash reports and annoying
  error dialogs at least. It does not fix the root causes that remain in
  Xwayland, but this is considered acceptable because there really isn't a
  bug in gnome-shell here other than it doesn't know how to survive
  without a connection to Xwayland.
  
  * For users of Xorg sessions, like bionic default, this is a full fix as
  Xorg users will never get an Xwayland instance after logging in. And
- hence no Xwayland bugs.
+ hence the Xwayland bugs are irrelevant.
  
  [Test Case]
  
  * Just install bionic, use it lightly and reboot a few times.
  
  * Observe crash files are left in /var/crash and problem report dialogs
  after logging in.
  
  [Regression Potential]
  
  Medium. The fix does not really change the structure of the existing
  error handling, only changes it from a core dump into a sile

[Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from

2018-04-23 Thread Daniel van Vugt
** Description changed:

+ [Impact]
+ 
+ * Xwayland is failing frequently (not crashing), which triggers a crash
+ in gnome-shell because gnome-shell doesn't know how to survive without
+ Xwayland.
+ 
+ * The frequent gnome-shell crashes create frequent problem reports and
+ annoying dialogs for users, after they log in to an apparently working
+ gnome-shell.
+ 
+ * This affects Xorg sessions too, because the gdm login screen itself is
+ a Wayland session. And Xorg users will see the problem dialog after they
+ have logged into a Xorg session.
+ 
+ * The fix simply converts the crash into a silent exit (as decided by
+ Gnome upstream). This avoids the mountain of crash reports and annoying
+ error dialogs at least. It does not fix the root causes that remain in
+ Xwayland, but this is considered acceptable because there really isn't a
+ bug in gnome-shell here other than it doesn't know how to survive
+ without a connection to Xwayland.
+ 
+ * For users of Xorg sessions, like bionic default, this is a full fix as
+ Xorg users will never get an Xwayland instance after logging in. And
+ hence no Xwayland bugs.
+ 
+ [Test Case]
+ 
+ * Just install bionic, use it lightly and reboot a few times.
+ 
+ * Observe crash files are left in /var/crash and problem report dialogs
+ after logging in.
+ 
+ [Regression Potential]
+ 
+ Medium. The fix does not really change the structure of the existing
+ error handling, only changes it from a core dump into a silent exit. For
+ Xorg users this should be invisible as the affected login screen
+ restarts automatically.
+ 
+ [Other Info]
+ 
+ This is a whole class of gnome-shell crash which includes bug 1505409,
+ bug 1748450 and bug 1556601. All three should be considered the same
+ crash for the sake of this SRU.
+ 
+ -
+ 
  *** This is a duplicate of bug 1505409, but is being kept separate so as
  to automatically collect duplicate reports since the stacktrace
  signature has changed recently. Any resolution and discussion should
  occur in bug 1505409. ***
  
  See also:
  https://errors.ubuntu.com/problem/8ef857b2fe07d60742cd02d7d8f988f78ecd0f95
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.26.2-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13
  Uname: Linux 4.13.0-33-generic x86_64
  ApportVersion: 2.20.8-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME-Greeter:GNOME
  Date: Thu Feb  8 23:50:23 2018
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  GsettingsChanges:
  
  InstallationDate: Installed on 2016-03-21 (690 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/false
  Signal: 5
  SourcePackage: gnome-shell
  StacktraceTop:
   () at /usr/lib/x86_64-linux-gnu/libmutter-1.so.0
   _XIOError () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XEventsQueued () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   XPending () at /usr/lib/x86_64-linux-gnu/libX11.so.6
   () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: gnome-shell crashed with signal 5
  UpgradeStatus: Upgraded to bionic on 2018-02-08 (0 days ago)
  UserGroups:

** Description changed:

  [Impact]
  
  * Xwayland is failing frequently (not crashing), which triggers a crash
  in gnome-shell because gnome-shell doesn't know how to survive without
  Xwayland.
  
  * The frequent gnome-shell crashes create frequent problem reports and
  annoying dialogs for users, after they log in to an apparently working
  gnome-shell.
  
  * This affects Xorg sessions too, because the gdm login screen itself is
  a Wayland session. And Xorg users will see the problem dialog after they
  have logged into a Xorg session.
  
  * The fix simply converts the crash into a silent exit (as decided by
  Gnome upstream). This avoids the mountain of crash reports and annoying
  error dialogs at least. It does not fix the root causes that remain in
  Xwayland, but this is considered acceptable because there really isn't a
  bug in gnome-shell here other than it doesn't know how to survive
  without a connection to Xwayland.
  
  * For users of Xorg sessions, like bionic default, this is a full fix as
  Xorg users will never get an Xwayland instance after logging in. And
  hence no Xwayland bugs.
  
  [Test Case]
  
  * Just install bionic, use it lightly and reboot a few times.
  
  * Observe crash files are left in /var/crash and problem report dialogs
  after logging in.
  
  [Regression Potential]
  
  Medium. The fix does not really change the structure of the existing
  error handling, only changes it from a core dump into a silent exit. For
  Xorg users this should be invisible as the affected login screen
  restarts automatically.
  
  [Other Info]
  
- This is a whole class of gnome-shell crash which includes bug 1505409,
- bug 1748450 and bug 1556601. All three should be considered the sam

[Bug 1766457] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\302\240hash_table->live_entries == 0\302\240\302\

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/24da80277789c32ca6e4a38f092a8d1e181456cb 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-
  hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy:
  l'assertion \302\253\302\240hash_table->live_entries ==
  0\302\240\302\273 a \303\251chou\303\251.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766456] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265 \321\2

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy:
  
\320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265
  
\321\203\321\202\320\262\320\265\321\200\320\266\320\264\320\265\320\275\320\270\320\265
  \302\253hash_table->live_entries == 0\302\273 \320\275\320\265
  \320\262\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\276.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766457] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\302\240hash_table->live_entries == 0\302\240\302\27

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-
  hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy:
  l'assertion \302\253\302\240hash_table->live_entries ==
  0\302\240\302\273 a \303\251chou\303\251.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766455] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht erf\303\274llt.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/96a6ba64a9c7989a777805ab56ab39a265df4721 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Zusicherung
  \302\273hash_table->live_entries == 0\302\253 nicht erf\303\274llt.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766455] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht erf\303\274llt.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Zusicherung
  \302\273hash_table->live_entries == 0\302\253 nicht erf\303\274llt.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766456] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265 \321

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/723b57994039b44a6e8e596c04dc7cbc294a8ea6 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy:
  
\320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265
  
\321\203\321\202\320\262\320\265\321\200\320\266\320\264\320\265\320\275\320\270\320\265
  \302\253hash_table->live_entries == 0\302\273 \320\275\320\265
  \320\262\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\276.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766461] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\" non riuscita.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: asserzione \"hash_table->live_entries ==
  0\" non riuscita.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766466] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entries == 0\342\200\235 falhou.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/9d5bacdfcda2d6b14aa8a778c6567282b916ad45 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Assertiva
  \342\200\234hash_table->live_entries == 0\342\200\235 falhou.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766459] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\230hash_table->live_entries == 0\342\200\231 \345\2

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-
  hash.c:217\357\274\232_cairo_hash_table_destroy:
  \345\201\207\350\256\276 \342\200\230hash_table->live_entries ==
  0\342\200\231 \345\244\261\350\264\245\343\200\202

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766465] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: L\342\200\231asserci\303\263 \302\253hash_table->live_entries == 0\302\273 ha fallat.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: L\342\200\231asserci\303\263
  \302\253hash_table->live_entries == 0\302\273 ha fallat.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766459] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\230hash_table->live_entries == 0\342\200\231 \345

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/9e49c2cddf9cadfa1820fa7ed823e0e60113d7db 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-
  hash.c:217\357\274\232_cairo_hash_table_destroy:
  \345\201\207\350\256\276 \342\200\230hash_table->live_entries ==
  0\342\200\231 \345\244\261\350\264\245\343\200\202

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766461] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\" non riuscita.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/d928e36442e0962b03b0806688fa149b7e67fade 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: asserzione \"hash_table->live_entries ==
  0\" non riuscita.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766465] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: L\342\200\231asserci\303\263 \302\253hash_table->live_entries == 0\302\273 ha fallat.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/1dff5804f58251308beee0b6c2fa7f74eb019281 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: L\342\200\231asserci\303\263
  \302\253hash_table->live_entries == 0\302\273 ha fallat.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766460] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0' faalt.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Controletest 'hash_table->live_entries ==
  0' faalt.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766462] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263 `hash_table->live_entr

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy:
  \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263
  `hash_table->live_entries == 0'
  
\343\201\253\345\244\261\346\225\227\343\201\227\343\201\276\343\201\227\343\201\237\343\200\202

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766466] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entries == 0\342\200\235 falhou.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Assertiva
  \342\200\234hash_table->live_entries == 0\342\200\235 falhou.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766458] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries == 0' nie zosta\305\202 spe\305\202niony.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/655eaa4a2d70c9865476a8618b5a89cad34e7903 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Warunek zapewnienia
  `hash_table->live_entries == 0' nie zosta\305\202 spe\305\202niony.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766462] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263 `hash_table->live_en

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/f477ffb6cca09516b9fa9a20ac07890c3b61ae87 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy:
  \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263
  `hash_table->live_entries == 0'
  
\343\201\253\345\244\261\346\225\227\343\201\227\343\201\276\343\201\227\343\201\237\343\200\202

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766460] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0' faalt.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/27e3166ded5247ec0becebc1f1be7991a3f26fed 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Controletest 'hash_table->live_entries ==
  0' faalt.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766458] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries == 0' nie zosta\305\202 spe\305\202niony.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Warunek zapewnienia
  `hash_table->live_entries == 0' nie zosta\305\202 spe\305\202niony.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766470] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: F\303\266rs\303\244kran \342\200\235hash_table->live_entries == 0\342\200\235 falsk.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: F\303\266rs\303\244kran
  \342\200\235hash_table->live_entries == 0\342\200\235 falsk.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766470] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: F\303\266rs\303\244kran \342\200\235hash_table->live_entries == 0\342\200\235 falsk.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/d02d2b4fb176b381ea42b3bd281ccef81633735c 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: F\303\266rs\303\244kran
  \342\200\235hash_table->live_entries == 0\342\200\235 falsk.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766463] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entries == 0' no se cumple.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: La declaraci\303\263n
  `hash_table->live_entries == 0' no se cumple.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766463] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entries == 0' no se cumple.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gjs.  This problem was most recently seen with package version 1.52.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/8b3546bd4dff6ffbcf94b7cd640c8951ef39c6d1 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

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

Title:
  /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: La declaraci\303\263n
  `hash_table->live_entries == 0' no se cumple.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766416] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\200\320\27

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766416

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  
\320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265
  
\321\203\321\202\320\262\320\265\321\200\320\266\320\264\320\265\320\275\320\270\320\265
  \302\253hash_table->live_entries == 0\302\273 \320\275\320\265
  \320\262\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\276.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766416/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766418] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entries == 0' n

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766418

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La
  declaraci\303\263n `hash_table->live_entries == 0' no se cumple.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766418/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766420] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entries == 0\3

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/27af503ac4899d600c0d3338893a69e978b7cdf6 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766420

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva
  \342\200\234hash_table->live_entries == 0\342\200\235 falhou.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766420/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766417] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries == 0\302\2

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766417

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht
  erf\303\274llt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766416] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\200\320\

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.1-0ubuntu1, the problem page at 
https://errors.ubuntu.com/problem/7836203d7299b26d84ba33846c1954c49c199af4 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766416

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  
\320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265
  
\321\203\321\202\320\262\320\265\321\200\320\266\320\264\320\265\320\275\320\270\320\265
  \302\253hash_table->live_entries == 0\302\273 \320\275\320\265
  \320\262\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\276.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766416/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766418] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entries == 0'

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/a26314906d33919af084025d90a9dded85ee7bd9 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766418

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La
  declaraci\303\263n `hash_table->live_entries == 0' no se cumple.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766418/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766419] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\302\240hash

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766419

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-
  hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy:
  l'assertion \302\253\302\240hash_table->live_entries ==
  0\302\240\302\273 a \303\251chou\303\251.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766419/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766420] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entries == 0\342

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766420

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva
  \342\200\234hash_table->live_entries == 0\342\200\235 falhou.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766420/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766421] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\" non riusci

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766421

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  asserzione \"hash_table->live_entries == 0\" non riuscita.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766421/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766417] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries == 0\302

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.1-0ubuntu1, the problem page at 
https://errors.ubuntu.com/problem/8ec8adf634b48ba4678bc306af673c5c3743470d 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766417

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht
  erf\303\274llt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766419] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\302\240ha

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/eda3ae18644caccb24ab7fe0fc4339aa4d6178f8 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766419

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-
  hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy:
  l'assertion \302\253\302\240hash_table->live_entries ==
  0\302\240\302\273 a \303\251chou\303\251.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766419/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766421] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\" non rius

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/2e3e4941fccc8e08afd7c6dd8b47dedad9614f0c 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766421

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  asserzione \"hash_table->live_entries == 0\" non riuscita.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766421/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766423] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\230

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766423

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-
  hash.c:217\357\274\232_cairo_hash_table_destroy:
  \345\201\207\350\256\276 \342\200\230hash_table->live_entries ==
  0\342\200\231 \345\244\261\350\264\245\343\200\202

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766423/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766429] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: F\303\266rs\303\244kran \342\200\235hash_table->live_

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/745877078c0b7a40499676fedd1b9f91d52020b4 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766429

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  F\303\266rs\303\244kran \342\200\235hash_table->live_entries ==
  0\342\200\235 falsk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766429/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766422] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\230hash_tab

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766422

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy:
  \345\201\207\350\256\276 \342\200\230hash_table->live_entries ==
  0\342\200\231 \345\244\261\350\264\245\343\200\202

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766422/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766422] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\230hash_t

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/d02acb23262829d4137789e45b8c7d85c4c99490 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766422

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy:
  \345\201\207\350\256\276 \342\200\230hash_table->live_entries ==
  0\342\200\231 \345\244\261\350\264\245\343\200\202

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766422/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766428] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0' faalt.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766428

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Controletest 'hash_table->live_entries == 0' faalt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766428/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766429] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: F\303\266rs\303\244kran \342\200\235hash_table->live_en

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766429

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  F\303\266rs\303\244kran \342\200\235hash_table->live_entries ==
  0\342\200\235 falsk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766429/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766425] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries == 0' nie

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766425

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek
  zapewnienia `hash_table->live_entries == 0' nie zosta\305\202
  spe\305\202niony.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766425/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766423] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\2

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/56932bdba15973604c4f71b08ba48719470c3a33 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766423

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-
  hash.c:217\357\274\232_cairo_hash_table_destroy:
  \345\201\207\350\256\276 \342\200\230hash_table->live_entries ==
  0\342\200\231 \345\244\261\350\264\245\343\200\202

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766423/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766424] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \343\202\242\343\202\265\343\203\274\343\202\267\343\20

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766424

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263
  `hash_table->live_entries == 0'
  
\343\201\253\345\244\261\346\225\227\343\201\227\343\201\276\343\201\227\343\201\237\343\200\202

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766424/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766424] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \343\202\242\343\202\265\343\203\274\343\202\267\343\

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/40b2987f0b89c7a3581ec69c2f63ca3c39ac20c2 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766424

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263
  `hash_table->live_entries == 0'
  
\343\201\253\345\244\261\346\225\227\343\201\227\343\201\276\343\201\227\343\201\237\343\200\202

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766424/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766427] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entrie

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/3c2d0d8d523d5c770281f680e49c05d3d6b2eba1 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766427

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Assertiva \342\200\234hash_table->live_entries == 0\342\200\235
  falhou.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766427/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766425] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries == 0' n

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/02b10aba533f46d20af052e71fcd010abaf842ff 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766425

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek
  zapewnienia `hash_table->live_entries == 0' nie zosta\305\202
  spe\305\202niony.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766425/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766428] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0' faalt.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/723f9e4b5bbcbaed87820b242c80babf1eb431a4 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766428

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Controletest 'hash_table->live_entries == 0' faalt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766428/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766426] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\3

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/d9ac18a8d40b8e7482f6d950895610ac747fb250 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766426

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-
  hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy:
  l'assertion \302\253\302\240hash_table->live_entries ==
  0\302\240\302\273 a \303\251chou\303\251.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766426/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766427] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entries

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766427

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Assertiva \342\200\234hash_table->live_entries == 0\342\200\235
  falhou.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766427/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766426] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\302

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766426

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-
  hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy:
  l'assertion \302\253\302\240hash_table->live_entries ==
  0\302\240\302\273 a \303\251chou\303\251.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766426/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766430] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries =

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766430

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Warunek zapewnienia `hash_table->live_entries == 0' nie zosta\305\202
  spe\305\202niony.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766430/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766434] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0'

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/3b32a2a23fde079385e84fdc939443fc3a4aa6dd 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766434

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Controletest 'hash_table->live_entries == 0' faalt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766434/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766439] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\20

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766439

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  
\320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265
  
\321\203\321\202\320\262\320\265\321\200\320\266\320\264\320\265\320\275\320\270\320\265
  \302\253hash_table->live_entries == 0\302\273 \320\275\320\265
  \320\262\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\276.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766439/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766434] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0' fa

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766434

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Controletest 'hash_table->live_entries == 0' faalt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766434/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766436] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entries

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766436

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  La declaraci\303\263n `hash_table->live_entries == 0' no se cumple.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766436/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766435] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Asser\303\247\303\243o `hash_table->live_entrie

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766435

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Asser\303\247\303\243o `hash_table->live_entries == 0' falhou.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766435/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766431] Re: /usr/bin/gnome-shell:gnome-shell: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766431

Title:
  /usr/bin/gnome-shell:gnome-shell: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0'
  failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766431/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766439] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/15a6c441e3c7448b98c7717c0e31d313da0c2a84 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766439

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  
\320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265
  
\321\203\321\202\320\262\320\265\321\200\320\266\320\264\320\265\320\275\320\270\320\265
  \302\253hash_table->live_entries == 0\302\273 \320\275\320\265
  \320\262\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\276.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766439/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766438] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\250\255\343\200\216hash_ta

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/48549d83f6c0d201015120591340fbaad5c05183 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766438

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy:
  \345\201\207\350\250\255\343\200\216hash_table->live_entries ==
  0\343\200\217\345\244\261\346\225\227\343\200\202

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766438/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766431] [NEW] /usr/bin/gnome-shell:gnome-shell: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/66a4d65420e2ab417a00d477f5adb41d7e1b77f5 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766431

Title:
  /usr/bin/gnome-shell:gnome-shell: ../../../../src/cairo-hash.c:217:
  _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0'
  failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766431/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766433] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: V\303\244ite \342\200\235hash_table->live_entries == 0\

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766433

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  V\303\244ite \342\200\235hash_table->live_entries == 0\342\200\235 ei
  pid\303\244 paikkaansa.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766433/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766433] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: V\303\244ite \342\200\235hash_table->live_entries ==

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/e098b5aa070043f4910b316bfb54485d12cbb838 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766433

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  V\303\244ite \342\200\235hash_table->live_entries == 0\342\200\235 ei
  pid\303\244 paikkaansa.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766433/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766432] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/0808c53326056ea082eac83405601edce5eb5aa1 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766432

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht
  erf\303\274llt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766432/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766430] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/d52dc7c0a68d4f6c11973dccd9fbaa39b19430bd 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766430

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Warunek zapewnienia `hash_table->live_entries == 0' nie zosta\305\202
  spe\305\202niony.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766430/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766432] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries ==

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766432

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht
  erf\303\274llt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766432/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766436] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entri

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/73f719d96deb8f9447ef0a18e9478050e9f0d6eb 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766436

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  La declaraci\303\263n `hash_table->live_entries == 0' no se cumple.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766436/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766437] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\"

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/79f3e8e5a25946838cc50982ee5b9f80d6f675b9 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766437

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  asserzione \"hash_table->live_entries == 0\" non riuscita.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766437/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766435] [NEW] /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Asser\303\247\303\243o `hash_table->live_entr

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.0-0ubuntu5, the problem page at 
https://errors.ubuntu.com/problem/e978ed3aa266bdd28bb2477dd7f910461481a0e6 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766435

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  Asser\303\247\303\243o `hash_table->live_entries == 0' falhou.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766435/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766438] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\250\255\343\200\216hash_tabl

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766438

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy:
  \345\201\207\350\250\255\343\200\216hash_table->live_entries ==
  0\343\200\217\345\244\261\346\225\227\343\200\202

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766438/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766437] Re: /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\" no

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766437

Title:
  /usr/lib/gnome-shell/gnome-shell-portal-helper:gnome-shell-portal-
  helper: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy:
  asserzione \"hash_table->live_entries == 0\" non riuscita.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766437/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766414] [NEW] /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed.

2018-04-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.1-0ubuntu1, the problem page at 
https://errors.ubuntu.com/problem/b8cfe95fd8eae08dd97d31273261ce035fb603f1 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766414

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion
  `hash_table->live_entries == 0' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766414/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766414] Re: /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed.

2018-04-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1763878 ***
https://bugs.launchpad.net/bugs/1763878

** This bug has been marked a duplicate of bug 1763878
   [regression] Many programs crashing at exit with assert failure: 
../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion 
`hash_table->live_entries == 0' failed. Called from 
cairo_debug_reset_static_data()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766414

Title:
  /usr/bin/gnome-shell-extension-prefs:gnome-shell-extension-prefs:
  ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion
  `hash_table->live_entries == 0' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766414/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1765261] Re: [regression] Ubuntu 18.04 login screen rejects a valid password on first attempt. Usually works on the second attempt

2018-04-23 Thread Daniel van Vugt
The good news is that I'm not seeing this bug on most bionic machines.
Only one desktop.

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

Title:
  [regression] Ubuntu 18.04 login screen rejects a valid password on
  first attempt. Usually works on the second attempt

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766137] Re: [regression] Login fails when preceded by incorrect password

2018-04-23 Thread Daniel van Vugt
** Summary changed:

- [regression] Login fails when preceded by incorrect password - gnome-shell 
startup fails with g_dbus_connection_call_sync_internal: assertion 
'G_IS_DBUS_CONNECTION (connection)' failed
+ [regression] Login fails when preceded by incorrect password

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766137

Title:
  [regression] Login fails when preceded by incorrect password

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766137] Re: [regression] Login fails when preceded by incorrect password - gnome-shell startup fails with g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' fail

2018-04-23 Thread Daniel van Vugt
** Summary changed:

- [regression] gnome-shell startup fails with 
g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION 
(connection)' failed
+ [regression] Login fails when preceded by incorrect password - gnome-shell 
startup fails with g_dbus_connection_call_sync_internal: assertion 
'G_IS_DBUS_CONNECTION (connection)' failed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766137

Title:
  [regression] Login fails when preceded by incorrect password - gnome-
  shell startup fails with g_dbus_connection_call_sync_internal:
  assertion 'G_IS_DBUS_CONNECTION (connection)' failed

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766137] Re: [regression] gnome-shell startup fails with g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

2018-04-23 Thread Daniel van Vugt
For an actual authentication failure, please see bug 1765261 instead.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766137

Title:
  [regression] gnome-shell startup fails with
  g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION
  (connection)' failed

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766137] Re: [regression] gnome-shell startup fails with g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

2018-04-23 Thread Daniel van Vugt
NOTE: This bug is not about a login failure. Login is succeeding as
shown in comment #7. It's only the shell that's failing to start:

gdm-password][2440]: pam_unix(gdm-password:session): session opened for user 
chris by (uid=0)
systemd-logind[904]: New session 5 of user chris.
systemd[1]: Started Session 5 of user chris.
gnome-shell[1128]: g_dbus_connection_call_sync_internal: assertion 
'G_IS_DBUS_CONNECTION (connection)' failed

That is the same behaviour as I see.

Ads2 might be experiencing something slightly different.

** Summary changed:

- [regression] Login fails when preceded by incorrect password
+ [regression] gnome-shell startup fails with 
g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION 
(connection)' failed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1766137

Title:
  [regression] gnome-shell startup fails with
  g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION
  (connection)' failed

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1758287] Re: totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2018-04-23 Thread Daniel van Vugt
Also tracking in:
https://errors.ubuntu.com/problem/c7d8b2eb8ea371781ada6f2182d6926557d2fa91

** Description changed:

+ https://errors.ubuntu.com/problem/c7d8b2eb8ea371781ada6f2182d6926557d2fa91
+ 
+ ---
+ 
  totem crashed with signal 5
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: totem 3.26.0-0ubuntu5
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 23 11:26:51 2018
  ExecutablePath: /usr/bin/totem
  InstallationDate: Installed on 2017-05-04 (323 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170503)
  ProcCmdline: /usr/bin/totem --gapplication-service
  Signal: 5
  SourcePackage: totem
  StacktraceTop:
-  ?? () from /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0
-  ?? () from /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0
-  ?? () from /usr/lib/x86_64-linux-gnu/libGLX.so.0
-  ?? () from /usr/lib/x86_64-linux-gnu/libGLX.so.0
-  ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so
+  ?? () from /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0
+  ?? () from /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0
+  ?? () from /usr/lib/x86_64-linux-gnu/libGLX.so.0
+  ?? () from /usr/lib/x86_64-linux-gnu/libGLX.so.0
+  ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so
  Title: totem crashed with signal 5
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

Title:
  totem crashed with SIGTRAP in __glXSendError() from
  MakeContextCurrent()

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1743976] Re: gnome-shell is wasting CPU repainting unchanging panels

2018-04-23 Thread Daniel van Vugt
** Branch linked: lp:~3v1n0/gnome-shell/bionic-patches-add-gpu-cached-
texture

** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  gnome-shell is wasting CPU repainting unchanging panels

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1743976/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1676918] Re: Kernel 4.10+ regression: blackscreen when trying to resume from suspend

2018-04-23 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1676918

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1676918

Title:
  Kernel 4.10+ regression: blackscreen when trying to resume from
  suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/1676918/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-23 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-19.20

---
linux (4.15.0-19.20) bionic; urgency=medium

  * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021)

  * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232)
- Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU"
- Revert "genirq/affinity: assign vectors to all possible CPUs"

linux (4.15.0-18.19) bionic; urgency=medium

  * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490)

  * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel:
meltdown: rfi/fallback displacement flush not enabled bydefault (kvm)
(LP: #1765429)
- powerpc/pseries: Fix clearing of security feature flags

  * signing: only install a signed kernel (LP: #1764794)
- [Packaging] update to Debian like control scripts
- [Packaging] switch to triggers for postinst.d postrm.d handling
- [Packaging] signing -- switch to raw-signing tarballs
- [Packaging] signing -- switch to linux-image as signed when available
- [Config] signing -- enable Opal signing for ppc64el
- [Packaging] printenv -- add signing options

  * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154)
- [Packaging] signing -- add support for signing Opal kernel binaries

  * Please cherrypick s390 unwind fix (LP: #1765083)
- s390/compat: fix setup_frame32

  * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L]
[ipr] (LP: #1751813)
- d-i: move ipr to storage-core-modules on ppc64el

  * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816)
- SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm

  * Miscellaneous Ubuntu changes
- [Packaging] Add linux-oem to rebuild test blacklist.

linux (4.15.0-17.18) bionic; urgency=medium

  * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498)

  * Eventual OOM with profile reloads (LP: #1750594)
- SAUCE: apparmor: fix memory leak when duplicate profile load

linux (4.15.0-16.17) bionic; urgency=medium

  * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785)

  * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346)
- [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y

  * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797)
- SAUCE: usb: typec: ucsi: Increase command completion timeout value

  * Fix trying to "push" an already active pool VP (LP: #1763386)
- SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP

  * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824)
- Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to
  userspace"
- Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES"
- scsi: hisi_sas: modify some register config for hip08
- scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()

  * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673)
- misc: rtsx: Move Realtek Card Reader Driver to misc
- updateconfigs for Realtek Card Reader Driver
- misc: rtsx: Add support for RTS5260
- misc: rtsx: Fix symbol clashes

  * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in
./include/linux/net_dim.h (LP: #1763269)
- net/mlx5e: Fix int overflow

  * apparmor bug fixes for bionic (LP: #1763427)
- apparmor: fix logging of the existence test for signals
- apparmor: make signal label match work when matching stacked labels
- apparmor: audit unknown signal numbers
- apparmor: fix memory leak on buffer on error exit path
- apparmor: fix mediation of prlimit

  * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug
fixes for bionic (LP: #1763427)
- apparmor: fix dangling symlinks to policy rawdata after replacement

  * [OPAL] Assert fail:
core/mem_region.c:447:lock_held_by_me(®ion->free_list_lock)
(LP: #1762913)
- powerpc/watchdog: remove arch_trigger_cpumask_backtrace

  * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest
(LP: #1762928)
- powerpc/tm: Fix endianness flip on trap

  * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
- SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
- SAUCE: (no-up) ASoC: rt5660: Add ACPI support
- SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks
- [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m

  * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812)
- i2c: xlp9xx: return ENXIO on slave address NACK
- i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
- i2c: xlp9xx: Check for Bus state before every transfer
- i2c: xlp9xx: Handle NACK on DATA properly

  * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
- tools/kvm_stat: simplify the sortkey function
- tools/kvm_stat: use a namedtuple for storing the values
- tools/kvm_stat: use a more pythonic way to iterate over dictionaries
- tools/kv

[Bug 1744001] Re: Expanded panel menus don't fade out cleanly on close

2018-04-23 Thread Jeremy Bicha
** Changed in: gnome-shell (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1744001

Title:
  Expanded panel menus don't fade out cleanly on close

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1744001/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1672297] Re: gnome-shell uses lots of memory, and grows over time

2018-04-23 Thread Jeremy Bicha
I am unsubscribing ubuntu-sponsors since I don't see anything here now
that is ready for sponsoring. Please feel free to resubscribe when you
have something else that needs sponsoring.

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

Title:
  gnome-shell uses lots of memory, and grows over time

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1672297/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1765353] Re: gnome-control-center crashed with SIGSEGV in acquire_cb() from g_simple_async_result_complete()

2018-04-23 Thread Ads20000
100% agreed, mark yourself as affected by bug 1745210

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1765353

Title:
  gnome-control-center crashed with SIGSEGV in acquire_cb() from
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1765353/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1765353] Re: gnome-control-center crashed with SIGSEGV in acquire_cb() from g_simple_async_result_complete()

2018-04-23 Thread Doug McMahon
(- off topic slightly.
It would be good it the gnome gitlab issue tracker could be added to launchpad 
as a valid 'location' to track upstream gnome bugs rather than the current of 
just bugzilla..

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1765353

Title:
  gnome-control-center crashed with SIGSEGV in acquire_cb() from
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1765353/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1758287] Re: totem crashed with SIGTRAP in __glXSendError() from MakeContextCurrent()

2018-04-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  totem crashed with SIGTRAP in __glXSendError() from
  MakeContextCurrent()

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1765353] Re: gnome-control-center crashed with SIGSEGV in acquire_cb() from g_simple_async_result_complete()

2018-04-23 Thread Jeremy Bicha
** Description changed:

- https://errors.ubuntu.com/problem/55b54d35f8bfd6319edbf1e24d53587020b16273
- 
- ---
- 
- Being discussed on the forums -
- https://ubuntuforums.org/showthread.php?t=2389622
- 
+ Test Case
+ =
  Open "Settings" and navigate to "Users".
  
  Click on "Unlock" and cancel dialog without inputting a password.
  
  "Unlock" becomes unresponsive and Settings will eventually crash.
  
  If started from a terminal I see the following output:
  
  (gnome-control-center:24951): GLib-GIO-CRITICAL **: 10:26:38.402: 
g_permission_acquire_finish: assertion 'G_IS_PERMISSION (permission)' failed
  fish: “gnome-control-center” terminated by signal SIGSEGV (Address boundary 
error)
+ 
+ Regression Potential
+ 
+ This commit fixes the bug and was applied upstream.
+ 
+ https://gitlab.gnome.org/GNOME/gnome-shell/commit/0327069e83b
+ 
+ Other Info
+ ==
+ https://errors.ubuntu.com/problem/55b54d35f8bfd6319edbf1e24d53587020b16273
+ 
+ Being discussed on the forums -
+ https://ubuntuforums.org/showthread.php?t=2389622
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: gnome-control-center 1:3.28.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Apr 19 10:25:11 2018
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2017-11-07 (163 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcCmdline: gnome-control-center --overview
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f7e2de3b845:pushq  0x8(%rax)
   PC (0x7f7e2de3b845) ok
   source "0x8(%rax)" (0x0008) not located in a known VMA region (needed 
readable region)!
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   g_simple_async_result_complete () at 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   () at /usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
   g_simple_async_result_complete () at 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   () at /usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
  Title: gnome-control-center crashed with SIGSEGV
  UpgradeStatus: Upgraded to bionic on 2018-02-21 (56 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1765353

Title:
  gnome-control-center crashed with SIGSEGV in acquire_cb() from
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1765353/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1765353] Re: gnome-control-center crashed with SIGSEGV in acquire_cb() from g_simple_async_result_complete()

2018-04-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-shell/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1765353

Title:
  gnome-control-center crashed with SIGSEGV in acquire_cb() from
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1765353/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766331] [NEW] nautilus preference is not remembered

2018-04-23 Thread Scott Stensland
Public bug reported:

Description:Ubuntu Bionic Beaver (development branch)
Release:18.04


apt-cache policy  nautilus 
nautilus:
  Installed: 1:3.26.3-0ubuntu4
  Candidate: 1:3.26.3-0ubuntu4
  Version table:
 *** 1:3.26.3-0ubuntu4 500
500 http://mirror.math.princeton.edu/pub/ubuntu bionic/main amd64 
Packages
100 /var/lib/dpkg/status


nautilus -> Files -> Preferences -> Behaviour

 changes I make here fail to be remembered for example

by default value of  ->  Behaviour -> Open Action -> is "Double click to
open items"

 however when I choose   "Single click to open items"

then close nautilus and re-open nautilus that Preference change did not take
This is also true for other Preference changes ... nautilus fails to retain 
Preference changes

Importantly when I make same change using tool dconf-editor on a virgin
box it correctly make the setting changes

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: nautilus 1:3.26.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
Uname: Linux 4.15.0-15-generic x86_64
ApportVersion: 2.20.9-0ubuntu6
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 23 14:51:39 2018
GsettingsChanges:
 
InstallationDate: Installed on 2018-02-23 (58 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180222)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus: dropbox 2015.10.28

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  nautilus preference is not remembered

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1765440] Re: Translation missing for GNOME Calculator

2018-04-23 Thread Gunnar Hjalmarsson
This is about to be fixed via language-pack-gnome-XX-base
1:18.04+20180423.

** Changed in: ubuntu-translations
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1765440

Title:
  Translation missing for GNOME Calculator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1765440/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1765772] Re: xserver-xorg-video-intel crashes xorg session

2018-04-23 Thread Ahmet Aksoy
i tried but can't reproduce this bug. Maybe i didn't restart before. im
not sure.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1765772

Title:
  xserver-xorg-video-intel crashes xorg session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1765772/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

  1   2   >