Bug 943 - Crash in X11InputMonitor::run_events
Status:
RESOLVED FIXED
Component:
Core :: UNIX
Version:
1.9.2
Hardware:
All Linux
Importance:
P5 major
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Nov 18 2010 09:21:44 UTC
by:
Tomas Mraz
Modified:
Nov 26 2010 16:21:04 UTC
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Rob Caelers | Nov 26 2010 16:21:04 UTC | status | NEW | RESOLVED |
| resolution | FIXED |
Description
Tomas Mraz Nov 18 2010 09:21:44 UTC
Workrave sometimes crashes in X11InputMonitor::run_events(). It seems that it crashes on NULL dereference when reading the x11_display variable. See the backtrace here: https://bugzilla.redhat.com/show_bug.cgi?id=654231
Comment 1
Rob Caelers Nov 26 2010 16:21:04 UTC
I fixed the NULL deferences. Interesting backtrace btw: Workrave is terminating and initializing at the same time... (one thread runs the destructors of Core and GUI, another thread initializes the X11 input monitor...) The 'run event' monitoring will be deprecated in the next version. It appear to be broken on ubuntu (see bug 923)