Giter Site home page Giter Site logo

node-gcore's Introduction

node-gcore

A small module to induce core files from inside a node process.

The more memory the process is using, the longer this will take, and for consistency reasons the method should be synchronous.

Usage

  • gcore(filename)
    • Will SYNCHRONOUSLY produce a corefile with the name filename
    • Returns true/false if it was able create a core file
var gcore = require('gcore').gcore;
var result = gcore("corefile");

Caveats

  • Currently only for Linux based platforms, but trivial to add SmartOS and probably others.

node-gcore's People

Contributors

tjfontaine avatar

Stargazers

Joaquim Serafim avatar

Watchers

 avatar James Cloos avatar  avatar

node-gcore's Issues

Not compatible with LLDB 3.8+

This project uses google coredumper, which is unmaintained since 2008.

I tried to use coredumps generated by this project with lldb 3.8 with llnode (https://github.com/nodejs/llnode), and because of compatibility issues, lldb crashes when trying to load the coredump.

See issue here: nodejs/llnode#61

I also assume than, since google coredumper seems unmaintained, compatibility issues will only grow in numbers. For instance: http://stackoverflow.com/questions/38314020/google-coredumper-returns-operation-not-permitted

As of now, I couldn't find a better solution than using gdb's gcore utility: http://man7.org/linux/man-pages/man1/gcore.1.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.