hokein / node-crash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproduce steps

$ cd <path-to-repo>/third_party/node
$ ./configure --shared --without-inspector --without-snapshot --without-intl
$ cd ../../
$ gyp --depth .  -f ninja main.gyp -Icommon.gypi -Ithird_party/node/common.gypi
$ ninja -C out/Debug main
$ ./out/Debug/main // bomb: crash!

About


Languages

Language:Python 68.9%Language:C++ 31.1%