Public bug reported:
Program terminated with signal SIGSEGV, Segmentation fault.
in gtk_label_set_attributes () from libgtk-3.so.0
gtk/gtklabel.c
void
gtk_label_set_attributes (GtkLabel *label,
PangoAttrList *attrs)
{
GtkLabelPrivate *priv = label->priv;
g_return_if_fail (GTK_IS_LABEL (label));
to
void
gtk_label_set_attributes (GtkLabel *label,
PangoAttrList *attrs)
{
GtkLabelPrivate *priv;
g_return_if_fail (GTK_IS_LABEL (label));
priv = label->priv;
** Affects: gtk+3.0 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819189
Title:
gtk_label_set_attributes core dump
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1819189/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs