Closed Bug 98892 Opened 23 years ago Closed 22 years ago

Plugin downloader crashes browser if another plugin is already installed

Categories

(Core Graveyard :: Embedding: GTK Widget, defect)

Other
AIX
defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sven.papperitz, Assigned: pkwarren)

References

()

Details

Attachments

(1 file, 1 obsolete file)

If you use the JAVA beta plugin from IBM for Netscape 6.1 and you enter an website which requests for another plugin, e.g. shockwave, it will crash the browser. Don't have other plugins for AIX, so I'm not sure if it's an problem of the JAVA plugin or Mozilla on AIX. If you don't use the plugin you will get the normal window asking you for downloading the required plugin.
Please observe the Bug Writing Guidelines and _at least_ include your BuildID in the report. Thank you for testing Mozilla.
Summary: Request for plugin crash → Plugin downloader crashes browser if another plugin is already installed
Marking these all WORKSFORME sorry about lack of response but were very overloaded here. Only reopen the bug if you can reproduce with the following steps: 1) Download the latest nightly (or 0.9.6 which should be out RSN) 2) Create a new profile 3) test the bug again If it still occurs go ahead and reopen the bug. Again sorry about no response were quite overloaded here and understaffed.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
reopening
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
not enough info to determine bug, INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → INVALID
I am reopening this since it happens in 0.9.9. If you have the java plugin and go to www.cinestar.de you get a browser crash (no core) and I see a gtk msg. I need to check this out on other platforms...
Status: RESOLVED → UNCONFIRMED
QA Contact: pavlov → jdunn
Resolution: INVALID → ---
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
*** Bug 112937 has been marked as a duplicate of this bug. ***
Reassigning bug to me. We have a patch which resolves this problem on AIX.
Assignee: jdunn → pkw
Status: ASSIGNED → NEW
We tracked this down to a problem with mixing programs linked with libXt and ones linked with libXm (like the java plugin). If we link with libXm before libXt, these crashes no longer occur.
Comment on attachment 100013 [details] [diff] [review] Add -lXm to link flags before -lXt Can you add a comment to each of those Makefiles explaining why we need to link against Motif. Or even better, just add -lXm to XT_LIBS in configure and make those stray spots use XT_LIBS instead of hardcoding -lXt.
Attachment #100013 - Flags: needs-work+
New patch which uses XT_LIBS and removes usage of -lXt in last remaining makefiles.
Attachment #100013 - Attachment is obsolete: true
Comment on attachment 100925 [details] [diff] [review] Use XT_LIBS instead of hardcoding -lXt r=cls
Attachment #100925 - Flags: review+
Checked in: Checking in configure.in;C written /cvsroot/mozilla/configure.in,v <-- configure.in new revision: 1.1107; previous revision: 1.1106 done Checking in modules/plugin/base/src/Makefile.in; /cvsroot/mozilla/modules/plugin/base/src/Makefile.in,v <-- Makefile.in new revision: 1.74; previous revision: 1.73 done Checking in modules/plugin/samples/default/unix/Makefile.in; /cvsroot/mozilla/modules/plugin/samples/default/unix/Makefile.in,v <-- Makefile.in new revision: 1.21; previous revision: 1.20 done Checking in widget/src/gtkxtbin/Makefile.in; /cvsroot/mozilla/widget/src/gtkxtbin/Makefile.in,v <-- Makefile.in new revision: 1.9; previous revision: 1.8 done
Status: NEW → RESOLVED
Closed: 23 years ago22 years ago
Resolution: --- → FIXED
Verified in today's build.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: