Kaydet (Commit) 3f22898c authored tarafından Markus Mohrhard's avatar Markus Mohrhard

I screwed up with the breakpad minidump_stackwalk patch

This does not affect normal LibreOffice and is only important for the
server side.

Change-Id: I270262ed6e1b22c3ef41099fda19fa386f386203
üst e54b208d
...@@ -24,9 +24,9 @@ diff -ur breakpad.org/src/processor/stackwalk_common.cc breakpad/src/processor/s ...@@ -24,9 +24,9 @@ diff -ur breakpad.org/src/processor/stackwalk_common.cc breakpad/src/processor/s
kOutputSeparator, base_address + module->size() - 1, kOutputSeparator, base_address + module->size() - 1,
kOutputSeparator, kOutputSeparator,
- main_module != NULL && base_address == main_address ? 1 : 0); - main_module != NULL && base_address == main_address ? 1 : 0);
+ main_module != NULL && base_address == main_address ? 1 : 0), + main_module != NULL && base_address == main_address ? 1 : 0,
+ kOutputSeparator, + kOutputSeparator,
+ StripSeparator(PathnameStripper::File(module->code_identifier())).c_str(); + StripSeparator(PathnameStripper::File(module->code_identifier())).c_str());
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment