Closed
Bug 1005831
Opened 12 years ago
Closed 11 years ago
Allocates almost all memory and used almost 100% cpu and getting freeze, finally crash
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: gene0mega, Unassigned)
Details
(Keywords: crash)
Attachments
(1 file)
|
8.31 KB,
application/x-php
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20140319075056
Steps to reproduce:
1. Setup a PHP server
2. Set the max_execution_time to a high value(even 45 works in my example)
3. Write a piece of code generate xhtml, but have some none-fatal error among it(like permission denied)
4. Let FF24.4 ESR access it.
Actual results:
As what It acts (in my example)
Part of page's content(which script error not occur) is loaded,
and the page seems keep loading(know it from the tab's running circle),
and it's getting laggy and cpu had run upto almost 100%,
and the Load Average went upto above 1(2 core, 4 threads CPU),
then looking in the `top`,
you will notice it increasingly allocate memory for FF24.4(upto about 60% of 4G),
occasionally it will crash,
or sometimes it stop loading itself and keep sane
Expected results:
Keeping sane when server ``ignoring'' him during communication is alive(avoiding eating up the memory)
I am happy to reproduce & send you a crash report,
but It seems I haven't any of them in my ~<username>/.mozilla/firefox/
any ideas?
ps:about:crashes doesn't work,too
Comment 2•11 years ago
|
||
Do you still see this?
And if you do, please attach the crash report/stack to the bug report
Flags: needinfo?(gene0mega)
Whiteboard: [closeme 2015-03-01]
Resolved per whiteboard
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(gene0mega)
Resolution: --- → INCOMPLETE
Whiteboard: [closeme 2015-03-01]
You need to log in
before you can comment on or make changes to this bug.
Description
•