Open Bug 1056028 Opened 10 years ago Updated 2 years ago

crash in OnChildProcessDumpRequested

Categories

(Toolkit :: Crash Reporting, defect)

x86_64
Linux
defect

Tracking

()

People

(Reporter: dragana, Unassigned)

References

Details

Attachments

(1 file)

Attached patch fix v1Splinter Review
Testing a pack locally a crash happened in OnChildProcessDumpRequested()
It tried to look a Mutex lock that is already destroyed and set o nullptr.

I was running mochitest with --e10s

Attached is the fix.
Thanks for the patch! This feels kind of like a wallpaper fix, we shouldn't be hitting this situation. What tests were you running?
I am running mochitest:
./dom/media/tests/mochitest/test_peerConnection_basicH264Video.html

with --e10s
I suspect this is just a result of trying to use a nested plugin process and not having OOP crash reporting initialized in the content process. As bsmedberg said in bug 820716 comment 71 we should probably just not initialize crash reporting for plugin processes in that configuration.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: