Reviewers: Michael Starzinger, Description: Add a little more post morten debug info for the minidump.
Please review this at https://chromiumcodereview.appspot.com/10387127/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/heap.cc Index: src/heap.cc =================================================================== --- src/heap.cc (revision 11561) +++ src/heap.cc (working copy) @@ -171,6 +171,9 @@ 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); } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
