Closed
Bug 147334
Opened 23 years ago
Closed 22 years ago
if I open the URL "http://www.scene-ticker.net/ " the browser stopped and crashed
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: christian, Assigned: joshua.xia)
References
()
Details
(Keywords: hang, Whiteboard: close)
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.0rc3)
Gecko/20020523
BuildID: 2002052306
Mozilla crashed without Errormessage and without Quali.. Feedback. The problem
come every time. I can't find bad html source in the page.
Reproducible: Always
Steps to Reproduce:
1.The Problem comes allways if I open the URL
2.
3.
WFM, current trunk CVS, Linux, Java 1.4.0-b92
Summary: if I open the URL "http://www.scene-ticker.net/" the browser stopped and crashed → if I open the URL "http://www.scene-ticker.net/" the browser stopped and crashed
Comment 2•23 years ago
|
||
WFME - using trunk build 2002052308 on win-xp.
Though I get "Transferring data from www.scene-ticker.net" remaining forever.
This is probably similar to bug 147330.
Comment 3•23 years ago
|
||
I get this problem, too.
If I visit this page, Mozilla doesn't crash, but it freezes and never comes
back. (Ok, to be honest, I didn't wait for ever.)
I'm using Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3)
Gecko/20020523 on Windows 2000 SP2 and the task manager tells me, that
mozilla.exe is using 0% of the CPU and uses about 34 MB of memory.
The page works in Internet Explorer with the Sun Java Plugin, so I don't think
the ticker itself is the problem. I isolated it from the rest of the web page
and it works.
Perhaps I can try to find out, what exactly is causing this later...
I experienced the same thing as in Comment #3. The browser just freezes and you
have to kill it. It doesn't use any CPU cycles. I am using Build 2002052208
under Windows XP Pro.
Comment 5•23 years ago
|
||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
Comment 8•23 years ago
|
||
Ok, I punished the innocent little Mozilla for a while and got it down to this:
If I only take the java applet, put this into a webpage and open it, it works.
But when I add a table around that applet and try to open the new page, Mozilla
freezes as described in comment #3.
The applet code is the following:
<applet codebase=http://www.scene-ticker.net/ticker/
archive=aticker.jar
align=baseline
code=aTicker.class
height=17 width="100%">
...
</applet>
If I remove the height and width parameters, then the applet works again, even
if it is inside the table... Quite strange.
Would be nice if someone could check my testcases. Thanks.
Comment 9•23 years ago
|
||
URL and testcase WFM with RC3 (2002052306) on WinMe with JRE 1.3.1_03
sorry...
Comment 10•23 years ago
|
||
win2k build 20020525.. and JRE1.4
USER32! 77e02bba()
061f960d()
061f2d9f()
061f30a5()
061f017d()
JVM! 6d35cda3()
JVM! 6d3910f9()
JVM! 6d35ccb7()
JVM! 6d35ca34()
JVM! 6d371e21()
JVM! 6d3af902()
JVM! 6d3af8d2()
MSVCRT! 780060ce()
KERNEL32! 77e86523()
-> Oji
Assignee: Matti → joe.chou
Status: UNCONFIRMED → NEW
Component: Browser-General → OJI
Ever confirmed: true
QA Contact: imajes-qa → pmac
Comment 11•23 years ago
|
||
Mozilla didn't crashed (build 2002052306). It freezes and I have to kill it.
Comment 12•22 years ago
|
||
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: joe.chou → petersen
Comment 13•22 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
Comment 15•22 years ago
|
||
Seems that URL changed to use JavaScript instead of applet.
Reporter:
Could you please provide a new testcase? Thanks
Assignee | ||
Comment 16•22 years ago
|
||
There is still an Applet in this page:
<table border="0" style="width:100%" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td height="19" width="100%"> <applet code="aTicker.class"
codebase="http://www.scene-ticker.net/ticker/"
align="baseline" width="100%" height="17"
archive="aticker.jar">
<param name="bgcolor" value="0">
<param name="delay" value="20">
<param name="file" value="top.txt">
<param name="font1" value="Verdana, 11, 1, 8947848">
<param name="font2" value="Verdana, 11, 1, 16763904">
<param name="speed" value="1">
Hier sollte eigentlich der SceneTicker erscheinen, aber Sie haben
kein Java aktiviert.
</applet> </td>
</tr>
<tr>
<td width="100%" valign="middle" align="center"> <iframe height="100%"
width="100%" frameborder="0" name="content" id="contentframe" src="home.php">
Ihr Browser unterstützt leider keine IFrames. Dies ist aber zur
Anzeige notwendig. </iframe> </td>
</tr>
</table>
Can't reproduce this bug on
Mozilla 1.2.1
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
+
Java(TM) Plug-in: Version 1.4.1_01
Using JRE Version 1.4.1_01 Java HotSpot(TM) Client VM
Assignee | ||
Comment 17•22 years ago
|
||
reporter:
can you reproduce this bug on the latest jre and mozilla?
Thanks!
Assignee | ||
Comment 18•22 years ago
|
||
can't reproduce on jre1.4.2 build 27
+ Mozilla 1.5a
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030623
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•