Opened 17 years ago
Closed 17 years ago
#5172 closed defect (fixed)
ASSERT failure in QCoreApplication::sendEvent (from AutoExpire)
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Latest svn running on Ubuntu Gutsy. This is my first upgrade to the QT4 edition.
Whenever the autoexpire thread runs, mythbackend fails with the error:
"ASSERT failure in QCoreApplication::sendEvent: "Cannot send events to objects owned by a different thread. Current thread 82cf670. Receiver (of type 'QObject') was created in thread 818ba48", file kernel/qcoreapplication.cpp, line 269"
(first thread number varies)
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
The only patch I'm using is my own (submitted but rejected) which allows the 'INFO' keybinding to work as 'DETAILS' rather than 'SELECT'. I've just checked with svn diff.
comment:3 Changed 17 years ago by
This appears to be only related to expiring shows which have hit their 'maximum episode count' - I've managed to stop the crashes by giving all shows an unlimited episode count.
Patch?