[Repetition steps]:
1. keep breakpad enabled;
2. use chrome to browse webpage;
3. repeat step 2 until there is a crash occurred.
[What is the expected?]:
minidump file will be always generated successfully.
[What went wrong?]:
Sometimes minidump file can not be generated,and we can see
"google-breakpad: Failed to generate minidump." from the log.
[Probability]:
However,the probability of this problem is low, it is difficult to reappear.
[Question]:
Is it an inherent defect of breakpad ?
What is the root cause of it, and has it been resolved in the new version of chromium ?
Thank you very much.
Version : 63.0.3239.111.
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
Thank you very much.his sys_clone() call is basically fork() - the child process is mostly identical to the parent process.>> Yes, creating child-process by sys_clone() is not the full out-of-process mode.
The only way to be running in a safe environment in the crash handler is to have the dump generation run inside another process.>> Yes, I have got it from the breakpad doc, that is called out-of-process.
>> I want to implement it before, but it is sensitive for creating a new process, and I am not sure if it will resolve the problem in OOM Crash, what do you think ?
OOM crashes on 32-bit android aren't very interesting in general>> Do you mean OOM Crash is a bothersome problem on 32-bit Android?
>> I am using Android 7.0, it is definitely a 32-bit Android, or there may be a 64-bit version ? How to comfirm it ?
Look forward to crashpad release.Our team is now mainly using "unwind the stack (using conventional libunwind)" for analyzing crash, and it is rarely failed.Do you think it is a safe method for developer?
though not all; monochrome is always 32-bit for example>> Recently I have seen "monochrome " many times, is it a lite version of chrome ?
>> I can't get the precise definition of it, could you help me?