Closed
Bug 1643
Opened 26 years ago
Closed 25 years ago
browser buster still not running
Categories
(Core Graveyard :: Viewer App, defect, P1)
Tracking
(Not tracked)
VERIFIED
INVALID
M8
People
(Reporter: glynn, Assigned: rickg)
References
()
Details
Nov 24 build, raptor demo
1. Launch xpviewer on NT 4.0 or win95 machine, go to http://grok/tests/
page_loader and try to run the top 100 sites
• They will not run....I let the machine sit overnight and was greeted this
morning by a running out of virtual memory alert, and still no progress. backed
up by the autorun report saying it failed as well in 6 seconds.
Summary: ss: Virtual memory suckage - trying to run grok page loader → Virtual memory suckage - trying to run grok page loader
The <PRE><HR> bug reported here is fixed, but FTP access is still slow.
Please look into this.
xpviewer is dead. glynn, please try this against latest viewer and post results
here for gagan.
There are a lot of memory leaks in general. I will look for those in Netlib, but
I think we need to do this excercise on a global basis. I am marking down the
severity of this to normal unless you can convince me that most of it is in
Netlib.
latest avail build, Jan 25, now crashes my win98 PC when I try this page, using
viewer. Could be same cause, could be new cause. Invalid page fault in module
RAPTORHTML.DLL. On Mac, selecting about.html to start test run PPC mem
exception, crawl focusing on NS_NewNavHTMLDTD, On Linux it appears to be
hammering disk VM just trying to go to the page.
Upped to major since this prevents running the grok test page. Debug window on
Linux has popped out "handle_size_allocate: top level resize" when I tried to
ctrl D out, it is still hammering my hard disk, minutes later.
So, the crashing is a new bug. Just checked URL query and this one not written
against this URL yet. glynn, please write a bug. Thanks for checkin!
The crash may not be a new bug but a different path to the same bug here;
checking with gagan first and will file a new one if indeed it appears to be
different.
Comment 10•26 years ago
|
||
Setting all current Open/Normal to M4.
Comment 11•26 years ago
|
||
setting paulmac as QA contact for all gagan's bugs (sorry for the spam)
Reporter | ||
Comment 12•26 years ago
|
||
Feb22 Seamonkey, still unable to run grok page loader so cannot check to see if
recent checkins have fixed vm issue here.
Comment 13•26 years ago
|
||
Cant see how this is Netlib only. Assiging to chofmann for assessment.
Updated•26 years ago
|
Target Milestone: M4 → M5
Comment 14•26 years ago
|
||
moving to m5
Updated•26 years ago
|
Assignee: chofmann → rickg
Summary: Virtual memory suckage - trying to run grok page loader → browser buster still not running
Comment 15•26 years ago
|
||
there has been a lot of cleanup, but there still is work to be
doen to get browser buster working. there is a frame and
redraw problem currently
Assignee | ||
Comment 16•25 years ago
|
||
The layout bug (seen at the top of this page as eyeballs that are left justified
instead of center justified) is caused by a <DIV align=center> that is outside
the <BODY> tag. We move and open the <DIV> but lose it's attributes.
The fact is, I already have the fix to this bug in my tree, but couldn't check
it in for M5 because the tree was so badly broken.
Assignee | ||
Comment 17•25 years ago
|
||
The layout bug (seen at the top of this page as eyeballs that are left justified
instead of center justified) is caused by a <DIV align=center> that is outside
the <BODY> tag. We move and open the <DIV> but lose it's attributes.
The fact is, I already have the fix to this bug in my tree, but couldn't check
it in for M5 because the tree was so badly broken.
Comment 18•25 years ago
|
||
paulmac, chofmann has Browser Buster running now. Please checkout for a
Verification on this.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 19•25 years ago
|
||
This is fixed now, I believe.
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Comment 20•25 years ago
|
||
The layout problem with the eyeballs not center aligned still exists with 5/20
build. Here is the snippet, notice the misplaced DIV tag. Displays center
aligned in IE5 and 4.6. Re-opening bug.
<DIV ALIGN=CENTER>
<BODY>
Hello
</DIV>
</BODY>
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: FIXED → INVALID
Assignee | ||
Comment 21•25 years ago
|
||
I can't speak for browser buster, but the snipped given at the bottom of this
page results in a correctly formed content model. Rendering is wrong, in that
the text in the centered div is not centered. I'm closing this bug, and will
write a new bug for that.
Comment 22•25 years ago
|
||
Marking Verified/Invalid
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•