Closed Kitoko86 closed 3 years ago
Hi
Can you compile with make debug
And run again and upload the log of the crash?
Here is the debug log: minisatip.log
Edit: log updated because I forgot to enable the -l option.
I tried to test TBS6910 with a computer running Ubuntu 18.04 and two CAM CI+ modules, but again, minisatip crashes randomly. If you agree, I can give you a remote access to the server.
Can you write me a private message on the forum with the login details? minisatip.org
Hi,
As new member of the forum, I can't send you a private message.
Does it work now?
Yes ! Thanks for your support.
I think it could be related to irdero cam, can you insert it in 6910?
There are two CAM and they are already inserted in the readers of 2xTBS6910.
I built minisatip with 'make debu' but was not able to repro. If you can, provide the output of running minisatip with the desired arguments
Here is the full debug log of minisatip with arguments -v ca,http,pmt enabled:
Hi,
can you change this line: https://github.com/catalinii/minisatip/blob/master/src/tables.c#L136 From: if (ca[ica].enabled) { To: if (ca[ica].enabled && ca[ica].ad_info[aid].caids < MAX_CAID_LEN) {
To see if this fixes it ?
Issue fixed ! Good job ! Can I ask you the meaning of this line of code, just for curiosity ?
Best Regards.
Hi,
I don't think it's an issue linked to minisatip but maybe someone owning the same hardware could help me. The tuner is connected to a Raspberry Pi 3B+ with the latest open source drivers. The version of the kernel is 5.10.17-v7+. I tested older and latest releases of minisatip, the app starts fine every time however it crashes randomly. I can't find the pattern or what's triggering the crash.
Here is the minisatip log just before the issue:
and the dmesg output:
Any ideas about what's going wrong ?