I was able to narrow down the problem with GDB, the program crashes inside the gdk_window_new call from Gtk (gdkwindow.c:1359).
For what I could understand, either "attributes" or "attributes_mask" passed arguments is wrong, because the function tries to use "attributes->visual" pointer (which is null) based on the flag GDK_WA_VISUAL of "attributes_mask" (which is set). Either the flag should not have been set or "attributes->visual" should have a valid pointer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876978 Title: unity-panel-service crashes when interacting with audio icon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/876978/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
