Bug 14644
Summary: | Fails to open PDF - WebKitErrorDomain 203 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Patricia Warwick <pwarwick> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.torontohumanesociety.com/newsandevents/stories/2007/downloads/0707_timsletterofthe12th.pdf |
Patricia Warwick
I get this error - WebKitErrorDomain 203 when I go to this page (this is progress because previously WebKit crashed any time I attempted to open a PDF.)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Hi Patricia, do you have any PDF plug-ins installed like Adobe [Acrobat] Reader? They would be listed under "Help" menu, "Installed Plug-ins" (search for "pdf" on the page).
Patricia Warwick
Yes ... I have two:
PDF Browser Plugin 2.2.3
Adobe Acrobat and Reader Plug-in for Web Browsers, Version 7.0.9 — from file “AdobePDFViewer.plugin”.
Patricia Warwick
I should add that Safari displays PDFs although I get an error message "Plug-in cancelled" in the Activity window. Could the problem be due to the fact that I have two plug-ins for PDFs?
David Kilzer (:ddkilzer)
(In reply to comment #3)
> I should add that Safari displays PDFs although I get an error message "Plug-in
> cancelled" in the Activity window. Could the problem be due to the fact that I
> have two plug-ins for PDFs?
Possibly. Try remove one (or both) of them to see if this error goes away. The default should be that they open within Safari.
Patricia Warwick
I removed the Adobe plugin and left the Schubert plugin and the page is displayed correctly now. (It also removed the Safari error.)
Perhaps the problem is that the plugin was for Acrobat 7.
David Kilzer (:ddkilzer)
(In reply to comment #5)
> I removed the Adobe plugin and left the Schubert plugin and the page is
> displayed correctly now. (It also removed the Safari error.)
> Perhaps the problem is that the plugin was for Acrobat 7.
Add back each plug-in (one-at-a-time), restart Safari and test. This should tell you which one is causing the issue (or if they both must be installed to reproduce the error).
Patricia Warwick
Perhaps I did not make myself clear. I ONLY removed the Adobe plugin. I did not remove the Schubert plugin. Therefore I think that the Adobe plugin caused the problem.
Alexey Proskuryakov
Confirmed with r24399 and Acrobat Viewer 7.0.8 (plugin 7.0.5). I think this is a duplicate of bug 10510 (and also INVALID as such). Please confirm that you are getting the same console output (as visible in /Utilities/Console.app, console.log):
------------------------------------------
2007-07-18 20:55:28.840 WebKit[290] CFLog (21): Error loading /System/Library/Frameworks/WebKit.framework/WebKit: error code 4, error number 0 (Symbol not found: _WebCoreUnicodeDirectionFunction
Referenced from: /System/Library/Frameworks/WebKit.framework/WebKit
Expected in: /Volumes/WebKit/WebKit.app/Contents/Resources/WebCore.framework/Versions/A/WebCore
)
------------------------------------------
The crash was fixed in bug 11430.
Patricia Warwick
That error message is in the console log.
Alexey Proskuryakov
Thank you for verifying this!
According to the analysis in bug 10510, it's a bug in Acrobat Viewer 7 that it cannot work with WebKit nightly builds (but it should hopefully work again after installing using Safari 3 beta, or a future Safari 3 release).
*** This bug has been marked as a duplicate of 10510 ***