Closed
Bug 902
Opened 26 years ago
Closed 26 years ago
Applet problem in Netscape
Categories
(MozillaClassic Graveyard :: Java Stubs, defect, P2)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: swami, Assigned: warrensomebody)
Details
If I load an applet from Netscape Browser which is calling a Native method
through a helper class, after the function is called if I refer the return
value from Native call the browser crashes with "Bus Core" error. This
behaviour is same in 4.x and 4.5. I checked the same code with "appletviewer"
and as well as console application, in both the case it works fine. The same
applet works fine if I load it from Netscape running on Windows where the
native library is in the form of DLL. The Native library is not using any
system call, it is a simple example which returns a "NewStringUTF".
This is a potential bug with Netscape browsers. If required I can send the
sample programs.
Thanks,
Swami.S
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Summary: Applet problem in Netscape
Comment 1•26 years ago
|
||
You have reported this bug in the wrong place. This is clearly not a bug about
the source code available through mozilla.org, because that code includes no
Java or applet support.
To report a bug with shipping Netscape browsers, please go to
http://help.netscape.com/forms/bug-client.html.
Status: RESOLVED → REOPENED
Component: UI → Java Stubs
Product: Bugzilla → Mozilla
Version: 1.0 → 1998-06-03
Updated•26 years ago
|
Assignee: terry → warren
Status: REOPENED → NEW
Comment 2•26 years ago
|
||
OK, fine. We'll let the owner of the Java Stubs component decide if this is
relevant to mozilla.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Assignee | ||
Comment 3•26 years ago
|
||
Mozilla doesn't do java.
You need to log in
before you can comment on or make changes to this bug.
Description
•