[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-settings-daemon -
14.04.0+14.10.20141014-0ubuntu1.1

---
unity-settings-daemon (14.04.0+14.10.20141014-0ubuntu1.1) utopic; urgency=medium

  * Ensure the argument to get_idletime() and its counter are both not NULL.
Fixes unity-settings-daemon crashing under NX3/X2Go, which do not support
the IDLETIME counter. (LP: #1416081)
 -- Ryan Tandy rta...@sd63.bc.ca   Tue, 31 Mar 2015 11:00:02 -0700

** Changed in: unity-settings-daemon (Ubuntu Utopic)
   Status: Fix Committed = Fix Released

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-desktop3 source package in Trusty:
  Fix Released
Status in unity-settings-daemon source package in Trusty:
  Invalid
Status in gnome-desktop3 source package in Utopic:
  Invalid
Status in unity-settings-daemon source package in Utopic:
  Fix Released
Status in gnome-desktop3 source package in Vivid:
  Invalid
Status in unity-settings-daemon source package in Vivid:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

   * The NX server (and derivatives e.g. FreeNX, X2Go) and Xvnc server
  (and derivatives e.g. tightvncserver, xrdp) do not support the
  IDLETIME counter. Violating the assumption that this is available
  leads to gnome-session (in trusty) or unity-settings-daemon (in
  utopic) crashing when trying to set up an idle monitor.

   * This bug renders GNOME Flashback unusable on the mentioned X
  servers. Per the justification in bug 1251281, these collectively
  affect quite a few users, particularly on the LTS which tends to be
  chosen when setting up a terminal server.

  * The proposed patch adds missing precondition checks to
  gnome_idle_monitor_get_idletime, avoiding the crash. Other public
  entry points to the idle monitor library already have similar checks.

  [Test Case]

   * Install gnome-session-flashback, tightvncserver, and vncviewer.

   * If bug 1251281 is not fixed in -updates yet: install gnome-session-
  bin from -proposed (needed for --disable-acceleration-check).

   * Create ~/.vnc/xstartup with the following content (3 lines):

  #!/bin/sh
  export STARTUP=gnome-session --session=gnome-flashback 
--disable-acceleration-check
  exec /etc/X11/Xsession

   * Make it executable: chmod +x ~/.vnc/xstartup

   * Log out from the desktop, log in on a tty, and run: vncserver :1

   * Log in to the desktop as a guest, and run: vncviewer :1

  Expected results: a GNOME Flashback VNC session is started.

  Actual results:
  - trusty: gnome-session crashes on startup.
  - utopic: gnome-session starts, but unity-settings-daemon crashes, so 
gnome-session gives up shortly after (because it's a required component).

  [Regression Potential]

   * The patch was accepted in unity-settings-daemon for vivid and there
  were no regression reports so far.

   * There should be no changes observed under a conventional local
  (Xorg) session.

  [Other Info]
   
   * Packages for testing are available in ppa:rtandy/flashback. So far at 
least one user reported success using those packages in comment 68 on bug 
1251281.

  Original description:

  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  

[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-desktop3 - 3.8.4-0ubuntu3.1

---
gnome-desktop3 (3.8.4-0ubuntu3.1) trusty; urgency=medium

  * debian/patches/idletime_sanity_checks.patch: Ensure the argument to
get_idletime() and its counter are both not NULL. Fixes
unity-settings-daemon crashing under NX3/X2Go, which do not support the
IDLETIME counter. (LP: #1416081)
 -- Ryan Tandy rta...@sd63.bc.ca   Tue, 31 Mar 2015 10:59:01 -0700

** Changed in: gnome-desktop3 (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-desktop3 source package in Trusty:
  Fix Released
Status in unity-settings-daemon source package in Trusty:
  Invalid
Status in gnome-desktop3 source package in Utopic:
  Invalid
Status in unity-settings-daemon source package in Utopic:
  Fix Committed
Status in gnome-desktop3 source package in Vivid:
  Invalid
Status in unity-settings-daemon source package in Vivid:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

   * The NX server (and derivatives e.g. FreeNX, X2Go) and Xvnc server
  (and derivatives e.g. tightvncserver, xrdp) do not support the
  IDLETIME counter. Violating the assumption that this is available
  leads to gnome-session (in trusty) or unity-settings-daemon (in
  utopic) crashing when trying to set up an idle monitor.

   * This bug renders GNOME Flashback unusable on the mentioned X
  servers. Per the justification in bug 1251281, these collectively
  affect quite a few users, particularly on the LTS which tends to be
  chosen when setting up a terminal server.

  * The proposed patch adds missing precondition checks to
  gnome_idle_monitor_get_idletime, avoiding the crash. Other public
  entry points to the idle monitor library already have similar checks.

  [Test Case]

   * Install gnome-session-flashback, tightvncserver, and vncviewer.

   * If bug 1251281 is not fixed in -updates yet: install gnome-session-
  bin from -proposed (needed for --disable-acceleration-check).

   * Create ~/.vnc/xstartup with the following content (3 lines):

  #!/bin/sh
  export STARTUP=gnome-session --session=gnome-flashback 
--disable-acceleration-check
  exec /etc/X11/Xsession

   * Make it executable: chmod +x ~/.vnc/xstartup

   * Log out from the desktop, log in on a tty, and run: vncserver :1

   * Log in to the desktop as a guest, and run: vncviewer :1

  Expected results: a GNOME Flashback VNC session is started.

  Actual results:
  - trusty: gnome-session crashes on startup.
  - utopic: gnome-session starts, but unity-settings-daemon crashes, so 
gnome-session gives up shortly after (because it's a required component).

  [Regression Potential]

   * The patch was accepted in unity-settings-daemon for vivid and there
  were no regression reports so far.

   * There should be no changes observed under a conventional local
  (Xorg) session.

  [Other Info]
   
   * Packages for testing are available in ppa:rtandy/flashback. So far at 
least one user reported success using those packages in comment 68 on bug 
1251281.

  Original description:

  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  

[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-04-09 Thread Alberts Muktupāvels
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-desktop3 source package in Trusty:
  Fix Committed
Status in unity-settings-daemon source package in Trusty:
  Invalid
Status in gnome-desktop3 source package in Utopic:
  Invalid
Status in unity-settings-daemon source package in Utopic:
  Fix Committed
Status in gnome-desktop3 source package in Vivid:
  Invalid
Status in unity-settings-daemon source package in Vivid:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

   * The NX server (and derivatives e.g. FreeNX, X2Go) and Xvnc server
  (and derivatives e.g. tightvncserver, xrdp) do not support the
  IDLETIME counter. Violating the assumption that this is available
  leads to gnome-session (in trusty) or unity-settings-daemon (in
  utopic) crashing when trying to set up an idle monitor.

   * This bug renders GNOME Flashback unusable on the mentioned X
  servers. Per the justification in bug 1251281, these collectively
  affect quite a few users, particularly on the LTS which tends to be
  chosen when setting up a terminal server.

  * The proposed patch adds missing precondition checks to
  gnome_idle_monitor_get_idletime, avoiding the crash. Other public
  entry points to the idle monitor library already have similar checks.

  [Test Case]

   * Install gnome-session-flashback, tightvncserver, and vncviewer.

   * If bug 1251281 is not fixed in -updates yet: install gnome-session-
  bin from -proposed (needed for --disable-acceleration-check).

   * Create ~/.vnc/xstartup with the following content (3 lines):

  #!/bin/sh
  export STARTUP=gnome-session --session=gnome-flashback 
--disable-acceleration-check
  exec /etc/X11/Xsession

   * Make it executable: chmod +x ~/.vnc/xstartup

   * Log out from the desktop, log in on a tty, and run: vncserver :1

   * Log in to the desktop as a guest, and run: vncviewer :1

  Expected results: a GNOME Flashback VNC session is started.

  Actual results:
  - trusty: gnome-session crashes on startup.
  - utopic: gnome-session starts, but unity-settings-daemon crashes, so 
gnome-session gives up shortly after (because it's a required component).

  [Regression Potential]

   * The patch was accepted in unity-settings-daemon for vivid and there
  were no regression reports so far.

   * There should be no changes observed under a conventional local
  (Xorg) session.

  [Other Info]
   
   * Packages for testing are available in ppa:rtandy/flashback. So far at 
least one user reported success using those packages in comment 68 on bug 
1251281.

  Original description:

  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  

[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-04-08 Thread Ryan Tandy
Just learned that LightDM knows how to launch a VNC server, thought I'd
try it out.

trusty: apt-get install gnome-session-flashback gnome-session-bin
/trusty-proposed libgnome-desktop-3-7/trusty-proposed tightvncserver

utopic: apt-get install gnome-session-flashback gnome-session-bin
/utopic-proposed unity-settings-daemon/utopic-proposed tightvncserver

cat  /etc/lightdm/lightdm.conf
[VNCServer]
enabled=true
width=1366
height=768
depth=24
^D

service lightdm restart

Launching vncviewer on another machine presents the LightDM login
screen, and logging into a GNOME Flashback (Metacity) session works.

Is that enough to consider this verified?

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-desktop3 source package in Trusty:
  Fix Committed
Status in unity-settings-daemon source package in Trusty:
  Invalid
Status in gnome-desktop3 source package in Utopic:
  Invalid
Status in unity-settings-daemon source package in Utopic:
  Fix Committed
Status in gnome-desktop3 source package in Vivid:
  Invalid
Status in unity-settings-daemon source package in Vivid:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

   * The NX server (and derivatives e.g. FreeNX, X2Go) and Xvnc server
  (and derivatives e.g. tightvncserver, xrdp) do not support the
  IDLETIME counter. Violating the assumption that this is available
  leads to gnome-session (in trusty) or unity-settings-daemon (in
  utopic) crashing when trying to set up an idle monitor.

   * This bug renders GNOME Flashback unusable on the mentioned X
  servers. Per the justification in bug 1251281, these collectively
  affect quite a few users, particularly on the LTS which tends to be
  chosen when setting up a terminal server.

  * The proposed patch adds missing precondition checks to
  gnome_idle_monitor_get_idletime, avoiding the crash. Other public
  entry points to the idle monitor library already have similar checks.

  [Test Case]

   * Install gnome-session-flashback, tightvncserver, and vncviewer.

   * If bug 1251281 is not fixed in -updates yet: install gnome-session-
  bin from -proposed (needed for --disable-acceleration-check).

   * Create ~/.vnc/xstartup with the following content (3 lines):

  #!/bin/sh
  export STARTUP=gnome-session --session=gnome-flashback 
--disable-acceleration-check
  exec /etc/X11/Xsession

   * Make it executable: chmod +x ~/.vnc/xstartup

   * Log out from the desktop, log in on a tty, and run: vncserver :1

   * Log in to the desktop as a guest, and run: vncviewer :1

  Expected results: a GNOME Flashback VNC session is started.

  Actual results:
  - trusty: gnome-session crashes on startup.
  - utopic: gnome-session starts, but unity-settings-daemon crashes, so 
gnome-session gives up shortly after (because it's a required component).

  [Regression Potential]

   * The patch was accepted in unity-settings-daemon for vivid and there
  were no regression reports so far.

   * There should be no changes observed under a conventional local
  (Xorg) session.

  [Other Info]
   
   * Packages for testing are available in ppa:rtandy/flashback. So far at 
least one user reported success using those packages in comment 68 on bug 
1251281.

  Original description:

  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  

[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-04-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/unity-settings-daemon

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

   * The NX server (and derivatives e.g. FreeNX, X2Go) and Xvnc server
  (and derivatives e.g. tightvncserver, xrdp) do not support the
  IDLETIME counter. Violating the assumption that this is available
  leads to gnome-session (in trusty) or unity-settings-daemon (in
  utopic) crashing when trying to set up an idle monitor.

   * This bug renders GNOME Flashback unusable on the mentioned X
  servers. Per the justification in bug 1251281, these collectively
  affect quite a few users, particularly on the LTS which tends to be
  chosen when setting up a terminal server.

  * The proposed patch adds missing precondition checks to
  gnome_idle_monitor_get_idletime, avoiding the crash. Other public
  entry points to the idle monitor library already have similar checks.

  [Test Case]

   * Install gnome-session-flashback, tightvncserver, and vncviewer.

   * If bug 1251281 is not fixed in -updates yet: install gnome-session-
  bin from -proposed (needed for --disable-acceleration-check).

   * Create ~/.vnc/xstartup with the following content (3 lines):

  #!/bin/sh
  export STARTUP=gnome-session --session=gnome-flashback 
--disable-acceleration-check
  exec /etc/X11/Xsession

   * Make it executable: chmod +x ~/.vnc/xstartup

   * Log out from the desktop, log in on a tty, and run: vncserver :1

   * Log in to the desktop as a guest, and run: vncviewer :1

  Expected results: a GNOME Flashback VNC session is started.

  Actual results:
  - trusty: gnome-session crashes on startup.
  - utopic: gnome-session starts, but unity-settings-daemon crashes, so 
gnome-session gives up shortly after (because it's a required component).

  [Regression Potential]

   * The patch was accepted in unity-settings-daemon for vivid and there
  were no regression reports so far.

   * There should be no changes observed under a conventional local
  (Xorg) session.

  [Other Info]
   
   * Packages for testing are available in ppa:rtandy/flashback. So far at 
least one user reported success using those packages in comment 68 on bug 
1251281.

  Original description:

  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase 

[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-04-02 Thread Dmitry Shachnev
Thanks Ryan, I have uploaded gnome-desktop3/trusty and unity-settings-
daemon/utopic debdiffs to the SRU queue.

** Also affects: gnome-desktop3 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: unity-settings-daemon (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: gnome-desktop3 (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: unity-settings-daemon (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: gnome-desktop3 (Ubuntu Vivid)
   Importance: Medium
   Status: New

** Also affects: unity-settings-daemon (Ubuntu Vivid)
   Importance: Undecided
   Status: Fix Released

** Changed in: gnome-desktop3 (Ubuntu Vivid)
   Status: New = Invalid

** Changed in: gnome-desktop3 (Ubuntu Utopic)
   Status: New = Invalid

** Changed in: gnome-desktop3 (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: unity-settings-daemon (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: unity-settings-daemon (Ubuntu Utopic)
   Status: New = In Progress

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-desktop3 source package in Trusty:
  In Progress
Status in unity-settings-daemon source package in Trusty:
  Invalid
Status in gnome-desktop3 source package in Utopic:
  Invalid
Status in unity-settings-daemon source package in Utopic:
  In Progress
Status in gnome-desktop3 source package in Vivid:
  Invalid
Status in unity-settings-daemon source package in Vivid:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

   * The NX server (and derivatives e.g. FreeNX, X2Go) and Xvnc server
  (and derivatives e.g. tightvncserver, xrdp) do not support the
  IDLETIME counter. Violating the assumption that this is available
  leads to gnome-session (in trusty) or unity-settings-daemon (in
  utopic) crashing when trying to set up an idle monitor.

   * This bug renders GNOME Flashback unusable on the mentioned X
  servers. Per the justification in bug 1251281, these collectively
  affect quite a few users, particularly on the LTS which tends to be
  chosen when setting up a terminal server.

  * The proposed patch adds missing precondition checks to
  gnome_idle_monitor_get_idletime, avoiding the crash. Other public
  entry points to the idle monitor library already have similar checks.

  [Test Case]

   * Install gnome-session-flashback, tightvncserver, and vncviewer.

   * If bug 1251281 is not fixed in -updates yet: install gnome-session-
  bin from -proposed (needed for --disable-acceleration-check).

   * Create ~/.vnc/xstartup with the following content (3 lines):

  #!/bin/sh
  export STARTUP=gnome-session --session=gnome-flashback 
--disable-acceleration-check
  exec /etc/X11/Xsession

   * Make it executable: chmod +x ~/.vnc/xstartup

   * Log out from the desktop, log in on a tty, and run: vncserver :1

   * Log in to the desktop as a guest, and run: vncviewer :1

  Expected results: a GNOME Flashback VNC session is started.

  Actual results:
  - trusty: gnome-session crashes on startup.
  - utopic: gnome-session starts, but unity-settings-daemon crashes, so 
gnome-session gives up shortly after (because it's a required component).

  [Regression Potential]

   * The patch was accepted in unity-settings-daemon for vivid and there
  were no regression reports so far.

   * There should be no changes observed under a conventional local
  (Xorg) session.

  [Other Info]
   
   * Packages for testing are available in ppa:rtandy/flashback. So far at 
least one user reported success using those packages in comment 68 on bug 
1251281.

  Original description:

  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  

[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-04-02 Thread Brian Murray
Hello Ryan, or anyone else affected,

Accepted unity-settings-daemon into utopic-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/unity-settings-daemon/14.04.0+14.10.20141014-0ubuntu1.1 in a few hours,
and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: unity-settings-daemon (Ubuntu Utopic)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

** Changed in: gnome-desktop3 (Ubuntu Trusty)
   Status: In Progress = Fix Committed

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-desktop3 source package in Trusty:
  Fix Committed
Status in unity-settings-daemon source package in Trusty:
  Invalid
Status in gnome-desktop3 source package in Utopic:
  Invalid
Status in unity-settings-daemon source package in Utopic:
  Fix Committed
Status in gnome-desktop3 source package in Vivid:
  Invalid
Status in unity-settings-daemon source package in Vivid:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

   * The NX server (and derivatives e.g. FreeNX, X2Go) and Xvnc server
  (and derivatives e.g. tightvncserver, xrdp) do not support the
  IDLETIME counter. Violating the assumption that this is available
  leads to gnome-session (in trusty) or unity-settings-daemon (in
  utopic) crashing when trying to set up an idle monitor.

   * This bug renders GNOME Flashback unusable on the mentioned X
  servers. Per the justification in bug 1251281, these collectively
  affect quite a few users, particularly on the LTS which tends to be
  chosen when setting up a terminal server.

  * The proposed patch adds missing precondition checks to
  gnome_idle_monitor_get_idletime, avoiding the crash. Other public
  entry points to the idle monitor library already have similar checks.

  [Test Case]

   * Install gnome-session-flashback, tightvncserver, and vncviewer.

   * If bug 1251281 is not fixed in -updates yet: install gnome-session-
  bin from -proposed (needed for --disable-acceleration-check).

   * Create ~/.vnc/xstartup with the following content (3 lines):

  #!/bin/sh
  export STARTUP=gnome-session --session=gnome-flashback 
--disable-acceleration-check
  exec /etc/X11/Xsession

   * Make it executable: chmod +x ~/.vnc/xstartup

   * Log out from the desktop, log in on a tty, and run: vncserver :1

   * Log in to the desktop as a guest, and run: vncviewer :1

  Expected results: a GNOME Flashback VNC session is started.

  Actual results:
  - trusty: gnome-session crashes on startup.
  - utopic: gnome-session starts, but unity-settings-daemon crashes, so 
gnome-session gives up shortly after (because it's a required component).

  [Regression Potential]

   * The patch was accepted in unity-settings-daemon for vivid and there
  were no regression reports so far.

   * There should be no changes observed under a conventional local
  (Xorg) session.

  [Other Info]
   
   * Packages for testing are available in ppa:rtandy/flashback. So far at 
least one user reported success using those packages in comment 68 on bug 
1251281.

  Original description:

  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I 

[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-04-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/unity-settings-daemon

** Branch linked: lp:ubuntu/trusty-proposed/gnome-desktop3

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  Invalid
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in gnome-desktop3 source package in Trusty:
  Fix Committed
Status in unity-settings-daemon source package in Trusty:
  Invalid
Status in gnome-desktop3 source package in Utopic:
  Invalid
Status in unity-settings-daemon source package in Utopic:
  Fix Committed
Status in gnome-desktop3 source package in Vivid:
  Invalid
Status in unity-settings-daemon source package in Vivid:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

   * The NX server (and derivatives e.g. FreeNX, X2Go) and Xvnc server
  (and derivatives e.g. tightvncserver, xrdp) do not support the
  IDLETIME counter. Violating the assumption that this is available
  leads to gnome-session (in trusty) or unity-settings-daemon (in
  utopic) crashing when trying to set up an idle monitor.

   * This bug renders GNOME Flashback unusable on the mentioned X
  servers. Per the justification in bug 1251281, these collectively
  affect quite a few users, particularly on the LTS which tends to be
  chosen when setting up a terminal server.

  * The proposed patch adds missing precondition checks to
  gnome_idle_monitor_get_idletime, avoiding the crash. Other public
  entry points to the idle monitor library already have similar checks.

  [Test Case]

   * Install gnome-session-flashback, tightvncserver, and vncviewer.

   * If bug 1251281 is not fixed in -updates yet: install gnome-session-
  bin from -proposed (needed for --disable-acceleration-check).

   * Create ~/.vnc/xstartup with the following content (3 lines):

  #!/bin/sh
  export STARTUP=gnome-session --session=gnome-flashback 
--disable-acceleration-check
  exec /etc/X11/Xsession

   * Make it executable: chmod +x ~/.vnc/xstartup

   * Log out from the desktop, log in on a tty, and run: vncserver :1

   * Log in to the desktop as a guest, and run: vncviewer :1

  Expected results: a GNOME Flashback VNC session is started.

  Actual results:
  - trusty: gnome-session crashes on startup.
  - utopic: gnome-session starts, but unity-settings-daemon crashes, so 
gnome-session gives up shortly after (because it's a required component).

  [Regression Potential]

   * The patch was accepted in unity-settings-daemon for vivid and there
  were no regression reports so far.

   * There should be no changes observed under a conventional local
  (Xorg) session.

  [Other Info]
   
   * Packages for testing are available in ppa:rtandy/flashback. So far at 
least one user reported success using those packages in comment 68 on bug 
1251281.

  Original description:

  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region 

[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-31 Thread Ryan Tandy
The attachment utopic patch I uploaded previously was not actually a
debdiff, this is the corrected one.

** Patch removed: utopic patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/1416081/+attachment/4336456/+files/unity-settings-daemon_utopic.diff

** Patch added: utopic patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/1416081/+attachment/4362136/+files/unity-settings-daemon_14.04.0%2B14.10.20141014-0ubuntu2.debdiff

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-31 Thread Ryan Tandy
** Description changed:

+ SRU justification:
+ 
+ [Impact]
+ 
+  * The NX server (and derivatives e.g. FreeNX, X2Go) and Xvnc server
+ (and derivatives e.g. tightvncserver, xrdp) do not support the IDLETIME
+ counter. Violating the assumption that this is available leads to gnome-
+ session (in trusty) or unity-settings-daemon (in utopic) crashing when
+ trying to set up an idle monitor.
+ 
+  * This bug renders GNOME Flashback unusable on the mentioned X servers.
+ Per the justification in bug 1251281, these collectively affect quite a
+ few users, particularly on the LTS which tends to be chosen when setting
+ up a terminal server.
+ 
+ * The proposed patch adds missing precondition checks to
+ gnome_idle_monitor_get_idletime, avoiding the crash. Other public entry
+ points to the idle monitor library already have similar checks.
+ 
+ [Test Case]
+ 
+  * Install gnome-session-flashback, tightvncserver, and vncviewer.
+ 
+  * If bug 1251281 is not fixed in -updates yet: install gnome-session-
+ bin from -proposed (needed for --disable-acceleration-check).
+ 
+  * Create ~/.vnc/xstartup with the following content (3 lines):
+ 
+ #!/bin/sh
+ export STARTUP=gnome-session --session=gnome-flashback 
--disable-acceleration-check
+ exec /etc/X11/Xsession
+ 
+  * Make it executable: chmod +x ~/.vnc/xstartup
+ 
+  * Log out from the desktop, log in on a tty, and run: vncserver :1
+ 
+  * Log in to the desktop as a guest, and run: vncviewer :1
+ 
+ Expected results: a GNOME Flashback VNC session is started.
+ 
+ Actual results:
+ - trusty: gnome-session crashes on startup.
+ - utopic: gnome-session starts, but unity-settings-daemon crashes, so 
gnome-session gives up shortly after (because it's a required component).
+ 
+ [Regression Potential]
+ 
+  * The patch was accepted in unity-settings-daemon for vivid and there
+ were no regression reports so far.
+ 
+  * There should be no changes observed under a conventional local (Xorg)
+ session.
+ 
+ [Other Info]
+  
+  * Packages for testing are available in ppa:rtandy/flashback. So far at 
least one user reported success using those packages in comment 68 on bug 
1251281.
+ 
+ Original description:
+ 
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.
  
  Utopic and newer are not affected and the patch is not applicable as the
  GnomeIdleMonitor implementation was rewritten. Saucy is also affected
  but is EOL, however I would like to fix this in Trusty as the patch is
  tiny and IMO obviously correct.
  
  This and bug #1251281 are the only bugs preventing GNOME Flashback being
  used via FreeNX/X2Go in Trusty; and the latter has an easy workaround
  (divert the acceleration-check helper and replace it with /bin/true) and
  may be fixed properly soon.
  
  I would be happy to prepare a debdiff and fill out the SRU template if a
  sponsor agrees that the patch is SRUable.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
-  LD_LIBRARY_PATH=set
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+  LD_LIBRARY_PATH=set
  SegvAnalysis:
-  Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
-  PC (0x7fb690b29196) ok
-  source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
-  destination %rax ok
+  Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
+  PC (0x7fb690b29196) ok
+  source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
+  destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
-  gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
-  reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
-  gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
-  start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
-  end_phase (manager=manager@entry=0x1658100) at 

[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-31 Thread Ryan Tandy
** Patch added: unity-settings-daemon_14.04.0+14.10.20141014-0ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/1416081/+attachment/4362270/+files/unity-settings-daemon_14.04.0%2B14.10.20141014-0ubuntu2.debdiff

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-31 Thread Ryan Tandy
Had to submit a follow-up MP to correct a stupid mistake, attaching
corrected stable diffs.

** Patch removed: trusty patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/1416081/+attachment/4336455/+files/gnome-desktop3_3.8.4-0ubuntu4.debdiff

** Patch removed: utopic patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/1416081/+attachment/4362136/+files/unity-settings-daemon_14.04.0%2B14.10.20141014-0ubuntu2.debdiff

** Patch added: gnome-desktop3_3.8.4-0ubuntu4.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/1416081/+attachment/4362269/+files/gnome-desktop3_3.8.4-0ubuntu4.debdiff

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-30 Thread Christopher M. Penalver
As per sidebar with Ryan Tandy, unity-settings-daemon needs a Utopic
task, and gnome-desktop3 needs a Trusty task.

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-18 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-settings-daemon -
15.04.1+15.04.20150318-0ubuntu1

---
unity-settings-daemon (15.04.1+15.04.20150318-0ubuntu1) vivid; urgency=medium

  [ Ryan Tandy ]
  * Don't call XSyncQueryCounter with a null counter. Avoids a crash
under FreeNX/X2Go which don't support the IDLETIME counter. (LP:
#1416081)

  [ Sebastien Bacher ]
  * Open the battery info dialog when using the corresponding hotkey.
The current code was trying to display a notification with the info
but we don't have design on how that should look like with notify-
osd so go back to what we were doing before (LP: #1432976)
  * Restore code that set the scaling factor according the screen dpi,
but only when not under and Unity session. That was desactived in
r4020 because Unity is handling those values, but this is not the
case under ubiquity or unity-greeter. (LP: #1286878)
 -- CI Train Bot ci-train-...@canonical.com   Wed, 18 Mar 2015 12:07:44 +

** Changed in: unity-settings-daemon (Ubuntu)
   Status: New = Fix Released

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-06 Thread Ubuntu Foundations Team Bug Bot
The attachment trusty patch seems to be a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the patch flag from the attachment, remove the
patch tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-06 Thread Ryan Tandy
** Patch added: trusty patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/1416081/+attachment/4336455/+files/gnome-desktop3_3.8.4-0ubuntu4.debdiff

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-06 Thread Ryan Tandy
** Patch added: vivid patch (same as in the merge proposal)
   
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/1416081/+attachment/4336457/+files/unity-settings-daemon_vivid.diff

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-03-06 Thread Ryan Tandy
** Patch added: utopic patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/1416081/+attachment/4336456/+files/unity-settings-daemon_utopic.diff

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-02-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~rtandy/unity-settings-daemon/lp1416081

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1416081] Re: (FreeNX/X2Go) gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()

2015-01-29 Thread Ryan Tandy
Sorry, I lied about utopic not being affected. The corresponding code in
unity-settings-daemon does fail -- differently, but it does fail. Patch
to follow shortly, after I check vivid...

** Also affects: unity-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  (FreeNX/X2Go) gnome-session crashed with SIGSEGV in
  gnome_idle_monitor_get_idletime()

Status in gnome-desktop3 package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The X server used by FreeNX and X2Go does not support the IDLETIME
  counter. This eventually leads to a NULL pointer dereference by gnome-
  session due to a missing parameter check in
  gnome_idle_monitor_get_idletime. This renders GNOME Flashback unusable
  via FreeNX/X2Go in Trusty.

  Utopic and newer are not affected and the patch is not applicable as
  the GnomeIdleMonitor implementation was rewritten. Saucy is also
  affected but is EOL, however I would like to fix this in Trusty as the
  patch is tiny and IMO obviously correct.

  This and bug #1251281 are the only bugs preventing GNOME Flashback
  being used via FreeNX/X2Go in Trusty; and the latter has an easy
  workaround (divert the acceleration-check helper and replace it with
  /bin/true) and may be fixed properly soon.

  I would be happy to prepare a debdiff and fill out the SRU template if
  a sponsor agrees that the patch is SRUable.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-bin 3.9.90-0ubuntu12 [modified: 
usr/lib/gnome-session/gnome-session-check-accelerated 
usr/lib/gnome-session/gnome-session-check-accelerated-helper]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CasperVersion: 1.340
  Date: Thu Jan 29 19:28:42 2015
  ExecutablePath: /usr/bin/gnome-session
  ExecutableTimestamp: 1394758239
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  ProcCmdline: /usr/bin/gnome-session --session=gnome-flashback
  ProcCwd: /home/ubuntu
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   LD_LIBRARY_PATH=set
  SegvAnalysis:
   Segfault happened at: 0x7fb690b29196 gnome_idle_monitor_get_idletime+6:
mov0x18(%rdi),%rax
   PC (0x7fb690b29196) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-session
  StacktraceTop:
   gnome_idle_monitor_get_idletime (monitor=0x0) at gnome-idle-monitor.c:613
   reset_idle_watch (presence=0x7fb6780036f0) at gsm-presence.c:196
   gsm_presence_set_idle_enabled (presence=0x7fb6780036f0, enabled=1) at 
gsm-presence.c:354
   start_phase (manager=manager@entry=0x1658100) at gsm-manager.c:1568
   end_phase (manager=manager@entry=0x1658100) at gsm-manager.c:580
  Title: gnome-session crashed with SIGSEGV in gnome_idle_monitor_get_idletime()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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