Opened 10 years ago
Closed 6 years ago
#12800 closed Bug Report - Crash (Upstream Bug)
mythfilldatabase segfault just before finished
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 30.1 |
| Component: | MythTV - Mythfilldatabase | Version: | 0.28.0 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Fresh mythtv backend install on parabola (arch) linux x86-64. I'm able to setup backend and record shows and whatnot, but I'm getting this segfault before exit (although I believe most of mythfilldatabase completes, since I can see the guide data in frontend).
Thread 7 "Qt bearer threa" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffcaffd700 (LWP 7454)] QDBusMetaType::typeToSignature (type=8) at qdbusmetatype.cpp:437
See attached gdb console output and backtrace.
I should note that my computer is on Qt version 5.6.0.
Attachments (2)
Change History (7)
by , 10 years ago
| Attachment: | mythfilldatabase_gdb.txt added |
|---|
comment:1 by , 10 years ago
Just a FYI to the devs: I cannot (quickly) find the reference, but I have seen something like this reported for other (non-MythTV) apps with Qt 5.6.0. I suspect it is upstream. As I (vaguely) recall, it may have to do with Qt's final cleanup processing (and possibly QNetworkAccessManager?). It might also be timing related (so it may not always crash, either).
Btw, to the OP, with schedules direct, presuming your system is not under-powered, using the --dd-grab-all option is usually recommended (but I suspect it would not change the crash, unless it changes the timing sufficiently so that you get "lucky").
comment:2 by , 9 years ago
| Component: | MythTV - General → MythTV - Mythfilldatabase |
|---|---|
| Owner: | set to |
comment:3 by , 8 years ago
Looks like I have the same problem and the fix is probably to upgrade Qt from 5.6 to 5.7. I'm running Centos7 and they do not have 5.7 available yet, so I'll probably just wait it out since the job completes. It is just annoying to see the daily core [abrt] report appear in my inbox.
Here are a couple of related threads: https://stackoverflow.com/questions/37986256/qt-qtest-segmentation-fault-at-end-of-execution
comment:4 by , 6 years ago
This ticket should (probably) be closed as upstream bug, as it was acknowledged as Qt 5.6 issue, and was resolved (upstream) quite some time ago (including for the OPs OS).
comment:5 by , 6 years ago
| Milestone: | unknown → 30.1 |
|---|---|
| Resolution: | → Upstream Bug |
| Status: | new → closed |

gdb console