Closed
Bug 410732
Opened 17 years ago
Closed 17 years ago
Breakpad does not run at crash when low memory
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 382124
People
(Reporter: masa141421356, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9b3pre) Gecko/2008010304 Minefield/3.0b3pre
Build Identifier:
At OS Low memory, breakpad cannot run on crash
Reproducible: Always
Steps to Reproduce:
1.Show Bug 345161
2.Open attachment 229928 [details]
3.Minefield will crash (May be after "Low memory" warning is displayed).
Actual Results:
Breakpad fails to run.
Expected Results:
breakpad should run and success to report crash.
Fx2 + talkback can report this crash.
I think it is needed to allocate enough memory to run breakpad at startup-time, not crash-time.
Comment 1•17 years ago
|
||
AFAIK, Breakpad doesn't allocate memory at crash time, in fact we do an awful lot to avoid it. I notice you're on Windows 2000, you're not seeing bug 382124, are you? I don't have access to that bug, so I haven't tested on WinXP yet.
Comment 2•17 years ago
|
||
I ran that testcase, and the crash reporter appeared just fine on my system (Windows XP SP2). I'm going to dupe this over.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Comment 3•17 years ago
|
||
I don't have access to bug 345161 either.
Yet, I'm not sure about duplication:
bug 382124 is about missing minidumps,
the current bug seems about Crash Reporter not activating at all.
Reporter, could you give more details (here):
what files are or are not generated, ... ?
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•