ayudaev / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Investigate why tkill signal is not being delivered on Android. #579

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In CrashGenerator::CreateChildCrash we send a tkill signal to the thread which 
is to crash and wait until this crashes the process.  On Android it appears 
that sometimes this signal is not delivered, even though the tkill function 
returns successfully.  Repeatedly calling tkill seems to fix this, however we 
should not need to do this.

Original issue reported on code.google.com by rmcil...@chromium.org on 15 Apr 2014 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by rmcil...@chromium.org on 15 Apr 2014 at 5:24