Opened 15 years ago
Closed 15 years ago
#9678 closed Bug Report - Crash (Duplicate)
mythfronted SIGSEGV in QMutex::lock() while in watch recording menu
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
version: 0.24-fixes 40fc454 built on 2011-03-12
I was pressing directional buttons in the watch recordings menu when the frontend froze and created this crash report. it seems it was trying to load an image in a different thread.
the single thread stack trace shows just Qt calls: http://launchpadlibrarian.net/66869830/Stacktrace.txt
The threaded stack trace is a little more useful in showing that in one of the thread's myth was trying to load an image, but that image was null: http://launchpadlibrarian.net/66869831/ThreadStacktrace.txt
Additional details can be found at the report this came in from Mythbuntu at: https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/739119

Duplicate of #9388