GNOME Bugzilla – Bug 674250
thread problem with sqlite i executing event
Last modified: 2015-06-16 12:59:50 UTC
protected virtual void onTimer( ) calls updateGraph(); but this can also call PrepareJumpSimpleGraph PrepareJumpReactiveGraph that both call Sqlite better that they updateGraph() puts a flag, and then Prepare methods are done by the other thread or when onTimer ends (by main thread)
Have png 674250.png in my Desktop with snapshot of stacktrace
The best will be to leave the sqlite connection opened when event starts and close it when ended, finished or cancelled.