Opened 20 years ago
Closed 20 years ago
#1674 closed defect (fixed)
Crash in QMap.h when UseEIT enabled
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Hi,
I'm running v9681 as of this morning, and I have seen two very similar crashes with UseDVBEIt enabled.
It seems line 287 of Qmap.h is killing it. If I disable useeit, all is well.
I've attached two backtraces and log files from this morning.
If only I could program in C, I might be able to work out what was causing it :-)
HTH
Chris
Attachments (1)
Change History (4)
by , 20 years ago
Attachment: | 9681.qmap-crash.zip added |
---|
comment:1 by , 20 years ago
Milestone: | → 0.20 |
---|---|
Owner: | changed from | to
Version: | → head |
comment:2 by , 20 years ago
Note:
See TracTickets
for help on using tickets.
It looks like some of the SIParser set functions need to use the pmap_lock. In this case it was SetStreamData(). I'll look at this tomorrow.