Hi,
One problem I am facing is that when the user exit's chrome, a single
chrome.exe process is still running. Initially 2 chrome.exe's were
running (i.e. when the browser was in use) but selecting exit from the
menu doesn't kill both the processes. It seems
BrowserList::AttemptUserExit(); in browser.cc is responsible for the
exit. Any idea why a single chrome.exe is still running? This is on a
Windows 7 PC.
Thanks.
I think i know this problem.because we use chrome make default browser, so when we start window it will be run.
To me, i use ie is default browser. it decreas CPU usage <20%.
On Thursday, February 9, 2012 10:14:56 PM UTC+7, pdwiki wrote:
Hi,
One problem I am facing is that when the user exit's chrome, a single
chrome.exe process is still running. Initially 2 chrome.exe's were
running (i.e. when the browser was in use) but selecting exit from the
menu doesn't kill both the processes. It seems
BrowserList::AttemptUserExit(); in browser.cc is responsible for the
exit. Any idea why a single chrome.exe is still running? This is on a
Windows 7 PC.
Thanks.
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Has there been any repairs/fixes for this? Im having and entire community of people with this same issue. 50+ and still i cannot get to the bottom of this problem.
On Thursday, February 9, 2012 10:14:56 AM UTC-5, pdwiki wrote:Hi,
One problem I am facing is that when the user exit's chrome, a single
chrome.exe process is still running. Initially 2 chrome.exe's were
running (i.e. when the browser was in use) but selecting exit from the
menu doesn't kill both the processes. It seems
BrowserList::AttemptUserExit(); in browser.cc is responsible for the
exit. Any idea why a single chrome.exe is still running? This is on a
Windows 7 PC.
Thanks.
--
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
--

I was having this issue too, however I resolved it by turning off Print Sharing in Advanced Settings. I figured the process was enabled after exiting since Google still needed to run to print remotely. Disabled the printer option and the process went away.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Hi,
One problem I am facing is that when the user exit's chrome, a single
chrome.exe process is still running. Initially 2 chrome.exe's were
running (i.e. when the browser was in use) but selecting exit from the
menu doesn't kill both the processes. It seems
BrowserList::AttemptUserExit(); in browser.cc is responsible for the
exit. Any idea why a single chrome.exe is still running? This is on a
Windows 7 PC.
Thanks.
-bcc:chromium-dev
> --
> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
Resurrecting a two year old thread on a development list is not the best way to file a bug or help resolve the issue.
Please see http://crbug.com/new to file a bug, which can help the right people follow-up.
Cheers.
I had the same problem and solve it !!Go to TOOLS > EXTENSIONS menu. Uncheck / deselect ALL extensions you have installed (don't delete them, just deactivated all.Quit Chrome and check if all tasks/processes were ended. If so, it means one or more of the installed extensions are causing this problem.Now, activate one by one quiting Chrome and checking the processess for all of each of extensions activation. You will find which one is causing the problem.In my case the problem "DvdVideoSoft Free Youtube Download 1.0.0.0" extension.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
--
--
I tried unchecking the box that allows chrome to run in the background. but it still keeps a process running after i close chrome. and re opens after it is terminated.It has been taking control of my camera and microphone, and requires them to be running at all times.Pretty much every time i try to use my camera it tells me it is in use by another program. I.e. Chrome.Know of any reasons why chrome needs to have my camera and mic on 24/7?
On Thursday, February 9, 2012 at 7:14:56 AM UTC-8, pdwiki wrote:Hi,
One problem I am facing is that when the user exit's chrome, a single
chrome.exe process is still running. Initially 2 chrome.exe's were
running (i.e. when the browser was in use) but selecting exit from the
menu doesn't kill both the processes. It seems
BrowserList::AttemptUserExit(); in browser.cc is responsible for the
exit. Any idea why a single chrome.exe is still running? This is on a
Windows 7 PC.
Thanks.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
You should use the Process Viewer in Chrome to look at the command lines that allows laucnhing a Chrome instance. You may then find that there are parameters connecting Chrome to an external application lauching it (beware notably if this application uses "nacl32.exe" meaning that it is capable of running arbitrary native code without being contrained by the sandbox (the sandbox only isolates Chrome itself and its internal APIs from what the native code will run in the background with a direct access to you host).
On Mon, Jun 29, 2015 at 1:30 AM, Philippe Verdy <ver...@gmail.com> wrote:You should use the Process Viewer in Chrome to look at the command lines that allows laucnhing a Chrome instance. You may then find that there are parameters connecting Chrome to an external application lauching it (beware notably if this application uses "nacl32.exe" meaning that it is capable of running arbitrary native code without being contrained by the sandbox (the sandbox only isolates Chrome itself and its internal APIs from what the native code will run in the background with a direct access to you host).Note that, as far as I know, Native Client is, in fact, sandboxed and does not allow unsandboxed code.
PPAPI, on the other hand, does allow unsandboxed code, but only in its non Native Client mode (and those modules tend to be verified by hard coded mechanisms within the browser).
I have no idea what is actually the case here but it is at least theoretically possible that a piece of malware could itself use nacl as a component :) If I was going to run a botnet I wouldn't want to let the people I rented it to run arbitrary code on it, I would want to sandbox it ;)
I have no idea what is actually the case here but it is at least theoretically possible that a piece of malware could itself use nacl as a component :) If I was going to run a botnet I wouldn't want to let the people I rented it to run arbitrary code on it, I would want to sandbox it ;)
There was a strange behavior of the CPU which had some functionality bits altered (only emulated as if they were working: the noexec bit for example was emulated but not functional at all, and the memory map contained a PCI allocation for a large block mapped to an unknown device in Windows but left without driver, this was apparently the way for the adware to communicate secretly with the hypervisor using some memory mapped protocol in that block configured in the PCI map).
alt+e (pull up wrench menu) -> settings -> under the hood -> background apps
-mike
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
I am able to simulate Chrome not shutting down (under Visual Studio) by introducing a NULL pointer exception during shutdown. For example, if I add this to the destructor of BrowserActionsContainer (and start and close Chrome)...int* i = NULL; *i = 42;When I do this I see the structured exception handler in wrapped_window_proc.h (way down at the bottom of the stack) kick in. This sequence of events bypasses a whole slew of shutdown code, including the BrowserView destructor, which is responsible for setting browser_ to NULL (which in turn triggers the module_ref_count_ to go to 0, etc).This would all be fine if the process terminated as a result of this, yet for some reason it does not.Now, one might think that's because our structured exception handler (CrashForException in breakpad_win.cc) is eating the exception or hanging while trying to communicate with BreakPad or something, but commenting it out gives the same result. That makes sense because our handler actually returns EXCEPTION_CONTINUE_SEARCH (because g_breakpad is NULL while debugging in Visual Studio) so the next exception handler should be consulted. And things start to get hard to follow after that.The end result, though, is incomplete shutdown and Chrome continues to run.(This all may be a red herring but I thought I should post my partial findings in case someone has any great ideas -- and besides, I needed something to do while rebuilding Chrome from scratch). :)
The bug at the top of this thread was on windows 7. Bug 62583, we had
several bugs that could've caused this on mac back then (since fixed).
It's probably better to file a new bug and close the old one.
Nico
Well, I am back at this issue after a long time. I think I have
finally found the source of this issue...or at least a lead to the
source. I added an extra SingleSplitView to the browser_view.cc and
made the necessary adjustments in the browser_view_layout.cc file and
the number of chrome.exe's in the task manager shot up by 1 (3 in
total). My curiosity peaked and I added another SingleSplitView and
the number of chrome.exe's became 4. The chrome.exe's are not getting
added at the place where the single split view's are being added to
the layout (at that point only 1 chrome.exe is running) but at some
later stage the chrome.exe's running is always proportional to the
number of split view's running + 1 (for the main chrome.exe).
Oh...initially there are 2 chrome.exe's running because of the
devtools split view. I could not debug to the point where the
additional threads are starting...but I believe this is what is
happening. So if someone with a little more insight on this portion
could help me out with solving this issue then it will be very helpful
for me.
Thanks.
On Feb 14, 10:55 pm, Finnur Thorarinsson <fin...@chromium.org> wrote:
> Correct. However, since no one has a consistent repro case on Windows and
> the Mac one has additional data provided I thought it might possibly be of
> more use. I don't see the point of me adding another bug for Windows if I
> don't have a repro case.
>
>
>
>
>
>
>
> On Tue, Feb 14, 2012 at 16:25, Nico Weber <tha...@chromium.org> wrote:
> > On Tue, Feb 14, 2012 at 2:08 AM, Finnur Thorarinsson
> > <fin...@chromium.org> wrote:
>
> > >> Red herring. So this may affect local debugging, but not a properly
> > >> installed Chrome.
>
> > > Yeah, I worried that was the case.
>
> > > OK, then this exercise is meaningless and I've reached a dead-end on this
> > > issue. :(
>
> > > I was going to file a new bug for the behavior Brian Rakowski ran into,
> > but
> > > when searching through the database I found various other such bugs. I
> > > marked two Mac specific bugs as a duplicate of this bug:
> > > requests for users to provide more data and users have obliged. The bug
> > is
> > > not owned though. Maybe we could get someone with Mac experience to take
> > a
> > > look?
>
> > The bug at the top of this thread was on windows 7. Bug 62583, we had
> > several bugs that could've caused this on mac back then (since fixed).
> > It's probably better to file a new bug and close the old one.
>
> > Nico
>
> > > On Mon, Feb 13, 2012 at 19:46, Ricardo Vargas <rvar...@chromium.org>
> > >>>> On Sat, Feb 11, 2012 at 2:20 PM, pdwiki <prabal....@gmail.com> wrote:
>
> > >>>>> Sorry for the late reply guys.
>
> > >>>>> @Julian - No extensions are running.
>
> > >>>>> @Mike - I unchecked the 'Continue running background apps when Google
> > >>>>> Chrome is closed' and it still does not end the final chrome.exe
> > >>>>> process. If I view the background processes, I see the Browser
> > process
> > >>>>> still running at the end.
>
> > >>>>> @Albert - No, I don't have cloud print service enabled.
>
> > >>>>> @Finnur - Yes, closing Chrome while debugging in Visual Studio does
> > >>>>> end the debugger.
>
> > >>>>> If this is fixed in the latest revision, does anyone know exactly
> > >>>>> which portion of the code is in use? I am running 15.0.859.0
> > >>>>> (Developer Build 97580 Windows) and don't really have the option of
> > >>>>> updating the files to the latest version as it would mean a lot of
> > >>>>> changes for me.
>
> > >>>>> Thanks,
> > >>>>> Prabal.
>
> > >>>>> --
> > >>>>> Chromium Developers mailing list: chromium-...@chromium.org
> > >>>>> View archives, change email options, or unsubscribe:
> > >>>>> http://groups.google.com/a/chromium.org/group/chromium-dev
>
> > >>>> --
> > >>>> Chromium Developers mailing list: chromium-...@chromium.org
> > >>>> View archives, change email options, or unsubscribe:
> > >>>>http://groups.google.com/a/chromium.org/group/chromium-dev
>
> > >>> --
> > >>> Chromium Developers mailing list: chromium-...@chromium.org
> > >>> View archives, change email options, or unsubscribe:
> > >>>http://groups.google.com/a/chromium.org/group/chromium-dev
>
> > > --
> > > Chromium Developers mailing list: chromium-...@chromium.org
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/def4f4a7-b1c1-4622-88b0-222909b6e10c%40chromium.org.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to a topic in the Google Groups "Chromium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/a/chromium.org/d/topic/chromium-dev/0rKJn87f8_0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to chromium-dev+unsubscribe@chromium.org.
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAOziKqoS9groWC%2BuYE594V2x7j%3DFQ%2BuZQq0_W3YoqZk5fnzSCw%40mail.gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
