Opened 9 years ago Closed 9 years ago #106 closed defect (wontfix)encoder crashes without message
Description
for the cfg file attached encoder dies in run-time trying to code fifth frame with GOP 4 coding structure Attachments (1)Change history (5)Changed 9 years ago by kolyacomment:1 follow-up: ↓ 2 Changed 9 years ago by Vadimcomment:2 in reply to: ↑ 1 Changed 9 years ago by kolya
Yes, the same is in HM-16.7. What me expected is some message on what is wrong. But okay, I will report it\fix to the HM main bug tracker.
Replying to Vadim:
comment:3 Changed 9 years ago by Vadim
If HM has the same issue, then the right place for such tickets is HM main branch. SHM doesn't change general structure or fixes common issues, instead we are porting HM fixes into SHM.
Regarding the root of your problem, I think it is not difficult to deduce. If you run debugger, you would see that the crash happens in collocated picture access, since the reference picture list is empty for B-slice. My guess from the brief glance is it is empty in the second GOP due to the reference picture being POC 4 (you have -4 delta in RPS index 0) is already gone (marked as unused for reference), since I don't see anything in your RPS that will keep it.
I agree that HM could simply put a check for having non-empty RPL for non-intra slices. comment:4 Changed 9 years ago by Vadim
Please submit HM ticket if the fix is needed. Note: See TracTickets for help on using tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
You modified hierarchical structure in the attached config file, are you sure that the way you did it is the correct thing to do? BTW, did you try/verify it in HM? Since SHM doesn't introduce any code changes in this regard, please try it in HM first. Thanks.