CONF: proxy auto detect is configured CONF: no proxy GNOME of $http_proxy configuration found... CONF: Proxy settings are now NULL:0 NULL:NULL NET: proxy unset! UPDATE: network manager: registering network state change callback DB: Opening DB file /home/radu/.liferea_1.6/liferea.db... DB: executing SQL: CREATE TABLE info ( name TEXT, value TEXT, PRIMARY KEY (name) ); DB: -> result: 0 (success) DB: current DB schema version: -1 DB: executing SQL: CREATE TABLE items ( title TEXT, read INTEGER, new INTEGER, updated INTEGER, popup INTEGER, marked INTEGER, source TEXT, source_id TEXT, valid_guid INTEGER, real_source_url TEXT, real_source_title TEXT, description TEXT, date INTEGER, comment_feed_id TEXT, comment INTEGER); DB: -> result: 0 (success) DB: executing SQL: CREATE INDEX items_idx ON items (source_id); DB: -> result: 0 (success) DB: executing SQL: CREATE INDEX items_idx2 ON items (comment_feed_id); DB: -> result: 0 (success) DB: executing SQL: CREATE TABLE itemsets ( item_id INTEGER, parent_item_id INTEGER, node_id TEXT, parent_node_id TEXT, read INTEGER, comment INTEGER, PRIMARY KEY (item_id, node_id)); DB: -> result: 0 (success) DB: executing SQL: CREATE INDEX itemset_idx ON itemsets (node_id); DB: -> result: 0 (success) DB: executing SQL: CREATE INDEX itemset_idx2 ON itemsets (item_id); DB: -> result: 0 (success) DB: executing SQL: CREATE TABLE metadata ( item_id INTEGER, nr INTEGER, key TEXT, value TEXT, PRIMARY KEY (item_id, nr)); DB: -> result: 0 (success) DB: executing SQL: CREATE INDEX metadata_idx ON metadata (item_id); DB: -> result: 0 (success) DB: executing SQL: CREATE TABLE attention_stats ( category_id TEXT, category_name TEXT, count INTEGER, PRIMARY KEY (category_id)); DB: -> result: 0 (success) DB: executing SQL: CREATE TABLE subscription ( node_id STRING, source STRING, orig_source STRING, filter_cmd STRING, update_interval INTEGER, default_interval INTEGER, discontinued INTEGER, available INTEGER, PRIMARY KEY (node_id)); DB: -> result: 0 (success) DB: executing SQL: CREATE TABLE update_state ( node_id STRING, last_modified STRING, etag STRING, last_update INTEGER, last_favicon_update INTEGER, PRIMARY KEY (node_id)); DB: -> result: 0 (success) DB: executing SQL: CREATE TABLE subscription_metadata ( node_id STRING, nr INTEGER, key TEXT, value TEXT, PRIMARY KEY (node_id, nr)); DB: -> result: 0 (success) DB: executing SQL: CREATE INDEX subscription_metadata_idx ON subscription_metadata (node_id); DB: -> result: 0 (success) DB: executing SQL: CREATE TABLE node ( node_id STRING, parent_id STRING, title STRING, type INTEGER, expanded INTEGER, view_mode INTEGER, sort_column INTEGER, sort_reversed INTEGER, PRIMARY KEY (node_id)); DB: -> result: 0 (success) DB: executing SQL: CREATE TABLE view_state ( node_id STRING, unread INTEGER, count INTEGER, PRIMARY KEY (node_id)); DB: -> result: 0 (success) DB: table setup took 0,004s DB: executing SQL: DROP TRIGGER item_insert; DB: -> result: 1 (no such trigger: item_insert) DB: executing SQL: DROP TRIGGER item_update; DB: -> result: 1 (no such trigger: item_update) DB: executing SQL: DROP TRIGGER item_removal; DB: -> result: 1 (no such trigger: item_removal) DB: executing SQL: DROP TRIGGER subscription_removal; DB: -> result: 1 (no such trigger: subscription_removal) DB: Checking for items not referenced in table 'itemsets'... DB: executing SQL: BEGIN; CREATE TEMP TABLE tmp_id ( id ); INSERT INTO tmp_id SELECT ROWID FROM items WHERE ROWID NOT IN (SELECT item_id FROM itemsets); DELETE FROM items WHERE ROWID IN (SELECT id FROM tmp_id LIMIT 1000); DROP TABLE tmp_id;END; DB: -> result: 0 (success) DB: Checking for invalid item ids in table 'itemsets'... DB: executing SQL: BEGIN; CREATE TEMP TABLE tmp_id ( id ); INSERT INTO tmp_id SELECT item_id FROM itemsets WHERE item_id NOT IN (SELECT ROWID FROM items); DELETE FROM itemsets WHERE item_id IN (SELECT id FROM tmp_id LIMIT 1000); DROP TABLE tmp_id;END; DB: -> result: 0 (success) DB: Checking for items without a feed list node... DB: executing SQL: DELETE FROM itemsets WHERE comment = 0 AND node_id NOT IN (SELECT node_id FROM node); DB: -> result: 0 (success) DB: Checking for stale views not listed in feed list. DB: DB cleanup finished. Continuing startup. DB: executing SQL: CREATE TRIGGER item_insert INSERT ON items BEGIN UPDATE itemsets SET read = new.read WHERE item_id = new.ROWID; END; DB: -> result: 0 (success) DB: executing SQL: CREATE TRIGGER item_update UPDATE ON items BEGIN UPDATE itemsets SET read = new.read WHERE item_id = new.ROWID; END; DB: -> result: 0 (success) DB: executing SQL: CREATE TRIGGER item_removal DELETE ON itemsets BEGIN DELETE FROM items WHERE ROWID = old.item_id; DELETE FROM metadata WHERE item_id = old.item_id; END; DB: -> result: 0 (success) DB: executing SQL: CREATE TRIGGER subscription_removal DELETE ON subscription BEGIN DELETE FROM node WHERE node_id = old.node_id; DELETE FROM update_state WHERE node_id = old.node_id; DELETE FROM subscription_metadata WHERE node_id = old.node_id; END; DB: -> result: 0 (success) PERF: db_init took 0,014s PLUGINS: Scanning for plugins (/usr/lib/liferea): PLUGINS: -> libnotify notification (liblinotiflibnotify.so, type=2) PLUGINS: -> LUA Scripting Support Plugin (libliscrlua.so, type=3) PLUGINS: using "libnotify" for notification type 0 PLUGINS: using "LUA Scripting Support Plugin" for scripting... GUI: Unknown social bookmarking site ""! GUI: Unknown link cosmos search site ""! CACHE: Compiled without AVAHI support GUI: Setting up menues GUI: Setting up widget containers GUI: Setting up status bar GUI: Setting up tabbed browsing GUI: Setting up feed list PERF: ui_feedlist_init took 0,001s GUI: Initialising menues GUI: Setting up item view GUI: using default date format GUI: Loading icons GUI: Couldn't load icon: Icon 'folder-saved-search' not present in theme CACHE: Setting up root node CACHE: Importing OPML file: /usr/share/liferea/opml/feedlist.opml CACHE: -> must be a folder GUI: adding node "Example Feeds" as child of parent="root" GUI: folder empty check for node id "llolcjk" GUI: folder empty check for node id "pukxsco" CACHE: -> must be a folder GUI: adding node "Open Source" as child of parent="Example Feeds" GUI: folder empty check for node id "pukxsco" GUI: folder empty check for node id "ddflcsi" CACHE: -> URL found assuming type feed GUI: adding node "Planet Ubuntu" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription xidytdh update state (thread=0xf11040) DB: Could not load update state for subscription xidytdh (error code 101)! CACHE: import feed: title=Planet Ubuntu source=http://planet.ubuntu.com/rss20.xml typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: xidytdh and doing first download... UPDATE: Scheduling Planet Ubuntu to be updated DB: saving subscription xidytdh update state (thread=0xf11040) DB: update state save took 0,004s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info xidytdh (thread 0xf11040) DB: subscription_update took 0,002s PERF: import_parse_outline took 0,006s CACHE: -> URL found assuming type feed GUI: adding node "The Ubuntu Fridge" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription kolvjup update state (thread=0xf11040) DB: Could not load update state for subscription kolvjup (error code 101)! CACHE: import feed: title=The Ubuntu Fridge source=http://fridge.ubuntu.com/node/feed typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: kolvjup and doing first download... UPDATE: Scheduling The Ubuntu Fridge to be updated DB: saving subscription kolvjup update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info kolvjup (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,003s CACHE: -> URL found assuming type feed GUI: adding node "Debian Package a Day" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription ogoftmy update state (thread=0xf11040) DB: Could not load update state for subscription ogoftmy (error code 101)! CACHE: import feed: title=Debian Package a Day source=http://debaday.debian.net/feed/atom/ typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: ogoftmy and doing first download... UPDATE: Scheduling Debian Package a Day to be updated DB: saving subscription ogoftmy update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info ogoftmy (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,003s CACHE: -> URL found assuming type feed GUI: adding node "Gnomefiles" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription miijspi update state (thread=0xf11040) DB: Could not load update state for subscription miijspi (error code 101)! CACHE: import feed: title=Gnomefiles source=http://www.gnomefiles.org/files/gnomefiles.rdf typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: miijspi and doing first download... UPDATE: Scheduling Gnomefiles to be updated DB: saving subscription miijspi update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info miijspi (thread 0xf11040) DB: subscription_update took 0,006s PERF: import_parse_outline took 0,008s CACHE: -> URL found assuming type feed GUI: adding node "GNOME Footnotes" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription hpsbomy update state (thread=0xf11040) DB: Could not load update state for subscription hpsbomy (error code 101)! CACHE: import feed: title=GNOME Footnotes source=http://www.gnomedesktop.org/backend.php typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: hpsbomy and doing first download... UPDATE: Scheduling GNOME Footnotes to be updated DB: saving subscription hpsbomy update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info hpsbomy (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,003s CACHE: -> URL found assuming type feed GUI: adding node "GrokLaw" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription nokcobx update state (thread=0xf11040) DB: Could not load update state for subscription nokcobx (error code 101)! CACHE: import feed: title=GrokLaw source=http://www.groklaw.net/backend/GrokLaw.rdf typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: nokcobx and doing first download... UPDATE: Scheduling GrokLaw to be updated DB: saving subscription nokcobx update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info nokcobx (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,003s CACHE: -> URL found assuming type feed GUI: adding node "Liferea Blog" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription ytbrqpd update state (thread=0xf11040) DB: Could not load update state for subscription ytbrqpd (error code 101)! CACHE: import feed: title=Liferea Blog source=http://liferea.blogspot.com/feeds/posts/default typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: ytbrqpd and doing first download... UPDATE: Scheduling Liferea Blog to be updated DB: saving subscription ytbrqpd update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info ytbrqpd (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,003s CACHE: -> URL found assuming type feed GUI: adding node "mozillaZine" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription xwmrylo update state (thread=0xf11040) DB: Could not load update state for subscription xwmrylo (error code 101)! CACHE: import feed: title=mozillaZine source=http://www.mozillazine.org/atom.xml typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: xwmrylo and doing first download... UPDATE: Scheduling mozillaZine to be updated DB: saving subscription xwmrylo update state (thread=0xf11040) DB: update state save took 0,002s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info xwmrylo (thread 0xf11040) DB: subscription_update took 0,006s PERF: import_parse_outline took 0,009s CACHE: -> URL found assuming type feed GUI: adding node "Planet GNOME" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription bjagpbl update state (thread=0xf11040) DB: Could not load update state for subscription bjagpbl (error code 101)! CACHE: import feed: title=Planet GNOME source=http://planet.gnome.org/atom.xml typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: bjagpbl and doing first download... UPDATE: Scheduling Planet GNOME to be updated DB: saving subscription bjagpbl update state (thread=0xf11040) DB: update state save took 0,006s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info bjagpbl (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,008s CACHE: -> URL found assuming type feed GUI: adding node "Slashdot" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription fsdtdev update state (thread=0xf11040) DB: Could not load update state for subscription fsdtdev (error code 101)! CACHE: import feed: title=Slashdot source=http://slashdot.org/slashdot.rss typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: fsdtdev and doing first download... UPDATE: Scheduling Slashdot to be updated DB: saving subscription fsdtdev update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info fsdtdev (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,003s CACHE: -> URL found assuming type feed GUI: adding node "TuxMobil" as child of parent="Open Source" GUI: folder empty check for node id "ddflcsi" DB: loading subscription jbgiugu update state (thread=0xf11040) DB: Could not load update state for subscription jbgiugu (error code 101)! CACHE: import feed: title=TuxMobil source=http://tuxmobil.org/tuxmobil_rss.rdf typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: jbgiugu and doing first download... UPDATE: Scheduling TuxMobil to be updated DB: saving subscription jbgiugu update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info jbgiugu (thread 0xf11040) DB: subscription_update took 0,004s PERF: import_parse_outline took 0,006s CACHE: seems to be an import, setting new id: ddflcsi and doing first download... DB: updating node info ddflcsi (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,008s CACHE: -> must be a folder GUI: adding node "Podcasts" as child of parent="Example Feeds" GUI: folder empty check for node id "pukxsco" GUI: folder empty check for node id "ijowhbc" CACHE: -> URL found assuming type feed GUI: adding node "EscapePod" as child of parent="Podcasts" GUI: folder empty check for node id "ijowhbc" DB: loading subscription qucpmlo update state (thread=0xf11040) DB: Could not load update state for subscription qucpmlo (error code 101)! CACHE: import feed: title=EscapePod source=http://escapepod.org/podcast.xml typeStr=(null) interval=-1 CACHE: seems to be an import, setting new id: qucpmlo and doing first download... UPDATE: Scheduling EscapePod to be updated DB: saving subscription qucpmlo update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: updating node info qucpmlo (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,003s CACHE: seems to be an import, setting new id: ijowhbc and doing first download... DB: updating node info ijowhbc (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,004s CACHE: seems to be an import, setting new id: pukxsco and doing first download... DB: updating node info pukxsco (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,006s GUI: adding node "Unread" as child of parent="root" GUI: folder empty check for node id "llolcjk" CACHE: import vfolder: title=Unread CACHE: loading rule "unread" "" DB: Checking for view yeablqi (SQL=CREATE VIEW view_yeablqi AS SELECT items.ROWID AS item_id,items.read AS item_read FROM items WHERE (items.read = 0) AND items.comment != 1) DB: Dropping trigger failed (no such trigger: view_yeablqi_insert_before) SQL: DROP TRIGGER view_yeablqi_insert_before; DB: Dropping trigger failed (no such trigger: view_yeablqi_insert_after) SQL: DROP TRIGGER view_yeablqi_insert_after; DB: Dropping trigger failed (no such trigger: view_yeablqi_delete) SQL: DROP TRIGGER view_yeablqi_delete; DB: Dropping trigger failed (no such trigger: view_yeablqi_update_before) SQL: DROP TRIGGER view_yeablqi_update_before; DB: Dropping trigger failed (no such trigger: view_yeablqi_update_after) SQL: DROP TRIGGER view_yeablqi_update_after; DB: executing SQL: REPLACE INTO view_state (node_id, unread, count) VALUES ('yeablqi', (SELECT count(*) FROM view_yeablqi WHERE item_read = 0), (SELECT count(*) FROM view_yeablqi)); DB: -> result: 0 (success) CACHE: seems to be an import, setting new id: yeablqi and doing first download... DB: updating node info yeablqi (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,021s GUI: adding node "Important" as child of parent="root" GUI: folder empty check for node id "llolcjk" CACHE: import vfolder: title=Important CACHE: loading rule "flagged" "" DB: Checking for view fumvkux (SQL=CREATE VIEW view_fumvkux AS SELECT items.ROWID AS item_id,items.read AS item_read FROM items WHERE (items.marked = 1) AND items.comment != 1) DB: Dropping trigger failed (no such trigger: view_fumvkux_insert_before) SQL: DROP TRIGGER view_fumvkux_insert_before; DB: Dropping trigger failed (no such trigger: view_fumvkux_insert_after) SQL: DROP TRIGGER view_fumvkux_insert_after; DB: Dropping trigger failed (no such trigger: view_fumvkux_delete) SQL: DROP TRIGGER view_fumvkux_delete; DB: Dropping trigger failed (no such trigger: view_fumvkux_update_before) SQL: DROP TRIGGER view_fumvkux_update_before; DB: Dropping trigger failed (no such trigger: view_fumvkux_update_after) SQL: DROP TRIGGER view_fumvkux_update_after; DB: executing SQL: REPLACE INTO view_state (node_id, unread, count) VALUES ('fumvkux', (SELECT count(*) FROM view_fumvkux WHERE item_read = 0), (SELECT count(*) FROM view_fumvkux)); DB: -> result: 0 (success) CACHE: seems to be an import, setting new id: fumvkux and doing first download... DB: updating node info fumvkux (thread 0xf11040) DB: subscription_update took 0,001s PERF: import_parse_outline took 0,022s PERF: default_source_source_import took 0,113s PERF: node_source_setup_root took 0,113s CACHE: Initializing node state GUI: Notification setup UPDATE: Performing initial feed update UPDATE: initial update: resetting feed counter DB: saving subscription xidytdh update state (thread=0xf11040) DB: update state save took 0,004s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription kolvjup update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription ogoftmy update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription miijspi update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription hpsbomy update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription nokcobx update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription ytbrqpd update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription xwmrylo update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription bjagpbl update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription fsdtdev update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription jbgiugu update state (thread=0xf11040) DB: update state save took 0,004s UPDATE: Resetting last poll counter to 1261244128. DB: saving subscription qucpmlo update state (thread=0xf11040) DB: update state save took 0,001s UPDATE: Resetting last poll counter to 1261244128. CONF: Scheduling feedlist save PERF: feedlist_init took 0,142s GUI: Setting toolbar style GUI: Loading accelerators GUI: Restoring window position GUI: Retrieved saved setting: size 0x0 position 0:0 GUI: Loading pane proportions GUI: Creating HTML widget GUI: Setting item list layout mode: 2 HTML: theme color "GTK-COLOR-FG" is 141312 HTML: theme color "GTK-COLOR-BG" is E9E8E8 HTML: theme color "GTK-COLOR-LIGHT" is FFFFFF HTML: theme color "GTK-COLOR-DARK" is A4A1A1 HTML: theme color "GTK-COLOR-MID" is D2D0D0 HTML: theme color "GTK-COLOR-BASE" is FFFFFF HTML: theme color "GTK-COLOR-TEXT" is 141312 PERF: liferea_shell_create took 0,383s PERF: function "liferea_shell_create" is slow! Took 383ms. GUI: Session Management: ICE initialized. GUI: Session Management: Connecting with no previous ID GUI: Session Management: Handling new ICE connection... GUI: Session Management: done. GUI: Session Management: Connected to manager (KDE) with client ID 10bcd66e61000126124412800000034560038 GUI: Session Management: Using /usr/bin/liferea as command DB: startup took 0,408s PERF: function "startup" is slow! Took 408ms. UPDATE: processing request (http://planet.ubuntu.com/rss20.xml) NET: downloading http://planet.ubuntu.com/rss20.xml GUI: Session Management: Received first save_yourself GUI: Session Management: Received save_complete Liferea did receive signal 11 (Segmentation fault). You have propably triggered a program bug. I will now try to create a backtrace which you can attach to any support requests. UPDATE: processing request (http://fridge.ubuntu.com/node/feed) NET: downloading http://fridge.ubuntu.com/node/feed