#0 0xb7386072 in _gtk_css_color_value_resolve (color=color@entry=0x996cb20, provider=provider@entry=0x99161b0, current=0x9941000, current_deps=(unknown: 0), dependencies=dependencies@entry=0xbfa6b01c, cycle_list=cycle_list@entry=0x0) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcsscolorvalue.c:214 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcsscolorvalue.c was not found in source tree] #1 0xb7386406 in gtk_css_value_color_compute (value=0x996cb20, property_id=0, provider=0x99161b0, values=0x9a95e88, parent_values=0x0, dependencies=0xbfa6b01c) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcsscolorvalue.c:330 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcsscolorvalue.c was not found in source tree] #2 0xb73a72a6 in _gtk_css_value_compute (value=value@entry=0x996cb20, property_id=property_id@entry=0, provider=provider@entry=0x99161b0, values=values@entry=0x9a95e88, parent_values=parent_values@entry=0x0, dependencies=dependencies@entry=0xbfa6b01c) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcssvalue.c:106 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcssvalue.c was not found in source tree] #3 0xb7387812 in _gtk_css_computed_values_compute_value (values=values@entry=0x9a95e88, provider=provider@entry=0x99161b0, parent_values=parent_values@entry=0x0, id=id@entry=0, specified=0x996cb20, section=0x0) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcsscomputedvalues.c:145 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcsscomputedvalues.c was not found in source tree] #4 0xb7392094 in _gtk_css_lookup_resolve (lookup=lookup@entry=0x9a9a400, provider=0x99161b0, values=values@entry=0x9a95e88, parent_values=0x0) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcsslookup.c:165 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkcsslookup.c was not found in source tree] #5 0xb74b5ad7 in build_properties (context=context@entry=0x9a91590, values=0x9a95e88, info=info@entry=0x9a8edb0, relevant_changes=relevant_changes@entry=0x0) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c:998 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c was not found in source tree] #6 0xb74b5bde in style_data_lookup (context=context@entry=0x9a91590) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c:1037 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c was not found in source tree] #7 0xb74b843b in style_data_lookup_for_state (context=context@entry=0x9a91590, state=state@entry=GTK_STATE_FLAG_NORMAL) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c:1053 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c was not found in source tree] #8 0xb74b8510 in gtk_style_context_get_property (context=context@entry=0x9a91590, property=property@entry=0xb75e6cf9 "color", state=state@entry=GTK_STATE_FLAG_NORMAL, value=value@entry=0xbfa6b1ac) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c:1408 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c was not found in source tree] #9 0xb74b86ab in gtk_style_context_get_valist (context=context@entry=0x9a91590, state=state@entry=GTK_STATE_FLAG_NORMAL, args=0xbfa6b24c "l\262\246\277", args@entry=0xbfa6b248 "\371l^\267l\262\246\277") at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c:1438 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c was not found in source tree] #10 0xb74b8878 in gtk_style_context_get (context=context@entry=0x9a91590, state=state@entry=GTK_STATE_FLAG_NORMAL) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c:1478 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c was not found in source tree] #11 0xb74b9cca in gtk_style_context_get_color (context=context@entry=0x9a91590, state=state@entry=GTK_STATE_FLAG_NORMAL, color=color@entry=0xbfa6b2d0) at /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c:3432 [Error: /build/buildd/gtk+3.0-3.8.4/./gtk/gtkstylecontext.c was not found in source tree] #12 0x08055dfd in populate_style_tag_table (logview=0x99472c0) at logview-window.c:132 127: tag = gtk_text_tag_new ("gray"); 128: 129: context = gtk_widget_get_style_context (logview->priv->text_view); 130: gtk_style_context_save (context); 131: gtk_style_context_add_class (context, "dim-label"); 132: gtk_style_context_get_color (context, GTK_STATE_FLAG_NORMAL, &rgba); 133: gtk_style_context_restore (context); 134: 135: g_object_set (tag, "foreground-rgba", &rgba, "foreground-set", TRUE, NULL); 136: 137: gtk_text_tag_table_add (tag_table, tag); #13 logview_window_init (logview=0x99472c0) at logview-window.c:1316 1311: priv->tag_table = gtk_text_tag_table_new (); 1312: populate_tag_table (priv->tag_table); 1313: 1314: priv->text_view = gtk_text_view_new (); 1315: g_object_set (priv->text_view, "editable", FALSE, NULL); 1316: populate_style_tag_table (logview); 1317: 1318: gtk_container_add (GTK_CONTAINER (w), priv->text_view); 1319: gtk_widget_show (priv->text_view); 1320: 1321: /* use the desktop monospace font */ #14 0xb7012f13 in g_type_create_instance (type=160692432) at /build/buildd/glib2.0-2.37.93/./gobject/gtype.c:1868 [Error: /build/buildd/glib2.0-2.37.93/./gobject/gtype.c was not found in source tree] #15 0xb6ff4cde in g_object_new_internal (class=class@entry=0x9946d60, params=0xbfa6b52c, n_params=1) at /build/buildd/glib2.0-2.37.93/./gobject/gobject.c:1746 [Error: /build/buildd/glib2.0-2.37.93/./gobject/gobject.c was not found in source tree] #16 0xb6ff71a7 in g_object_new_valist (object_type=object_type@entry=160692432, first_property_name=first_property_name@entry=0x805edad "application", var_args=, var_args@entry=0xbfa6b5f8 "\220 \220\t") at /build/buildd/glib2.0-2.37.93/./gobject/gobject.c:2002 [Error: /build/buildd/glib2.0-2.37.93/./gobject/gobject.c was not found in source tree] #17 0xb6ff7400 in g_object_new (object_type=160692432, first_property_name=first_property_name@entry=0x805edad "application") at /build/buildd/glib2.0-2.37.93/./gobject/gobject.c:1559 [Error: /build/buildd/glib2.0-2.37.93/./gobject/gobject.c was not found in source tree] #18 0x08056038 in logview_window_new (application=0x9902090) at logview-window.c:1364 1359: /* public methods */ 1360: 1361: GtkWidget * 1362: logview_window_new (GtkApplication *application) 1363: { 1364: return g_object_new (LOGVIEW_TYPE_WINDOW, 1365: "application", application, 1366: NULL); 1367: } 1368: 1369: void #19 0x08050bb8 in logview_app_startup (application=0x9902090) at logview-app.c:380 375: { 376: LogviewApp *app = LOGVIEW_APP (application); 377: 378: G_APPLICATION_CLASS (logview_app_parent_class)->startup (application); 379: 380: app->priv->window = logview_window_new (GTK_APPLICATION (app)); 381: logview_app_init_actions (app); 382: } 383: 384: static void 385: logview_app_open (GApplication *application, #20 0xb6ff1699 in g_cclosure_marshal_VOID__VOIDv (closure=0x98ff5c0, return_value=0x0, instance=0x9902090, args=0xbfa6b80c "(\325\217\t\210 \220\t", marshal_data=0x8050b60 , n_params=0, param_types=0x0) at /build/buildd/glib2.0-2.37.93/./gobject/gmarshal.c:115 [Error: /build/buildd/glib2.0-2.37.93/./gobject/gmarshal.c was not found in source tree] #21 0xb6fee3f7 in g_type_class_meta_marshalv (closure=0x98ff5c0, return_value=0x0, instance=0x9902090, args=0xbfa6b80c "(\325\217\t\210 \220\t", marshal_data=0x44, n_params=0, param_types=0x0) at /build/buildd/glib2.0-2.37.93/./gobject/gclosure.c:997 [Error: /build/buildd/glib2.0-2.37.93/./gobject/gclosure.c was not found in source tree] #22 0xb6fefc5e in _g_closure_invoke_va (closure=closure@entry=0x98ff5c0, return_value=return_value@entry=0x0, instance=instance@entry=0x9902090, args=args@entry=0xbfa6b80c "(\325\217\t\210 \220\t", n_params=0, param_types=0x0) at /build/buildd/glib2.0-2.37.93/./gobject/gclosure.c:840 [Error: /build/buildd/glib2.0-2.37.93/./gobject/gclosure.c was not found in source tree] #23 0xb700a8dd in g_signal_emit_valist (instance=instance@entry=0x9902090, signal_id=signal_id@entry=6, detail=detail@entry=0, var_args=var_args@entry=0xbfa6b80c "(\325\217\t\210 \220\t") at /build/buildd/glib2.0-2.37.93/./gobject/gsignal.c:3238 [Error: /build/buildd/glib2.0-2.37.93/./gobject/gsignal.c was not found in source tree] #24 0xb700b053 in g_signal_emit (instance=instance@entry=0x9902090, signal_id=6, detail=detail@entry=0) at /build/buildd/glib2.0-2.37.93/./gobject/gsignal.c:3386 [Error: /build/buildd/glib2.0-2.37.93/./gobject/gsignal.c was not found in source tree] #25 0xb712330a in g_application_register (application=application@entry=0x9902090, cancellable=cancellable@entry=0x0, error=error@entry=0xbfa6b85c) at /build/buildd/glib2.0-2.37.93/./gio/gapplication.c:1316 [Error: /build/buildd/glib2.0-2.37.93/./gio/gapplication.c was not found in source tree] #26 0xb7123698 in g_application_real_local_command_line (application=0x9902090, arguments=0xbfa6b8a4, exit_status=0xbfa6b8a8) at /build/buildd/glib2.0-2.37.93/./gio/gapplication.c:476 [Error: /build/buildd/glib2.0-2.37.93/./gio/gapplication.c was not found in source tree] #27 0xb7123949 in g_application_run (application=0x9902090, argc=argc@entry=1, argv=argv@entry=0xbfa6b984) at /build/buildd/glib2.0-2.37.93/./gio/gapplication.c:1585 [Error: /build/buildd/glib2.0-2.37.93/./gio/gapplication.c was not found in source tree] #28 0x08050212 in main (argc=1, argv=0xbfa6b984) at logview-main.c:46 41: bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); 42: bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); 43: textdomain (GETTEXT_PACKAGE); 44: 45: app = logview_app_new (); 46: result = g_application_run (G_APPLICATION (app), argc, argv); 47: g_object_unref (app); 48: 49: return result; 50: }