Open GoogleCodeExporter opened 9 years ago
succeeded argument in dumpCallback() is false when using threads, otherwise
(initial example) it's true.
Original comment by um7...@gmail.com
on 19 May 2015 at 7:23
Any update on this issue? I am also facing the similar problem.
I think your problem was caused by PTRACE_GETREGSET:
code in : linux_ptrace_dumper.cc:191,214
similar issue here: https://groups.google.com/a/chromium.org/forum/#!topic/crashpad-dev/zaLdMIw1CfE
you can solve this problem by undefine PTRACE_GETREGSET when compile, add -UPTRACE_GETREGSET to your CXXFLAGS.
Original issue reported on code.google.com by
um7...@gmail.com
on 19 May 2015 at 7:11