gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Need to increase thread and stream limits on minidump entries #339

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Limits patch

Original comment by jschuh@chromium.org on 14 Oct 2009 at 8:44

Attachments:

GoogleCodeExporter commented 9 years ago
This landed in r416.

Original comment by ted.mielczarek on 3 Dec 2009 at 4:33