Closed
Bug 22749
Opened 26 years ago
Closed 25 years ago
Table renderer crashes on large tables
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M17
People
(Reporter: hacker, Assigned: karnaze)
References
()
Details
(Keywords: crash)
Given sufficiently large tables, Mozilla will crash while rendering the page.
Ironically, you can see an example of this by going to the Bugzilla fixed bugs
page at
http://bugzilla.mozilla.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&target_milestone=M12&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&newqueryname=&form_name=query&order=assign.login_name%2C%20bugs.priority%2C%20bugs.bug_severity;
Mozilla will crash (at least on my PC) midway through loading the page. This
also happens when browsing hard drives with an extremely large number of
directories, presumably for the same reason.
Updated•26 years ago
|
Severity: major → critical
Updated•26 years ago
|
URL: chrisd@netscape.com
Summary: Table renderer crashes on large tables
Whiteboard: Table renderer crashes on large tables
Comment 1•26 years ago
|
||
This URL runs fine here.
There are probably one or two leeks lurking in the table code, so it might have
something to do with RAM.
I am using WIN98 1999122208 (128 MB RAM)
Reporter | ||
Comment 2•26 years ago
|
||
I did a little bit of experimenting with this. I opened up the page I noted
before, and it worked. However, if I went to enough pages with large tables,
then Mozilla would slow to a crawl and eventually crash, even if only one
of the pages was open. (i.e. I went to one page, then another, then another in
one window rather than opening multiple windows.) These sympoms certainly
sound like a memory leak somewhere. If there's any way to compile Mozilla using
Borland C++Builder 4.0 (which claims to compile a lot of Visual C++ code but
doesn't always live up to that claim) then I can try and trace it with my
debugger, but I don't know how much help I'd be.
Updated•26 years ago
|
Summary: Table renderer crashes on large tables
Whiteboard: Table renderer crashes on large tables
Comment 3•26 years ago
|
||
[Putting back summary and URL.]
hacker@ididitmyway.com : to the best of my knowledge, Mozilla has not been
compiled with Borland C++ on Win32. You might however ask on
netscape.public.mozilla.builds for pointers from anyone who has tried in
the past.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13
Assignee | ||
Updated•26 years ago
|
Target Milestone: M13 → M15
Adding "crash" keyword to all known open crasher bugs.
Keywords: crash
Assignee | ||
Comment 8•25 years ago
|
||
The url is loading for me.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 9•25 years ago
|
||
I forgot to add that I was using WinNT and a recent build.
Comment 10•25 years ago
|
||
Using 7/13 build, no crash. Verifying bug WORKSFORME.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•