Closed Bug 382716 Opened 17 years ago Closed 17 years ago

multiple embeded pdfs crash mozilla (Adobe Reader 7.0.x)

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
critical

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: david.harris, Unassigned)

References

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; TMS Inst 5.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; TMS Inst 5.5; TMS Inst 5.5)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

This html will render just fine:
<html>
<body>
<embed id='PDF1' src ="win81.2.pdf" type="application/pdf" style="width:100%;height:150px"></embed><BR>
</body>
</html>


This does not
<html>
<body>
<embed id='PDF1' src ="win81.2.pdf" type="application/pdf" style="width:100%;height:150px"></embed><BR>
<embed id='PDF2' src ="win81.2.pdf" type="application/pdf" style="width:100%;height:150px"></embed>
</body>
</html>

Reproducible: Always

Steps to Reproduce:
1.copy the html I provided into its own .html file and open it in mozilla
2.
3.
Actual Results:  
mozilla closed without warning

Expected Results:  
displayed two embeded pdfs
Severity: normal → critical
Firefox does not close with the code you provided using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a6pre) Gecko/20070603 Minefield/3.0a6pre ID:2007060304. However Firefox only displays the first pdf.
Using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 and Adobe Reader 7 I see this issue.  Using the same version of Mozilla and Adobe Reader 8 everything seems to be working OK, I'm seeing both embedded pdfs on the page and the application never closes.
(In reply to comment #3)
> Gecko/20070515 Firefox/2.0.0.4 and Adobe Reader 7 I see this issue.
> same version of Mozilla and Adobe Reader 8 everything seems to be working OK,

Plugin of Adobe Reader 7 till 7.0.8 looks to have problem, and seems to be resolved by 7.0.9, 7.0.10 or later. I couldn't find crash/hang bug report for 7.0.9 or later and Firefox/Semonkey release builds. See dependency tree of meta bug Bug 336184. 

Adding "Adobe Reader 7.0.x" in summary to avoid confusing. 
Please close as WORKSFORME.

By the way, plugin of Adobe Reader 8.0.0 seems to have problem when trunk nightly. See Bug 368821. 
Blocks: 336184
Summary: multiple embeded pdfs crash mozilla → multiple embeded pdfs crash mozilla (Adobe Reader 7.0.x)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.