Opened 15 years ago
Closed 15 years ago
#9378 closed Patch - Bug Fix (Fixed)
[PATCH] libmythdb: Qt assertion failure in MythSystemReaper::run
| Reported by: | Owned by: | beirdo | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24.1 |
| Component: | MythTV - MythSystem | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | assertion 171 libmythdb MythSystemReaper |
| Cc: | Ticket locked: | no |
Description (last modified by )
Running a Linux debug build of mythfrontend fixes/0.24 with a debug build of Qt 4.7.0 causes an assertion failure in MythSystemReaper::run line 171. This is the gdb traceback:
[moved to attachment, gdb.txt]
The attached patch fixes this
Attachments (2)
Change History (7)
by , 15 years ago
| Attachment: | mythtv-libmythdb-system.diff added |
|---|
comment:1 by , 15 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
I will take a look over this tonight after work. It's crazy that Qt implemented mutexes in that way, but I guess we need to use them right.
comment:4 by , 15 years ago
| Component: | MythTV - General → MythTV - MythSystem |
|---|
comment:5 by , 15 years ago
| Milestone: | unknown → 0.24.1 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
I modified the startup slightly, but thank you. I now have to check the mythsystem-rewrite branch to see if we have the same issue there.
Note:
See TracTickets
for help on using tickets.

Will let Beirdo decide how to handle this, as mythsystem has been rewritten in a branch.