Closed Bug 114111 Opened 23 years ago Closed 22 years ago

javascript in WebClient 1.1collapses Mozilla

Categories

(Core Graveyard :: Java APIs to WebShell, defect)

x86
Windows 98
defect
Not set
major

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: jeet_shahani, Assigned: joe.chou)

Details

Here is the java stack trace when WebClient/Mozilla crash!  

debug: edburns: STATE_TRANSFERRING
debug: edburns: STATE_REDIRECTING
debug: edburns: STATE_TRANSFERRING
debug: edburns: STATE_REDIRECTING
debug: edburns: STATE_REDIRECTING
debug: edburns: STATE_TRANSFERRING
debug: edburns: STATE_TRANSFERRING
debug: edburns: STATE_REDIRECTING
debug: edburns: STATE_REDIRECTING
debug: edburns: STATE_TRANSFERRING
debug: edburns: STATE_TRANSFERRING
debug: edburns: STATE_REDIRECTING
debug: edburns: STATE_TRANSFERRING

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x60362b13
Function name=(N/A)
Library=(N/A)

NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release documentation for possible
      reason and solutions.



Current Java thread:
        at org.mozilla.webclient.wrapper_native.NativeEventThread.nativeProcessE
vents(Native Method)
        at org.mozilla.webclient.wrapper_native.NativeEventThread.run(NativeEven
tThread.java:244)

Dynamic libraries:
0x7CC00000 - 0x7CC1D000         C:\WINDOWS\SYSTEM\IMAGEHLP.DLL

Local Time = Fri Dec 07 18:18:51 2001
Elapsed Time = 298
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
#
# An error report file has been saved as hs_err_pid4294715445.log.
# Please refer to the file for further information.
#

Here is the process:
--------------------
I hava a Java Component that sends Mozilla to this url on click of this image.  
This causes the WebClient to generate several redirects and transfers..it works 
50% of the time and other 50% of the time it keeps loading the pages or 
crashes.  Please investigate.  On click of this html code, I navigate to the 
required url. I believe it is the html/javascript source that is causing it.  
Please find javascript code below.  This happens too often for comfort.

<!-- CA active -->
<SCRIPT LANGUAGE="JavaScript">
<!--
// CAParameters
CAHost = "hs0230623";
CALoaded = false;
CANoText = true;
CAID = "caid";
CAVersion = "1.1";
CAWidth = 468;
CAHeight = 60;
//-->
</SCRIPT>
<SCRIPT
LANGUAGE="Javascript" SRC="http://ads.clickagents.com/jsmaster"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
if (CALoaded) CAShowAd();
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF='http://ads.clickagents.com/redir.ca?
pub=hs0230623&size=x&b=indexpage&v=0'TARGET='_top'>
<IMG BORDER='0' WIDTH='468' HEIGHT='60' 
SRC='http://ads.clickagents.com/advance.ca?
pub=hs0230623&size=x&b=indexpage&noscript=1'>
</A>
</NOSCRIPT>
<!-- CA active -->

Please note WebClient1.1 depends on Mozilla 0.9.2.  Here is the url with 
release notes..
http://www.mozilla.org/projects/blackwood/webclient/release-notes/1_1-
detail.html
This bug is majorly out of date and has seen no action as of yet ...
Is this still a problem in a current build?

pi
Resolving as we had no reply.
Reporter, if you are still having this issue in a current build, please reopen
and comment with details.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Unable to test this in newer versions of Mozilla because WebClient builds work 
only with specific Mozilla releases.  It reproduced in the last two WebClient 
builds 1.0 and 1.1.  Adding edburns to cc: list.  

I can check the latest WebClient 1.2 version with the corresponding Mozilla 
0.9.9 release.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Get WebClient to release a new version that works with Mozilla 1.1b or later,
and then reopen this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → INVALID
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.