apimall / chromiumembedded

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

NOTREACHED if pdf.dll is missing #1527

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In OverridePdfPluginPath CEF calls PathService::Override(".../pdf.dll")
which creates a *directory* pdf.dll.
Later, it calls IATPatchFunction::Patch on that path, which now exists, and 
because it's a directory NOTREACHED goes off.

Affected-version: 3.2171.1979

Original issue reported on code.google.com by fl.lllj on 7 Feb 2015 at 11:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Any workaround besides copy the pdf.dll to exe folder?

Original comment by tianb...@gmail.com on 8 Mar 2015 at 4:28

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/1527

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:37