New issue 339 by jsc...@chromium.org: Need to increase thread and stream
limits on minidump entries
http://code.google.com/p/google-breakpad/issues/detail?id=339
The current size limits on thread entries and streams are too low for some
minidump files. I've attached a patch that increases the limits to account
for larger numbers of threads and embedded information in CodeView streams.
What steps will reproduce the problem?
1. Create a minidump file with more than 256 threads or memory lists, or
more than 1024 bytes in the CodeView or miscellaneous streams.
What is the expected output?
No errors.
What do you see instead?
Errors are similar to the following:
minidump.cc:1856: ERROR: MinidumpModule CodeView record size XXXX exceeds
maximum 1024
minidump.cc:1568: ERROR: MinidumpModule has no CodeView record, but one was
expected
minidump.cc:1856: ERROR: MinidumpModule CodeView record size XXXX exceeds
maximum 1024
Attachments:
patch.diff 2.6 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Limits patch
Attachments:
limits_patch.diff 891 bytes