Activity log for bug #1395250

Date Who What changed Old value New value Message
2014-11-22 03:53:47 Spitzak-k bug added bug
2014-11-24 10:09:32 Egmont Koblinger bug added subscriber Egmont Koblinger
2014-11-24 10:09:36 Launchpad Janitor gnome-terminal (Ubuntu): status New Confirmed
2014-11-24 10:42:11 Egmont Koblinger bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=740613
2014-11-27 09:59:05 Egmont Koblinger bug task added gtk
2014-11-27 10:01:56 Egmont Koblinger summary XConvertSelection crashes gnome-terminal XConvertSelection crashes any Gtk+ app
2014-11-27 13:35:35 Bug Watch Updater gtk: status Unknown Fix Released
2014-11-27 13:35:35 Bug Watch Updater gtk: importance Unknown Critical
2014-11-29 08:17:38 penalvch description Trivial program that will crash gnome-terminal. Select some text in gnome-terminal and run this: #include <X11/Xlib.h> int main() { Display* dpy = XOpenDisplay(0); Atom selection = XInternAtom(dpy, "PRIMARY", False); Atom target = XInternAtom(dpy, "STRING", False); Window table = RootWindow(dpy, 0); XConvertSelection(dpy, selection, target, None, table, CurrentTime); XSync(dpy, 0); return 0; } ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: gnome-terminal 3.4.1.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63 Uname: Linux 3.2.0-70-generic x86_64 NonfreeKernelModules: blackmagic nvidia ApportVersion: 2.0.1-0ubuntu17.8 Architecture: amd64 Date: Fri Nov 21 19:50:03 2014 ExecutablePath: /usr/bin/gnome-terminal MarkForUpload: True ProcEnviron: LANGUAGE=en_US: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-terminal UpgradeStatus: No upgrade log present (probably fresh install) 1) lsb_release -rd Description: Ubuntu 14.04.1 LTS Release: 14.04 2) apt-cache policy gnome-terminal gnome-terminal: Installed: 3.6.2-0ubuntu1 Candidate: 3.6.2-0ubuntu1 Version table: *** 3.6.2-0ubuntu1 0 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages 100 /var/lib/dpkg/status 3) What is expected to happen is when one first installs the package libx11-dev , opens two terminal windows, highlights some text in one, and executes the following in the other, it does not crash: gcc -o run run.c -lX11 && ./run Where run.c is a file containing the following: #include <X11/Xlib.h> int main() {   Display* dpy = XOpenDisplay(0);   Atom selection = XInternAtom(dpy, "PRIMARY", False);   Atom target = XInternAtom(dpy, "STRING", False);   Window table = RootWindow(dpy, 0);   XConvertSelection(dpy, selection, target, None, table, CurrentTime);   XSync(dpy, 0);   return 0; } 4) What happens instead is it crashes consistently. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: gnome-terminal 3.4.1.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-70.105-generic 3.2.63 Uname: Linux 3.2.0-70-generic x86_64 NonfreeKernelModules: blackmagic nvidia ApportVersion: 2.0.1-0ubuntu17.8 Architecture: amd64 Date: Fri Nov 21 19:50:03 2014 ExecutablePath: /usr/bin/gnome-terminal MarkForUpload: True ProcEnviron:  LANGUAGE=en_US:  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: gnome-terminal UpgradeStatus: No upgrade log present (probably fresh install)
2014-11-29 08:38:37 penalvch affects gnome-terminal (Ubuntu) gtk+3.0 (Ubuntu)
2014-11-29 08:38:37 penalvch gtk+3.0 (Ubuntu): importance Undecided High
2014-11-29 08:38:37 penalvch gtk+3.0 (Ubuntu): status Confirmed Triaged
2015-01-18 18:33:14 Egmont Koblinger bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=743115
2015-01-19 12:56:28 Iain Lane bug added subscriber Iain Lane
2015-01-19 23:46:54 Bug Watch Updater gtk: status Fix Released New
2015-01-25 03:00:46 Bug Watch Updater gtk: status New Fix Released
2015-02-10 10:41:10 Launchpad Janitor gtk+3.0 (Ubuntu): status Triaged Fix Released
2015-03-06 13:13:17 Launchpad Janitor branch linked lp:~ubuntu-desktop/gtk/ubuntugtk3