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)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sven.papperitz, Assigned: pkwarren)
References
()
Details
Attachments
(1 file, 1 obsolete file)
3.21 KB,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
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.
Comment 1•23 years ago
|
||
Please observe the Bug Writing Guidelines and _at least_ include your BuildID in
the report. Thank you for testing Mozilla.
Updated•23 years ago
|
Summary: Request for plugin crash → Plugin downloader crashes browser if another plugin is already installed
Comment 2•23 years ago
|
||
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
Comment 4•23 years ago
|
||
not enough info to determine bug, INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 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...
URL: www.cinestar.de
Status: RESOLVED → UNCONFIRMED
QA Contact: pavlov → jdunn
Resolution: INVALID → ---
Assignee | ||
Comment 6•22 years ago
|
||
*** Bug 112937 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 7•22 years ago
|
||
Reassigning bug to me. We have a patch which resolves this problem on AIX.
Assignee: jdunn → pkw
Status: ASSIGNED → NEW
Assignee | ||
Comment 8•22 years ago
|
||
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 9•22 years ago
|
||
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+
Assignee | ||
Comment 10•22 years ago
|
||
New patch which uses XT_LIBS and removes usage of -lXt in last remaining
makefiles.
Attachment #100013 -
Attachment is obsolete: true
Comment 11•22 years ago
|
||
Comment on attachment 100925 [details] [diff] [review]
Use XT_LIBS instead of hardcoding -lXt
r=cls
Attachment #100925 -
Flags: review+
Assignee | ||
Comment 12•22 years ago
|
||
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 ago → 22 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•