HyperHCl / gdipp

Automatically exported from code.google.com/p/gdipp
0 stars 0 forks source link

google chrome stop working #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1.run gdipp as service
2.try work with chrome
3.open new tab, try open page, nothing happen.
4.close chrome
5.open task manager and u see 1 process chrome is not closed
6.sometime got error

Faulting application name: chrome.exe, version: 0.0.0.0, time stamp: 
0x4bf344f7
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x04420430
Faulting process id: 0x808
Faulting application start time: 0x01cafc1fea99a520
Faulting application path: 
C:\Users\master\AppData\Local\Google\Chrome\Application\chrome.exe
Faulting module path: unknown
Report Id: 09f424d0-6814-11df-a562-005056c00008

7.stop gdipp 
8.chrome work normal

gdipp 0.8.0 x64, google chrome 6.408.1, w7 x64

Original issue reported on code.google.com by Infecto...@gmail.com on 25 May 2010 at 4:09

Attachments:

GoogleCodeExporter commented 8 years ago
and got this error

Original comment by Infecto...@gmail.com on 25 May 2010 at 4:22

Attachments:

GoogleCodeExporter commented 8 years ago
This access denied exception is issued by csrss.exe, not Chrome. It is highly
possible to be related to the special injection method we use, since Chrome's 
sandbox
prevents interacting between itself and external processes.

There is a plan of developing a more "official" way to accomplish the DLL 
injection,
either with a plugin or extension.

Original comment by crendk...@gmail.com on 26 May 2010 at 5:19