Bug 95549

Summary: Creating a log on a non-default thread causes it to hang
Product: Zeitgeist Reporter: Ted Gould <ted>
Component: libzeitgeistAssignee: zeitgeist-bugs <zeitgeist-bugs>
Status: RESOLVED FIXED QA Contact: zeitgeist-bugs <zeitgeist-bugs>
Severity: normal    
Priority: medium    
Version: 0.9.x   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Patch to use the thread default context

Description Ted Gould 2016-05-23 15:46:26 UTC
Created attachment 123998 [details] [review]
Patch to use the thread default context

When creating a Log object it creates a mainloop to wait on the proxy object. It unfortunately does this with NULL has its context which means it uses the main thread's context instead of the thread it is running on. This causes a hang as no one gets events then.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.