#0 rb_podcast_parse_item_free (item=0xf00dbeef) at rb-podcast-parse.c:318 313: void 314: rb_podcast_parse_item_free (RBPodcastItem *item) 315: { 316: g_return_if_fail (item != NULL); 317: 318: g_free (item->title); 319: g_free (item->url); 320: g_free (item->description); 321: g_free (item->author); 322: 323: g_free (item); #1 0xb71b9886 in g_list_foreach (list=, func=func@entry=0xb7674d20 , user_data=user_data@entry=0x0) at /build/buildd/glib2.0-2.35.7/./glib/glist.c:945 [Error: /build/buildd/glib2.0-2.35.7/./glib/glist.c was not found in source tree] #2 0xb76757b9 in rb_podcast_parse_channel_free (data=0x980cc00) at rb-podcast-parse.c:281 276: void 277: rb_podcast_parse_channel_free (RBPodcastChannel *data) 278: { 279: g_return_if_fail (data != NULL); 280: 281: g_list_foreach (data->posts, (GFunc) rb_podcast_parse_item_free, NULL); 282: g_list_free (data->posts); 283: data->posts = NULL; 284: 285: g_free (data->url); 286: g_free (data->title); #3 0xb766a9b7 in remove_all_feeds_cb (model=model@entry=0x8ea2710, path=path@entry=0x8c45710, iter=iter@entry=0xbfd3c940, dialog=dialog@entry=0x8ecc800) at rb-podcast-add-dialog.c:124 119: static gboolean 120: remove_all_feeds_cb (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, RBPodcastAddDialog *dialog) 121: { 122: RBPodcastChannel *channel; 123: gtk_tree_model_get (model, iter, FEED_COLUMN_PARSED_FEED, &channel, -1); 124: rb_podcast_parse_channel_free (channel); 125: return FALSE; 126: } 127: 128: static void 129: remove_all_feeds (RBPodcastAddDialog *dialog) #4 0xb53fbf99 in gtk_tree_model_foreach_helper (model=model@entry=0x8ea2710, iter=iter@entry=0xbfd3c940, path=path@entry=0x8c45710, func=func@entry=0xb766a970 , user_data=user_data@entry=0x8ecc800) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtktreemodel.c:1910 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtktreemodel.c was not found in source tree] #5 0xb53fd303 in gtk_tree_model_foreach (model=0x8ea2710, func=func@entry=0xb766a970 , user_data=user_data@entry=0x8ecc800) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtktreemodel.c:1957 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtktreemodel.c was not found in source tree] #6 0xb766a92f in remove_all_feeds (dialog=dialog@entry=0x8ecc800) at rb-podcast-add-dialog.c:132 127: 128: static void 129: remove_all_feeds (RBPodcastAddDialog *dialog) 130: { 131: /* remove all feeds from the model and free associated data */ 132: gtk_tree_model_foreach (GTK_TREE_MODEL (dialog->priv->feed_model), 133: (GtkTreeModelForeachFunc) remove_all_feeds_cb, 134: dialog); 135: 136: dialog->priv->clearing = TRUE; 137: gtk_list_store_clear (dialog->priv->feed_model); #7 0xb766cfc1 in rb_podcast_add_dialog_reset (dialog=0x8ecc800, text=0x0, load=0) at rb-podcast-add-dialog.c:915 910: } 911: 912: void 913: rb_podcast_add_dialog_reset (RBPodcastAddDialog *dialog, const char *text, gboolean load) 914: { 915: remove_all_feeds (dialog); 916: rhythmdb_entry_delete_by_type (dialog->priv->db, RHYTHMDB_ENTRY_TYPE_PODCAST_SEARCH); 917: rhythmdb_commit (dialog->priv->db); 918: 919: rb_search_entry_set_text (dialog->priv->search_entry, text); 920: #8 0xb767182a in podcast_cmd_new_podcast (action=0x8e99f80, source=0x8e5c278) at rb-podcast-source.c:419 414: static void 415: podcast_cmd_new_podcast (GtkAction *action, RBPodcastSource *source) 416: { 417: RhythmDBQueryModel *query_model; 418: 419: rb_podcast_add_dialog_reset (RB_PODCAST_ADD_DIALOG (source->priv->add_dialog), NULL, FALSE); 420: 421: /* if we can get a url from the clipboard, populate the dialog with that, 422: * since there's a good chance that's what the user wants to do anyway. 423: */ 424: gtk_clipboard_request_text (gtk_clipboard_get (GDK_SELECTION_CLIPBOARD), #9 0xb764adf8 in display_page_action_cb (action=action@entry=0x8e99f80, data=0x8c6e848) at rb-display-page.c:416 411: } 412: 413: /* get current page */ 414: g_object_get (data->shell, "selected-page", &page, NULL); 415: if (page != NULL) { 416: data->callback (action, page); 417: g_object_unref (page); 418: } 419: } 420: 421: /** #10 0xb7285abf in g_cclosure_marshal_VOID__VOID (closure=closure@entry=0x8eaff58, return_value=return_value@entry=0x0, n_param_values=n_param_values@entry=1, param_values=param_values@entry=0xbfd3cbb0, invocation_hint=invocation_hint@entry=0xbfd3cb5c, marshal_data=marshal_data@entry=0x0) at /build/buildd/glib2.0-2.35.7/./gobject/gmarshal.c:85 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gmarshal.c was not found in source tree] #11 0xb7283d56 in g_closure_invoke (closure=0x8eaff58, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0xbfd3cbb0, invocation_hint=invocation_hint@entry=0xbfd3cb5c) at /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c:777 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c was not found in source tree] #12 0xb7296e76 in signal_emit_unlocked_R (node=node@entry=0x8cea390, detail=detail@entry=0, instance=instance@entry=0x8e99f80, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0xbfd3cbb0) at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3566 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #13 0xb729f3a9 in g_signal_emit_valist (instance=instance@entry=0x8e99f80, signal_id=signal_id@entry=238, detail=detail@entry=0, var_args=var_args@entry=0xbfd3cd9c "J\b\036\265") at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3314 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #14 0xb729f5a3 in g_signal_emit (instance=instance@entry=0x8e99f80, signal_id=238, detail=detail@entry=0) at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3370 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #15 0xb51daece in _gtk_action_emit_activate (action=action@entry=0x8e99f80) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkaction.c:801 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkaction.c was not found in source tree] #16 0xb51db60d in gtk_action_activate (action=0x8e99f80) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkaction.c:832 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkaction.c was not found in source tree] #17 0xb53e697e in button_clicked (widget=0x8fb6678, button=0x8fb5258) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtktoolbutton.c:877 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtktoolbutton.c was not found in source tree] #18 0xb7285b25 in g_cclosure_marshal_VOID__VOIDv (closure=closure@entry=0x8fc3a50, return_value=return_value@entry=0x0, instance=instance@entry=0x8fb6678, args=args@entry=0xbfd3d06c "\001\360\371\264\300\064\a\265", marshal_data=marshal_data@entry=0x0, n_params=n_params@entry=0, param_types=param_types@entry=0x0) at /build/buildd/glib2.0-2.35.7/./gobject/gmarshal.c:115 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gmarshal.c was not found in source tree] #19 0xb7284001 in _g_closure_invoke_va (closure=0x8fc3a50, return_value=return_value@entry=0x0, instance=instance@entry=0x8fb6678, args=args@entry=0xbfd3d06c "\001\360\371\264\300\064\a\265", n_params=0, param_types=0x0) at /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c:840 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c was not found in source tree] #20 0xb729ef67 in g_signal_emit_valist (instance=instance@entry=0x8fb6678, signal_id=signal_id@entry=186, detail=detail@entry=0, var_args=var_args@entry=0xbfd3d06c "\001\360\371\264\300\064\a\265") at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3225 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #21 0xb729f5a3 in g_signal_emit (instance=instance@entry=0x8fb6678, signal_id=186, detail=detail@entry=0) at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3370 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #22 0xb5205c9a in gtk_button_clicked (button=0x8fb6678) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkbutton.c:1308 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkbutton.c was not found in source tree] #23 0xb5206ae0 in gtk_real_button_released (button=button@entry=0x8fb6678) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkbutton.c:1967 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkbutton.c was not found in source tree] #24 0xb7285abf in g_cclosure_marshal_VOID__VOID (closure=0x8ccd048, return_value=0x0, n_param_values=1, param_values=0xbfd3d2a0, invocation_hint=0xbfd3d24c, marshal_data=0xb52069e0 ) at /build/buildd/glib2.0-2.35.7/./gobject/gmarshal.c:85 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gmarshal.c was not found in source tree] #25 0xb7282bed in g_type_class_meta_marshal (closure=closure@entry=0x8ccd048, return_value=return_value@entry=0x0, n_param_values=n_param_values@entry=1, param_values=param_values@entry=0xbfd3d2a0, invocation_hint=invocation_hint@entry=0xbfd3d24c, marshal_data=marshal_data@entry=0x1fc) at /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c:970 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c was not found in source tree] #26 0xb7283d56 in g_closure_invoke (closure=closure@entry=0x8ccd048, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0xbfd3d2a0, invocation_hint=invocation_hint@entry=0xbfd3d24c) at /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c:777 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c was not found in source tree] #27 0xb729681f in signal_emit_unlocked_R (node=node@entry=0x8ccd078, detail=detail@entry=0, instance=instance@entry=0x8fb6678, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0xbfd3d2a0) at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3496 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #28 0xb729f3a9 in g_signal_emit_valist (instance=instance@entry=0x8fb6678, signal_id=signal_id@entry=185, detail=detail@entry=0, var_args=var_args@entry=0xbfd3d48c "\337,\026\267\340\020\312\b\001") at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3314 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #29 0xb729f5a3 in g_signal_emit (instance=instance@entry=0x8fb6678, signal_id=185, detail=detail@entry=0) at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3370 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #30 0xb52054b6 in gtk_button_button_release (widget=0x8fb6678, event=) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkbutton.c:1802 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkbutton.c was not found in source tree] #31 gtk_button_button_release (widget=0x8fb6678, event=event@entry=0xac902378) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkbutton.c:1794 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkbutton.c was not found in source tree] #32 0xb52efd68 in _gtk_marshal_BOOLEAN__BOXEDv (closure=0x8c9b038, return_value=0xbfd3d604, instance=0x8c3e600, args=0xbfd3d76c "x#\220\254\214\327\323\277", marshal_data=0xb5205470 , n_params=1, param_types=0x8c9b070) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkmarshalers.c:130 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkmarshalers.c was not found in source tree] #33 0xb72826a7 in g_type_class_meta_marshalv (closure=closure@entry=0x8c9b038, return_value=return_value@entry=0xbfd3d604, instance=instance@entry=0x8fb6678, args=args@entry=0xbfd3d76c "x#\220\254\214\327\323\277", marshal_data=marshal_data@entry=0xc4, n_params=n_params@entry=1, param_types=param_types@entry=0x8c9b070) at /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c:997 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c was not found in source tree] #34 0xb7284001 in _g_closure_invoke_va (closure=0x8c9b038, return_value=return_value@entry=0xbfd3d604, instance=instance@entry=0x8fb6678, args=args@entry=0xbfd3d76c "x#\220\254\214\327\323\277", n_params=1, param_types=0x8c9b070) at /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c:840 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gclosure.c was not found in source tree] #35 0xb729ef67 in g_signal_emit_valist (instance=instance@entry=0x8fb6678, signal_id=signal_id@entry=48, detail=detail@entry=0, var_args=var_args@entry=0xbfd3d76c "x#\220\254\214\327\323\277") at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3225 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #36 0xb729f5a3 in g_signal_emit (instance=instance@entry=0x8fb6678, signal_id=48, detail=detail@entry=0) at /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c:3370 [Error: /build/buildd/glib2.0-2.35.7/./gobject/gsignal.c was not found in source tree] #37 0xb543f3db in gtk_widget_event_internal (widget=widget@entry=0x8fb6678, event=event@entry=0xac902378) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkwidget.c:6303 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkwidget.c was not found in source tree] #38 0xb543f7de in gtk_widget_event (widget=widget@entry=0x8fb6678, event=event@entry=0xac902378) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkwidget.c:5960 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkwidget.c was not found in source tree] #39 0xb52ed6e4 in propagate_event_up (topmost=, event=, widget=0x8fb6678) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkmain.c:2403 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkmain.c was not found in source tree] #40 propagate_event (widget=, event=0xac902378, captured=0, topmost=0x0) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkmain.c:2511 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkmain.c was not found in source tree] #41 0xb52ef958 in gtk_main_do_event (event=0xac902378) at /build/buildd/gtk+3.0-3.6.4/./gtk/gtkmain.c:1716 [Error: /build/buildd/gtk+3.0-3.6.4/./gtk/gtkmain.c was not found in source tree] #42 0xb7450ebc in _gdk_event_emit (event=event@entry=0xac902378) at /build/buildd/gtk+3.0-3.6.4/./gdk/gdkevents.c:69 [Error: /build/buildd/gtk+3.0-3.6.4/./gdk/gdkevents.c was not found in source tree] #43 0xb747b308 in gdk_event_source_dispatch (source=source@entry=0x8c782a8, callback=0x0, user_data=0x0) at /build/buildd/gtk+3.0-3.6.4/./gdk/x11/gdkeventsource.c:358 [Error: /build/buildd/gtk+3.0-3.6.4/./gdk/x11/gdkeventsource.c was not found in source tree] #44 0xb71bd2f3 in g_main_dispatch (context=0x8ac20b0) at /build/buildd/glib2.0-2.35.7/./glib/gmain.c:3054 [Error: /build/buildd/glib2.0-2.35.7/./glib/gmain.c was not found in source tree] #45 g_main_context_dispatch (context=context@entry=0x8ac20b0) at /build/buildd/glib2.0-2.35.7/./glib/gmain.c:3630 [Error: /build/buildd/glib2.0-2.35.7/./glib/gmain.c was not found in source tree] #46 0xb71bd690 in g_main_context_iterate (context=context@entry=0x8ac20b0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.35.7/./glib/gmain.c:3701 [Error: /build/buildd/glib2.0-2.35.7/./glib/gmain.c was not found in source tree] #47 0xb71bd771 in g_main_context_iteration (context=0x8ac20b0, context@entry=0x0, may_block=may_block@entry=1) at /build/buildd/glib2.0-2.35.7/./glib/gmain.c:3762 [Error: /build/buildd/glib2.0-2.35.7/./glib/gmain.c was not found in source tree] #48 0xb736a68c in g_application_run (application=0x8ce5010, argc=argc@entry=1, argv=argv@entry=0xbfd3daa4) at /build/buildd/glib2.0-2.35.7/./gio/gapplication.c:1620 [Error: /build/buildd/glib2.0-2.35.7/./gio/gapplication.c was not found in source tree] #49 0x08048c0f in main (argc=1, argv=0xbfd3daa4) at main.c:110 105: 106: new_argc = argc; 107: new_argv = argv; 108: shell = rb_shell_new (autostarted, &argc, &argv); 109: 110: g_application_run (G_APPLICATION (shell), new_argc, new_argv); 111: 112: g_object_unref (shell); 113: 114: if (glib_check_version (2, 31, 1) != NULL) { 115: gdk_threads_leave ();