Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: SATIP poller thread #60

Closed
9000h opened this issue Dec 24, 2019 · 5 comments
Closed

ERROR: SATIP poller thread #60

9000h opened this issue Dec 24, 2019 · 5 comments

Comments

@9000h
Copy link

9000h commented Dec 24, 2019

some time this error is logged when vdr is started, any idea?

Dec 24 12:06:09 localhost vdr: [11498] ERROR: SATIP poller thread 11501 won't end (waited 3 seconds) - canceling it...
@rofafor
Copy link
Owner

rofafor commented Jan 3, 2020

This shouldn't never happen during the startup, but it's quite possible and harmless during the shutdown. The poller thread is cancelled only while executing cPluginSatip::Stop().

@9000h
Copy link
Author

9000h commented Jan 3, 2020

is there a good way to debug?

@rofafor
Copy link
Owner

rofafor commented Jan 3, 2020

The poller thread is cancelled only in https://github.com/rofafor/vdr-plugin-satip/blob/master/poller.c#L69. This is called only in https://github.com/rofafor/vdr-plugin-satip/blob/master/poller.c#L38 via https://github.com/rofafor/vdr-plugin-satip/blob/master/satip.c#L187.
Just add some extra debugging into that cSatipPoller::Deactivate()...

@9000h
Copy link
Author

9000h commented Jan 3, 2020

will try

@rofafor
Copy link
Owner

rofafor commented Jan 31, 2021

Closing due to inactivity. Reopen if the issue still exists.

@rofafor rofafor closed this as completed Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants