Closed
Bug 778975
Opened 12 years ago
Closed 8 years ago
[adbe 3227467] Out of Memory condition not hit... results in player or firefox crash
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: smadayag, Unassigned)
References
Details
(Keywords: hang, reproducible)
Crash Data
Problem: Three flash content, one is a common news video clip, one is a game demo and last one is a molehill particle demo. when load these three website in Firefox, firefox will crash, if we try them in IE9, then out of memory sign appears.
This is not an injection issue, it can be reproduced with Anza/Brannan/Cyril and latest Dolores builds.
But from Cyril build, the dumps will be different according to the setting to ProtectedMode(set it in mms.cfg)
FAIL: Win7 + ThinkPad T410 + Intel HD Graphics + Firefox 13.0.1/IE9 + 11.4.400.197
FAIL:Win7 + ATI FirePro V3750 + Firefox 13.0.1 + 11.4.400.197
PASS:Win7 + ATI FirePro V3750 + IE9 + 11.4.400.197
PASS:Mac 10.8(12A256)+ iMac 21.5-inch.Late 2009 + NVIDIA GeForce 9400 256 MB + Firefox 13.0.1/Safari 6 + 11.4.400.197
STR:
1:Launch Firefox, load following link in one tab
http://video.baidu.com/s?f=1000&ty=news-1&fr=index&word=%B9%E2%C3%F7%C5%A3%C4%CC%BB%EC%C8%EB%C9%D5%BC%EE%CB%AE%C6%F3%D2%B5%B3%C6%D2%D1%D5%D9%BB%D8&url=http://v.ifeng.com/news/society/201206/3ef7404e-3bec-42c5-b68d-0a023ca2fe68.shtml
2:Create another tab and load
http://www.metroid.com/
3:Create another tab and load
http://www.simppa.fi/experimental/as3/2011/molehillparticle/1_4_million/
Result:
Crash, if no crash reload the webpages in step 1-3
Expected:
no crash or out of memory issue.
Workaround:
NO
Summary: [adbe 3227467] Out of Memory condition not hit... results in player or firefox crashing → [adbe 3227467] Out of Memory condition not hit... results in player or firefox crash
Updated•12 years ago
|
Component: General → Plug-ins
Product: Firefox → Core
Comment 1•12 years ago
|
||
Blocks: 766939
Severity: normal → critical
Crash Signature: [@ hang | NtUserSetWindowPos | NtUserSetWindowPos | F_881525429_______________________________________________________]
Keywords: crash,
reproducible
Updated•12 years ago
|
Comment 2•12 years ago
|
||
Adding comment from the engineer who investigated this
"http://www.simppa.fi/experimental/as3/2011/molehillparticle/1_4_million/ is a stress test, it is not unlikely you will run out of memory.....that one test case alone requires a whole gigabyte of memory.
Someone is calling exit() instead of crashing. I cannot capture a crashlog because it is not a crash as such."
When Flash catches the OOM condition, we handle it and shut down normally. In other cases, we just exit out. It seems that perhaps FF is not dealing well with a failed allocation in its code and we crash
Comment 3•11 years ago
|
||
Flash doesn't crash for me now in Flash 11.8 and the trunk.
Comment 4•8 years ago
|
||
I'm marking this bug as WORKSFORME as bug crashlog signature didn't appear from a long time (over half year).
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•