Closed
Bug 104873
Opened 24 years ago
Closed 24 years ago
crash on assigning value to a Java Public character field
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: steve.katz, Assigned: joe.chou)
Details
(Keywords: crash)
Attachments
(2 files)
Attached is an example Applet and html that cause the Netscape6.1 branch
produced code to crash. I have looked at the stack trace that results and do
not see any plugin function on the stack. As such, I belive this to be a
problem in the browser.
(JPI version used was 1.4 beta 3)
Could someone take a look at this and provide feedback?
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Reassigning to OJI -
Steven: thanks for the testcase!
Assignee: rogerl → edburns
Component: Live Connect → OJI
QA Contact: pschwartau → pmac
Comment 3•24 years ago
|
||
Steven: if you have a stack trace handy, could you attach that here
as a text file? Thanks -
Summary: NS6 Browser crashes on assigning value to a Java Public character field → NS6 Browser crashes on assigning value to a Java Public character field
| Reporter | ||
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
cc'ing jband to ask: is this the same crash as in bug 104584,
"browser crash...." ? The stack traces seem similar:
THIS BUG
js_SetProperty()
js_Interpret()
js_Invoke()
js_InternalInvoke()
JS_CallFunctionValue()
nsJSContext::CallEventHandler()
nsJSEventListener::HandleEvent()
nsEventListenerManager::HandleEventSubType()
nsEventListenerManager::HandleEvent()
GlobalWindowImpl::HandleDOMEvent()
DocumentViewerImpl::LoadComplete()
nsDocShell::EndPageLoad()
nsWebShell::EndPageLoad()
nsDocShell::OnStateChange()
nsDocLoaderImpl::FireOnStateChange()
nsDocLoaderImpl::doStopDocumentLoad()
nsDocLoaderImpl::DocLoaderIsEmpty()
nsDocLoaderImpl::OnStopRequest()
etc.
etc.
THE OTHER BUG
js_Interpret()
js_Invoke()
js_Interpret()
js_Invoke()
js_Interpret()
js_Invoke()
js_Interpret()
js_Invoke()
js_InternalInvoke()
JS_CallFunctionValue()
nsJSContext::CallEventHandler()
nsJSEventListener::HandleEvent()
nsEventListenerManager::HandleEventSubType()
nsEventListenerManager::HandleEvent()
GlobalWindowImpl::HandleDOMEvent()
DocumentViewerImpl::LoadComplete()
nsDocShell::EndPageLoad()
nsWebShell::EndPageLoad()
nsDocShell::OnStateChange()
nsDocLoaderImpl::FireOnStateChange()
nsDocLoaderImpl::doStopDocumentLoad()
nsDocLoaderImpl::DocLoaderIsEmpty()
nsDocLoaderImpl::OnStopRequest()
etc.
etc.
Keywords: crash
Summary: NS6 Browser crashes on assigning value to a Java Public character field → crash on assigning value to a Java Public character field
Comment 6•24 years ago
|
||
Resolving WORKSFORME. From the testcase:
> On loading this page, a 'onload' event is triggered which in turn,
> tries to set the value of the applet public char field to value 66.
> An alert box should popup indicating the new value set.
> If you do not see the alert box, then something has failed in the test
I always DO see the alertbox, using Mozilla trunk binary 2001-10-16-xx
and 0.9.4-branch binary 2001-10-22-xx on WinNT. No errors in JS Console.
And I never crash on it.
Using Java Plug-in 1.3.0_01 for Netscape Navigator (NPOJI600.dll).
skatz@east.sun.com: could you try a more recent build and see if the
problem has gone away? If so, you can mark this bug "Verified";
otherwise, you can reopen it - thanks.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: edburns → petersen
Comment 8•23 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
You need to log in
before you can comment on or make changes to this bug.
Description
•