-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Cefsharp.BrowserSubprocess still exists on process list, when main application was closed. #2140
Comments
Does this problem also occur in the CEF Sample Application from http://opensource.spotify.com/cefbuilds/index.html? Download the Please include the version you tested with e.g. cef_binary_3.3029.1611.g44e39a8_windows64_client.tar.bz2 |
I tested cef_binary_3.3112.1659.gfef43e0_windows64_client.tar.bz2. Problem does not exists. Application correctly frees the resources. Problem is reproduces in CefSharp.MinimalExample https://github.com/cefsharp/CefSharp.MinimalExample/tree/master/CefSharp.MinimalExample.WinForms It looks like a problem in Cef wrapper. |
Hi! |
I would suggest that you close all processes that matches the process name on FormClosing or FormClosed events. |
@jacekbartek Thanks for the bug report. Could you check with some other web page, like www.google.com - does it also exhibit the same behavior or is it specifically with this web page? Is it the same with other web pages playing video, like YouTube? |
@jacekbartek Try using the |
I'm not able to reproduce this issue (Latest commit 7802653) Closing due to lack of feedback |
What version of the product are you using?
57.0.0.0
What architecture x86 or x64?
x64
On what operating system?
Win10
Are you using
WinForms
,WPF
orOffScreen
?WinForms
What steps will reproduce the problem?
Problem exists in specific steps:
Now application process was closed, but 'Cefsharp.BrowserSubprocess' still exists on process list.
(Problem occurs in MinimalExample application, too)
What is the expected output? What do you see instead?
Process 'Cefsharp.BrowserSubprocess' should be closed.
Please provide any additional information below.
Binary file removed
Does this problem also occur in the
CEF
Sample Application from http://opensource.spotify.com/cefbuilds/index.html?CefSharp.MinimalExample-master
The text was updated successfully, but these errors were encountered: