Activity log for bug #1319897

Date Who What changed Old value New value Message
2014-05-15 15:28:32 Marius Gedminas bug added bug
2014-05-15 15:32:20 Ubuntu GNOME bug added subscriber Crash bug triagers for Ubuntu packages
2014-05-15 15:32:26 Ubuntu GNOME attachment added Stacktrace.txt https://bugs.launchpad.net/bugs/1319897/+attachment/4113253/+files/Stacktrace.txt
2014-05-15 15:32:27 Ubuntu GNOME attachment added StacktraceSource.txt https://bugs.launchpad.net/bugs/1319897/+attachment/4113254/+files/StacktraceSource.txt
2014-05-15 15:32:28 Ubuntu GNOME attachment added ThreadStacktrace.txt https://bugs.launchpad.net/bugs/1319897/+attachment/4113255/+files/ThreadStacktrace.txt
2014-05-15 15:32:31 Ubuntu GNOME attachment removed CoreDump.gz https://bugs.launchpad.net/bugs/1319897/+attachment/4113238/+files/CoreDump.gz
2014-05-15 15:32:32 Ubuntu GNOME summary gnome-shell crashed with SIGABRT in g_assertion_message() gnome-shell crashed with SIGABRT in g_once_init_enter()
2014-05-15 15:32:36 Ubuntu GNOME tags amd64 apport-crash gnome3-ppa gnome3-staging need-amd64-retrace third-party-packages trusty amd64 apport-crash gnome3-ppa gnome3-staging third-party-packages trusty
2014-05-15 18:56:25 Marius Gedminas summary gnome-shell crashed with SIGABRT in g_once_init_enter() gnome-shell crashed with SIGABRT in g_assertion_message()
2014-05-15 19:09:54 Marius Gedminas attachment added Full and correct stack trace https://bugs.launchpad.net/ubuntu-gnome/+bug/1319897/+attachment/4113366/+files/lp1319897.log
2014-05-15 19:35:25 Marius Gedminas bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=730214
2014-05-15 20:15:33 Marius Gedminas bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=725637
2014-05-15 20:31:57 Marius Gedminas attachment added Debdiff with backported upstream patches https://bugs.launchpad.net/ubuntu-gnome/+bug/1319897/+attachment/4113420/+files/mutter.debdiff
2014-05-15 22:06:20 Tim Lunn information type Private Public
2014-05-15 22:37:43 Tim Lunn bug task added gnome-shell (Ubuntu)
2014-05-15 22:37:57 Tim Lunn nominated for series Ubuntu Trusty
2014-05-15 22:37:57 Tim Lunn bug task added gnome-shell (Ubuntu Trusty)
2014-05-15 22:37:57 Tim Lunn nominated for series Ubuntu Utopic
2014-05-15 22:37:57 Tim Lunn bug task added gnome-shell (Ubuntu Utopic)
2014-05-15 22:38:06 Tim Lunn ubuntu-gnome: milestone trusty.1
2014-05-15 22:39:17 Launchpad Janitor gnome-shell (Ubuntu): status New Confirmed
2014-05-15 22:39:17 Launchpad Janitor gnome-shell (Ubuntu Trusty): status New Confirmed
2014-05-15 22:43:14 Tim Lunn bug added subscriber Tim
2014-05-16 00:22:08 Ubuntu Foundations Team Bug Bot tags amd64 apport-crash gnome3-ppa gnome3-staging third-party-packages trusty amd64 apport-crash gnome3-ppa gnome3-staging patch third-party-packages trusty
2014-05-16 00:22:17 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2014-05-16 15:25:25 Marius Gedminas attachment added Debdiff for stock Trusty mutter https://bugs.launchpad.net/ubuntu-gnome/+bug/1319897/+attachment/4113960/+files/mutter-trusty.debdiff
2014-05-16 22:07:26 Tim Lunn gnome-shell (Ubuntu Trusty): status Confirmed Fix Committed
2014-05-16 22:07:31 Tim Lunn ubuntu-gnome: status New Fix Committed
2014-05-19 22:12:04 Tim Lunn description This happened on resume from S3 sleep. It seems related to multi-monitor support: I had an external display connected via VGA that I unplugged at around the same time as I suspended the laptop. The external display was unplugged when I woke the laptop up. There was a long pause with a blank screen before gnome-shell crashed and restarted (I've observed that pause in other gnome-shell crashes too; maybe it's just apport taking a long time to process the core dump? dunno). It then restarted, flashing the picture of my desktop before restoring the lock screen (this could have privacy/security implications). Bug 1190535 might be a duplicate; I can't tell. The stack trace in that bug seems mangled. FWIW the crash was a SIGABRT due to assertion failed: (n_outputs == config->n_outputs) which was visible in the function arguments passed to g_assertion_message() in the stack trace shown by apport before I submitted this bug. I don't trust the retracer bot not to mess up the stack trace like it usually does for PPA packages. ProblemType: Crash DistroRelease: Ubuntu 14.04 Package: gnome-shell 3.12.1-0ubuntu1~trusty1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 3.13.0-26.48-generic 3.13.11 Uname: Linux 3.13.0-26-generic x86_64 ApportVersion: 2.14.1-0ubuntu3 Architecture: amd64 CrashCounter: 1 CurrentDesktop: GNOME Date: Thu May 15 18:18:13 2014 DisplayManager: gdm EcryptfsInUse: Yes ExecutablePath: /usr/bin/gnome-shell GsettingsChanges: b'org.gnome.desktop.interface' b'clock-show-seconds' b'true' b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'" b'org.gnome.desktop.interface' b'clock-show-date' b'true' InstallationDate: Installed on 2012-07-25 (659 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcCmdline: /usr/bin/gnome-shell Signal: 6 SourcePackage: gnome-shell Title: gnome-shell crashed with SIGABRT in g_assertion_message() UpgradeStatus: Upgraded to trusty on 2014-04-18 (27 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare shared sudo wireshark [Impact] gnome-shell will crash when resuming from suspend, if the monitor configuration was changed while machine was suspended [Test Case] -Suspend Laptop with external monitor connected -Disconnect external monitor -Resume from suspend [Regression Potential] Low, the applied patches discard the previous monitor configuration, but only if monitors changed while machine was suspended. === Original Bug Report === This happened on resume from S3 sleep. It seems related to multi-monitor support: I had an external display connected via VGA that I unplugged at around the same time as I suspended the laptop. The external display was unplugged when I woke the laptop up. There was a long pause with a blank screen before gnome-shell crashed and restarted (I've observed that pause in other gnome-shell crashes too; maybe it's just apport taking a long time to process the core dump? dunno). It then restarted, flashing the picture of my desktop before restoring the lock screen (this could have privacy/security implications). Bug 1190535 might be a duplicate; I can't tell. The stack trace in that bug seems mangled. FWIW the crash was a SIGABRT due to   assertion failed: (n_outputs == config->n_outputs) which was visible in the function arguments passed to g_assertion_message() in the stack trace shown by apport before I submitted this bug. I don't trust the retracer bot not to mess up the stack trace like it usually does for PPA packages. ProblemType: CrashDistroRelease: Ubuntu 14.04 Package: gnome-shell 3.12.1-0ubuntu1~trusty1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 3.13.0-26.48-generic 3.13.11 Uname: Linux 3.13.0-26-generic x86_64 ApportVersion: 2.14.1-0ubuntu3 Architecture: amd64 CrashCounter: 1 CurrentDesktop: GNOME Date: Thu May 15 18:18:13 2014 DisplayManager: gdm EcryptfsInUse: Yes ExecutablePath: /usr/bin/gnome-shell GsettingsChanges:  b'org.gnome.desktop.interface' b'clock-show-seconds' b'true'  b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"  b'org.gnome.desktop.interface' b'clock-show-date' b'true' InstallationDate: Installed on 2012-07-25 (659 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcCmdline: /usr/bin/gnome-shell Signal: 6SourcePackage: gnome-shell Title: gnome-shell crashed with SIGABRT in g_assertion_message() UpgradeStatus: Upgraded to trusty on 2014-04-18 (27 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare shared sudo wireshark
2014-05-19 22:14:37 Tim Lunn gnome-shell (Ubuntu Utopic): status Confirmed Fix Released
2014-05-19 22:15:10 Tim Lunn gnome-shell (Ubuntu Trusty): status Fix Committed In Progress
2014-05-20 06:26:10 Martin Pitt removed subscriber Ubuntu Sponsors Team
2014-05-20 08:40:08 Marius Gedminas description [Impact] gnome-shell will crash when resuming from suspend, if the monitor configuration was changed while machine was suspended [Test Case] -Suspend Laptop with external monitor connected -Disconnect external monitor -Resume from suspend [Regression Potential] Low, the applied patches discard the previous monitor configuration, but only if monitors changed while machine was suspended. === Original Bug Report === This happened on resume from S3 sleep. It seems related to multi-monitor support: I had an external display connected via VGA that I unplugged at around the same time as I suspended the laptop. The external display was unplugged when I woke the laptop up. There was a long pause with a blank screen before gnome-shell crashed and restarted (I've observed that pause in other gnome-shell crashes too; maybe it's just apport taking a long time to process the core dump? dunno). It then restarted, flashing the picture of my desktop before restoring the lock screen (this could have privacy/security implications). Bug 1190535 might be a duplicate; I can't tell. The stack trace in that bug seems mangled. FWIW the crash was a SIGABRT due to   assertion failed: (n_outputs == config->n_outputs) which was visible in the function arguments passed to g_assertion_message() in the stack trace shown by apport before I submitted this bug. I don't trust the retracer bot not to mess up the stack trace like it usually does for PPA packages. ProblemType: CrashDistroRelease: Ubuntu 14.04 Package: gnome-shell 3.12.1-0ubuntu1~trusty1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 3.13.0-26.48-generic 3.13.11 Uname: Linux 3.13.0-26-generic x86_64 ApportVersion: 2.14.1-0ubuntu3 Architecture: amd64 CrashCounter: 1 CurrentDesktop: GNOME Date: Thu May 15 18:18:13 2014 DisplayManager: gdm EcryptfsInUse: Yes ExecutablePath: /usr/bin/gnome-shell GsettingsChanges:  b'org.gnome.desktop.interface' b'clock-show-seconds' b'true'  b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"  b'org.gnome.desktop.interface' b'clock-show-date' b'true' InstallationDate: Installed on 2012-07-25 (659 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcCmdline: /usr/bin/gnome-shell Signal: 6SourcePackage: gnome-shell Title: gnome-shell crashed with SIGABRT in g_assertion_message() UpgradeStatus: Upgraded to trusty on 2014-04-18 (27 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare shared sudo wireshark [Impact] gnome-shell will crash when resuming from suspend, if the monitor configuration was changed while machine was suspended [Test Case] -Suspend Laptop with external monitor connected -Disconnect external monitor -Resume from suspend [Regression Potential] Low, the applied patches discard the previous monitor configuration, but only if monitors changed while machine was suspended. === Original Bug Report === This happened on resume from S3 sleep. It seems related to multi-monitor support: I had an external display connected via VGA that I unplugged at around the same time as I suspended the laptop. The external display was unplugged when I woke the laptop up. There was a long pause with a blank screen before gnome-shell crashed and restarted (I've observed that pause in other gnome-shell crashes too; maybe it's just apport taking a long time to process the core dump? dunno). It then restarted, flashing the picture of my desktop before restoring the lock screen (this could have privacy/security implications). Bug 1190535 might be a duplicate; I can't tell. The stack trace in that bug seems mangled. FWIW the crash was a SIGABRT due to   assertion failed: (n_outputs == config->n_outputs) which was visible in the function arguments passed to g_assertion_message() in the stack trace shown by apport before I submitted this bug. I don't trust the retracer bot not to mess up the stack trace like it usually does for PPA packages. ProblemType: Crash DistroRelease: Ubuntu 14.04 Package: gnome-shell 3.12.1-0ubuntu1~trusty1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 3.13.0-26.48-generic 3.13.11 Uname: Linux 3.13.0-26-generic x86_64 ApportVersion: 2.14.1-0ubuntu3 Architecture: amd64 CrashCounter: 1 CurrentDesktop: GNOME Date: Thu May 15 18:18:13 2014 DisplayManager: gdm EcryptfsInUse: Yes ExecutablePath: /usr/bin/gnome-shell GsettingsChanges:  b'org.gnome.desktop.interface' b'clock-show-seconds' b'true'  b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"  b'org.gnome.desktop.interface' b'clock-show-date' b'true' InstallationDate: Installed on 2012-07-25 (659 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcCmdline: /usr/bin/gnome-shell Signal: 6 SourcePackage: gnome-shell Title: gnome-shell crashed with SIGABRT in g_assertion_message() UpgradeStatus: Upgraded to trusty on 2014-04-18 (27 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare shared sudo wireshark
2014-05-22 23:24:42 Brian Murray bug task added mutter (Ubuntu)
2014-05-22 23:24:54 Brian Murray mutter (Ubuntu Utopic): status New Fix Released
2014-05-22 23:25:06 Brian Murray mutter (Ubuntu Trusty): status New In Progress
2014-05-22 23:25:10 Brian Murray mutter (Ubuntu Trusty): importance Undecided High
2014-05-22 23:27:29 Brian Murray mutter (Ubuntu Trusty): status In Progress Fix Committed
2014-05-22 23:27:32 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2014-05-22 23:27:34 Brian Murray bug added subscriber SRU Verification
2014-05-22 23:27:39 Brian Murray tags amd64 apport-crash gnome3-ppa gnome3-staging patch third-party-packages trusty amd64 apport-crash gnome3-ppa gnome3-staging patch third-party-packages trusty verification-needed
2014-06-05 08:08:08 Tim Lunn tags amd64 apport-crash gnome3-ppa gnome3-staging patch third-party-packages trusty verification-needed amd64 apport-crash gnome3-ppa gnome3-staging patch third-party-packages trusty verification-done
2014-06-05 09:59:30 Launchpad Janitor mutter (Ubuntu Trusty): status Fix Committed Fix Released
2014-06-05 09:59:36 Adam Conrad removed subscriber Ubuntu Stable Release Updates Team
2014-06-06 16:45:44 Mantas Kriaučiūnas bug added subscriber Mantas Kriaučiūnas
2014-06-06 16:45:55 Mantas Kriaučiūnas bug added subscriber Baltix GNU/Linux system developers
2014-06-24 10:00:32 Tim Lunn gnome-shell (Ubuntu Trusty): status In Progress Fix Released
2015-05-28 21:26:59 Lydia bug added subscriber Lydia
2015-08-05 15:40:37 Bruce Pieterse ubuntu-gnome: status Fix Committed Fix Released