[Tracker] GLib-CRITIAL warnings about g_timer_continue



Hi guys,

Logs from a systemd booted system on Tracker 0.14:

Nov 22 16:41:47 localhost dbus-daemon[901]: (tracker-miner-fs:948): GLib-CRITICAL **: g_timer_continue: assertion `timer->active == FALSE' failed Nov 22 16:41:47 localhost tracker-miner-fs[948]: GLIB CRITICAL ** GLib - g_timer_continue: assertion `timer->active == FALSE' failed

Occurences in tracker-miner-fs's code:

libtracker-miner/tracker-crawler.c:
      g_timer_continue (crawler->priv->timer);

libtracker-miner/tracker-miner-fs.c:
        } else if (fs->priv->extraction_timer_stopped) {
                g_timer_continue (fs->priv->extraction_timer);
                fs->priv->extraction_timer_stopped = FALSE;
        }

Can we in the situation that happened simply activate the timer instead of using continue?

Kind regards,

Philip



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]