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

Cefsharp.BrowserSubprocess still exists on process list, when main application was closed. #2140

Closed
jacekbartek opened this issue Sep 11, 2017 · 7 comments

Comments

@jacekbartek
Copy link

jacekbartek commented Sep 11, 2017

  • 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 or OffScreen?
    WinForms

  • What steps will reproduce the problem?
    Problem exists in specific steps:

    1. Load ' www.wp.pl '.
    2. Click on the top bar ' TV WP ' link.
    3. Click some link to video.
    4. When video will be playing. Close application.
      Now application process was closed, but 'Cefsharp.BrowserSubprocess' still exists on process list.
      (Problem occurs in MinimalExample application, too)

problemrecover

  • 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

@jankurianski
Copy link
Member

Does this problem also occur in the CEF Sample Application from http://opensource.spotify.com/cefbuilds/index.html?

Download the cefclient program and run cefclient --multi-threaded-message-loop

Please include the version you tested with e.g. cef_binary_3.3029.1611.g44e39a8_windows64_client.tar.bz2

@jacekbartek
Copy link
Author

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.

@jacekbartek
Copy link
Author

Hi!
Is there a chance to fix this problem ?

@ghost
Copy link

ghost commented Oct 20, 2017

I would suggest that you close all processes that matches the process name on FormClosing or FormClosed events.

@perlun
Copy link
Member

perlun commented Dec 2, 2017

@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?

@amaitland
Copy link
Member

When video will be playing. Close application.
Now application process was closed, but 'Cefsharp.BrowserSubprocess' still exists on process list.

@jacekbartek Try using the File -> Exit menu option

@merceyz
Copy link
Member

merceyz commented Feb 5, 2018

I'm not able to reproduce this issue (Latest commit 7802653)
Note: The advert plays fine but the video is in a permanent loading state, all processes closes.

Closing due to lack of feedback

@merceyz merceyz closed this as completed Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants