johnsonlee / google-breakpad

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

android arm cup, google-breakpad sys_clone function execute succeed, but don't run ThreadEntry #567

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
on android platform,  
const pid_t child = sys_clone(
      ThreadEntry, stack, CLONE_FILES | CLONE_FS | CLONE_UNTRACED,
      &thread_arg, NULL, NULL, NULL);

execute succeed,  but thread function 'ThreadEntry' don't run

please help me, thanks

Original issue reported on code.google.com by chuanwen...@gmail.com on 23 Feb 2014 at 4:55