Summary: | g_type_check_instance_is_a() SIGSEGV | ||
---|---|---|---|
Product: | PulseAudio | Reporter: | Igor Gnatenko <i.gnatenko.brain> |
Component: | pavucontrol | Assignee: | pulseaudio-bugs |
Status: | RESOLVED FIXED | QA Contact: | pulseaudio-bugs |
Severity: | normal | ||
Priority: | medium | CC: | lennart, pbrobinson, rharwood |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
backtrace
[PATCH] Reference the widget before returning it from ::create methods |
Description
Igor Gnatenko
2014-08-27 12:48:05 UTC
Created attachment 105332 [details]
backtrace
Original bugreport: https://bugzilla.redhat.com/show_bug.cgi?id=1133339 (pavucontrol:19438): GLib-GObject-WARNING **: The property GtkMisc:xpad is deprecated and shouldn't be used anymore. It will be removed in a future version. (pavucontrol:19438): GLib-GObject-WARNING **: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. (pavucontrol:19438): GLib-GObject-WARNING **: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. (pavucontrol:19438): GLib-GObject-WARNING **: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. (pavucontrol:19438): GLib-GObject-WARNING **: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. (pavucontrol:19438): GLib-GObject-WARNING **: The property GtkMisc:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version. (pavucontrol:19438): GLib-GObject-WARNING **: The property GtkContainer:resize-mode is deprecated and shouldn't be used anymore. It will be removed in a future version. (pavucontrol:19438): GLib-GObject-WARNING **: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version. probably bug in gtkmm, but I'm not sure. Created attachment 105381 [details] [review] [PATCH] Reference the widget before returning it from ::create methods Nasty bug, I've just spend a couple of hours debugging this. This patch fixes it. For details see the commit message inside the patch. Comment on attachment 105381 [details] [review] [PATCH] Reference the widget before returning it from ::create methods Review of attachment 105381 [details] [review]: ----------------------------------------------------------------- Reported-and-Tested-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Thank you! I applied the patch now. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.