Simple GTK+ application with single label crashes XMir

Bug #1493638 reported by Robert Ancell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xorg-server (Ubuntu)
Fix Released
High
Daniel van Vugt

Bug Description

The following program (compile with gcc -g -Wall test-gtk.c -o test-gtk `pkg-config --cflags --libs gtk+-3.0`):

#include <gtk/gtk.h>

int main (int argc, char **argv)
{
    gtk_init (&argc, &argv);

    GtkWidget *w = gtk_window_new (GTK_WINDOW_TOPLEVEL);
    gtk_widget_show (w);

    GtkWidget *l = gtk_label_new ("M");
    gtk_widget_show (l);
    gtk_container_add (GTK_CONTAINER (w), l);

    gtk_main ();

    return 0;
}

Causes XMir to crash. Removing the label causes it to run fine.

Tags: xmir
Changed in xorg-server (Ubuntu):
status: New → Triaged
importance: Undecided → High
assignee: nobody → Robert Ancell (robert-ancell)
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Needs retesting.

tags: added: xmir
Changed in xorg-server (Ubuntu):
status: Triaged → Incomplete
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

It works now. But a lot has changed...

Changed in xorg-server (Ubuntu):
assignee: Robert Ancell (robert-ancell) → Daniel van Vugt (vanvugt)
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.