error Pli image
Re: error Pli image #2
Re: error Pli image #3
Posted 17 August 2022 - 14:20
Use the "More Reply Options" button to add attachments.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: error Pli image #4
Re: error Pli image #5
Posted 17 August 2022 - 14:32
A difficult one:
PC: b6303edc Fault Address: be9dd000 Error Code:: 23 Backtrace: /usr/bin/enigma2(_Z17handleFatalSignaliP9siginfo_tPv) [0x816DC] /lib/libc.so.6(__default_rt_sa_restorer) [0xB62BD8F0] -------FATAL SIGNAL
does it always happen at the same moment? And what exactly do you do when it crashes?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: error Pli image #6
Re: error Pli image #7
Posted 17 August 2022 - 15:26
It is probably a bug or issue in the low-level C code, which is extremely hard to debug due to the lack of debugging information.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: error Pli image #8
Posted 17 August 2022 - 16:15
It is probably a bug or issue in the low-level C code, which is extremely hard to debug due to the lack of debugging information.
so difficult to solve? I posted in another forum, unfortunately without feedback on the solution, a user wrote perhaps a Pyton problem? I hope I get some advice ,thanks for any advice
Re: error Pli image #9
Posted 17 August 2022 - 16:39
No, it is a crash in the C code.
glibc error code 23 is ENFILE: Too many open files in system, which is very unlikely on an STB, unless you do VERY weird things...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: error Pli image #10
Posted 17 August 2022 - 16:50
Muhhh... no nothing VERY strange, in the STB there's a USB stick attached and a hard disk, TVSat Card,...skin: Test skin PD1LOI-Full-HD (Mod skin PLi-FullNightHD) 1920x1080, ISetting ,EPG import that work the updates at night... patience I have to try again to delete everything and install the various plugins step by step to understand what could cause the crashes, Thank you for your patience...
excuse my English, I use translate
Re: error Pli image #11
Posted 17 August 2022 - 17:01
No worries, your English is clear enough.
I doubt it is something you do or have installed. Most likely, it is something that is being received that is unexpected, and causes the crash because the data isn't properly validated.
An example of that is a provider defining an incorrect characterset, or a correct characterset but the data isn't compliant.
Finding the cause without any crash information would require realtime debugging and tracing, I don't have the skills needed, so I can't tell you how.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: error Pli image #12
Re: error Pli image #13
Posted 17 August 2022 - 19:00
According to your crash log and the fact that there are too many open files (as WanWizard found out) I would say it has something todo with your ISetting.
There is a flood of request to an ISetting URL in your crash log. Every request results in an open file descriptor which would perfectly match the error code 23 - too many open files.
1. You may try to disable ISetting.
2. You may show us the output of
sysctl fs.file-max
3. You may try to change the value with
sysctl fs.file-max <VALUE>
Choose a <VALUE> higher than the value reported by the command in 2.
Re: error Pli image #14
Posted 17 August 2022 - 20:42
Hmm, yeah, sounds logical. And that for a buyware plugin...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users