Currently the linux handler code generates GUIDs right before writing the
minidump. This is problematic because we wind up calling C library
functions like printf in the signal handler. My simple testcase crashes in
printf if we crash on the main thread. With this patch, we pre-generate the
GUID and filename (like the win32 code already does), and things work properly.
Original issue reported on code.google.com by ted.mielczarek on 12 Oct 2008 at 8:14
Original issue reported on code.google.com by
ted.mielczarek
on 12 Oct 2008 at 8:14Attachments: