Huge Website / bad website is making firefox unusable
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: johannes.feigl, Unassigned)
Details
(Keywords: csectype-dos)
Comment 1•6 years ago
|
||
Moving this bug report about memory usage (which is not related to the memory allocator) to Untriaged.
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Why was this duped? Seems like comment 0 definitely creates more than one line, it's just an infinite page.
Comment 4•6 years ago
|
||
Hi Johannes Feigl,
Try updating the Firefox version to the latest and try again to see if the issue persist. If the issue persist, please try to reproduce it on Nightly, you can download it from here https://www.mozilla.org/en-US/firefox/nightly/all/
Lastly, could you provide a test case for this please?
Thanks!
| Reporter | ||
Comment 5•6 years ago
|
||
hello Luciana,
well i don't see any change at the moment with the nightly version.
i use this php script for test:
for ($i = 0; $i <1000; $i++) {
usleep (100000);
for ($j = 0; $j <100; $j++) {
echo "test $i $j <br>";
}
}
of course this is not a site which makes since, but sometimes i get a very big table, which is cousing troubles...
mfg johannes
Comment 6•6 years ago
|
||
Hi Johannes Feigl ,
Thanks for your feedback, will set the product (Core) and component (layout) for this issue. There's a new Nightly version to download if you would like to try on the new one, here is the link https://www.mozilla.org/en-US/firefox/nightly/all/
Also, would you please share a link with an example test case so is quicker and easier to replicate this issue?
Thanks!
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE.
For more information, please visit auto_nag documentation.
Description
•