Sha256: 649c66b3a789b2c2ec4c30471035441bf7b0ffde163b54f5e1d610387045698d

Contents?: true

Size: 1.25 KB

Versions: 45

Compression:

Stored size: 1.25 KB

Contents

oom_dump extracts useful information from Google Chrome OOM minidumps.

To build one needs a google-breakpad checkout
(http://code.google.com/p/google-breakpad/).

First, one needs to build and install breakpad itself. For instructions
check google-breakpad, but currently it's as easy as:

  ./configure
  make
  sudo make install

(the catch: breakpad installs .so into /usr/local/lib, so you might
need some additional tweaking to make it discoverable, for example,
put a soft link into /usr/lib directory).

Next step is to build v8.  Note: you should build x64 version of v8,
if you're on 64-bit platform, otherwise you would get a link error when
building oom_dump.  Also, if you are testing against an older version of chrome
you should build the corresponding version of V8 to make sure that the type-id 
enum have the correct values.

The last step is to build oom_dump itself.  The following command should work:

  cd <v8 working copy>/tools/oom_dump
  scons BREAKPAD_DIR=<path to google-breakpad working copy>

(Additionally you can control v8 working copy dir, but the default should work.)

If everything goes fine, oom_dump <path to minidump> should print
some useful information about the OOM crash.

Note: currently only 32-bit Windows minidumps are supported.

Version data entries

45 entries across 44 versions & 6 rubygems

Version Path
libv8-3.16.14.19.1 vendor/v8/tools/oom_dump/README
libv8-3.16.14.19 vendor/v8/tools/oom_dump/README
libv8-3.16.14.18 vendor/v8/tools/oom_dump/README
arcabouco-0.2.13 vendor/bundle/gems/libv8-3.16.14.17/vendor/v8/tools/oom_dump/README
node-compiler-0.9.1 vendor/node/deps/v8/tools/oom_dump/README
node-compiler-0.9.0 vendor/node-v7.2.1/deps/v8/tools/oom_dump/README
node-compiler-0.8.0 vendor/node-v7.2.0/deps/v8/tools/oom_dump/README
node-compiler-0.7.0 vendor/node-v6.9.1/deps/v8/tools/oom_dump/README
node-compiler-0.7.0 vendor/node-v7.1.0/deps/v8/tools/oom_dump/README
libv8-3.16.14.17 vendor/v8/tools/oom_dump/README
libv8-3.16.14.16 vendor/v8/tools/oom_dump/README
libv8-3.16.14.15 vendor/v8/tools/oom_dump/README
libv8-3.16.14.14 vendor/v8/tools/oom_dump/README
libv8-tmpfork-3.16.14.13 vendor/v8/tools/oom_dump/README
libv8-3.16.14.13 vendor/v8/tools/oom_dump/README
libv8-3.16.14.12 vendor/v8/tools/oom_dump/README
libv8-3.16.14.11 vendor/v8/tools/oom_dump/README
libv8-3.16.14.10 vendor/v8/tools/oom_dump/README
libv8-3.16.14.8 vendor/v8/tools/oom_dump/README
libv8-3.16.14.8.rc1 vendor/v8/tools/oom_dump/README