[Tracker] GLib-CRITIAL warnings about g_timer_continue
- From: Philip Van Hoof <philip codeminded be>
- To: tracker-list gnome org
- Subject: [Tracker] GLib-CRITIAL warnings about g_timer_continue
- Date: Sat, 23 Nov 2013 10:46:04 +0100
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]