Closed
Bug 226367
Opened 21 years ago
Closed 21 years ago
Mozilla crashes using Acrobat5.0.8 plugin
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 164021
People
(Reporter: bill.lawler, Assigned: peterlubczynski-bugs)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Hewlett-Packard; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
Build Identifier: Mozilla 1.2
Running Mozilla 1.2.1.01 or 1.4.00.01 on HP-UX 11i with Acrobat5 reader.
If I copy the /opt/Acrobat5/Browsers/hppahpux/nppdf.sl to /opt/mozilla/plugins,
I can see embedded pdf files, but when I look directly at the pdf file (i.e.
type it in the URL), mozilla dies. This occurs on both Mozilla 1.2.1 and
Mozilla 1.4.00.01 running under HP-UX 11i.
If I use a helper application of /opt/Acrobat5/bin/acroread, I can view the pdf
file directly, but the embedded pdf files ask for the plugin. Both ways work
using Netscape 7.0 on HP-UX 11i.
Sample embedding code.
<object ALIGN=CENTER
width=400 height=400>
<param name="Pdf" value="http://server/file.pdf">
<embed src="http://server/file.pdf" width=400 height=400 ALIGN=CENTER
type="application/pdf">
</embed>
</object>
When Mozilla crashes, this is printed on the terminal window:
/opt/cim/Mozilla.adobe
Warning: Actions not found: addBookmark, viewBookmark, copy, undefined-key,
find, findAgain, history, loadImages, openURL, ma
ilNew, new, openFile, print, exit, reload, saveAs, paste, delete, cut, undo,
historyItem, back, forward, abort, PageUp, PageD
own
Warning: Actions not found: ManagerGadgetNextTabGroup,
ManagerGadgetPrevTabGroup, DrawingAreaInput, addBookmark, viewBookmark
, copy, undefined-key, find, findAgain, history, loadImages, openURL, mailNew,
new, openFile, print, exit, reload, saveAs, pa
ste, delete, cut, undo, historyItem, back, forward, abort, PageUp, PageDown
/usr/lib/dld.sl: Unresolved symbol: XmProcessTraversal (code)
from /opt/mozilla/plugins/nppdf.so
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
When Mozilla crashes, this is printed on the terminal window:
/opt/cim/Mozilla.adobe
Warning: Actions not found: addBookmark, viewBookmark, copy, undefined-key,
find, findAgain, history, loadImages, openURL, ma
ilNew, new, openFile, print, exit, reload, saveAs, paste, delete, cut, undo,
historyItem, back, forward, abort, PageUp, PageD
own
Warning: Actions not found: ManagerGadgetNextTabGroup,
ManagerGadgetPrevTabGroup, DrawingAreaInput, addBookmark, viewBookmark
, copy, undefined-key, find, findAgain, history, loadImages, openURL, mailNew,
new, openFile, print, exit, reload, saveAs, pa
ste, delete, cut, undo, historyItem, back, forward, abort, PageUp, PageDown
/usr/lib/dld.sl: Unresolved symbol: XmProcessTraversal (code)
from /opt/mozilla/plugins/nppdf.so
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 164021 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
OS: other → HP-UX
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•