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

SageTV crashes on shutdown when using PrePlugin filter (Windows) #424

Open
JREkiwi opened this issue Jan 2, 2020 · 0 comments
Open

SageTV crashes on shutdown when using PrePlugin filter (Windows) #424

JREkiwi opened this issue Jan 2, 2020 · 0 comments

Comments

@JREkiwi
Copy link
Contributor

JREkiwi commented Jan 2, 2020

When a PrePlugin Filter is configured (in this case DVDBDecrypter), shutting down SageTV I don't get a graceful shutdown but it crashes out in the Graph teardown of the first tuner at GraphManager.cpp#L446
SAFE_RELEASE(pCapInfo->pPrePlugin);

This doesn't occur in SageTV V7, but does in SageTV V9
Without a PrePlugin filter configured, SageTV V9 shuts down correctly

Using GraphEdt the filter does load and unload successfully

While looking into this, VS2015 was producing numerous warnings about
signed/unsigned mismatch
conversions between data types and possible data loss
So thought I'd deal with those first, but need to try and get to the bottom of this issue

John

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

1 participant