Revision: 11562 Author: [email protected] Date: Tue May 15 02:54:54 2012 Log: Add a little more post morten debug info for the minidump. Review URL: https://chromiumcodereview.appspot.com/10387127 http://code.google.com/p/v8/source/detail?r=11562
Modified: /branches/bleeding_edge/src/heap.cc ======================================= --- /branches/bleeding_edge/src/heap.cc Wed May 9 00:29:18 2012 +++ /branches/bleeding_edge/src/heap.cc Tue May 15 02:54:54 2012 @@ -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
