Opened 14 years ago
Closed 14 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)
Changed 14 years ago by
Attachment: | mythtv-libmythdb-system.diff added |
---|
comment:1 Changed 14 years ago by
Owner: | set to beirdo |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
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 Changed 14 years ago by
Component: | MythTV - General → MythTV - MythSystem |
---|
comment:5 Changed 14 years ago by
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.