Add a little more post morten debug info for the minidump.
Review URL: https://chromiumcodereview.appspot.com/10387127 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11562 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
ea7c5a23a3
commit
37ef03758f
@ -171,6 +171,9 @@ Heap::Heap()
|
||||
global_contexts_list_ = NULL;
|
||||
mark_compact_collector_.heap_ = this;
|
||||
external_string_table_.heap_ = this;
|
||||
// Put a dummy entry in the remembered pages so we can find the list the
|
||||
// minidump even if there are no real unmapped pages.
|
||||
RememberUnmappedPage(NULL, false);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user