Closed
Bug 300981
Opened 20 years ago
Closed 20 years ago
Hang in Firefox 1.0.5+ with Java 1.5.0 update 4
Categories
(Core Graveyard :: Java APIs to WebShell, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 299024
People
(Reporter: bc, Assigned: joe.chou)
References
()
Details
Occurs on FF 1.0.5+/WinXPSP2 with Java 1.5.0 update 4 enabled.
Load the testcase with Java enabled. Among others, the following assertion is
new first appearing after 7/2/2005. I am pretty sure I was successfully running
this with Java 1.5.0 update 4 on or before 7/2/2005.
###!!! ASSERTION: empty line: 'fromLine->GetChildCount()', file
c:/work/mozilla/builds/ff/1.0.x/mozilla/layout/html/base/src/nsBlock
Frame.cpp, line 2561
This can sometimes hang the browser with CPU pegged or can leave the process
running if the browser is closed. This will stop the DOM TS from completing if
Java is enabled. I believe I first saw this when trying to test 1.0.5, but
wasn't sure the problem was real.
There hasn't been any changes to this file in ages and dbaron doesn't think the
cause is in layout.
Disabling Java does not show the assertion and does not hang the browser.
Reporter | ||
Comment 1•20 years ago
|
||
I'm not sure the component was right...
Setting the blocking 1.0.6 flag to get this considered.
Flags: blocking-aviary1.0.6?
Comment 2•20 years ago
|
||
This needs a lot more diagnosis, then a reviewed patch, to even begin to
consider for 1.0.6. It's not going to block just based on the description.
Are we *sure* it doesn't happen in earlier branch releases? Is comment 0
talking about nightly branch build dates when it says "Among others, the
following assertion is new first appearing after 7/2/2005. I am pretty sure I
was successfully running this with Java 1.5.0 update 4 on or before 7/2/2005"?
If so, the regression must have gone in on 7/1/2005 or whatever the window
between the previous build that worked, and the 7/2 build that failed, was. Is
that really the case?
/be
Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #2)
I have results of almost daily runs of 1.0.x from 6/7/2005 up through 7/2/2005.
I double checked and only have runs with Java enabled for 6/8, 6/9, 6/10, 6/12,
6/14, 6/15, 6/16, 6/19 and 6/28. The 6/19 run completed however the 6/28 run
timed out during the dom ts, although the assertion did not appear then. I
installed java 1.5.0 update 4 on 6/29.
I didn't expect this to block 1.0.6, but wanted to make sure that I didn't let
it go by without making it known. Sorry.
Removing the 1.0.6 request and the reqression keyword.
Flags: blocking-aviary1.0.6?
Keywords: regression
Reporter | ||
Comment 4•20 years ago
|
||
This is essentially the same problem in bug 299024
*** This bug has been marked as a duplicate of 299024 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
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
•