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
Original issue reported on code.google.com by jschuh@chromium.org on 14 Oct 2009 at 8:35
Original issue reported on code.google.com by
jschuh@chromium.org
on 14 Oct 2009 at 8:35