npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

electron-minidump

v3.2.2

Published

Symbolicate crashes in minidump format

Downloads

56

Readme

electron-minidump

Symbolicates Electron crashes in minidump format. c.f. @electron/symbolicate-mac, which does a similar thing for text-based crash dumps formatted by macOS.

To install: npm install -g electron-minidump.

$ electron-minidump --help
electron-minidump [args]

Options:
  --file, -f      path to minidump (.dmp) file                        [required]
  --quiet, -q     suppress download progress output
  --force         redownload symbols if present in cache
  --help          Show help                                            [boolean]
$ electron-minidump -f crash.dmp
Operating system: Windows NT
                  10.0.17134
CPU: amd64
     family 6 model 60 stepping 3
     4 CPUs

GPU: UNKNOWN

Crash reason:  EXCEPTION_ACCESS_VIOLATION_READ
Crash address: 0x25dbda8356b
Assertion: Unknown assertion type 0x00000000
Process uptime: not available

Thread 23 (crashed)
 0  node.dll!v8::internal::ConcurrentMarking::Run(int,v8::internal::ConcurrentMarking::TaskState *) [concurrent-marking.cc : 469 + 0x0]
    rax = 0x000027104ac00000   rdx = 0x000027104abe5af0
    rcx = 0x00000195efc2b7f0   rbx = 0x0000025dbda83561
    rsi = 0x000030ff5b088ae8   rdi = 0x000030ff5b088ae9
    rbp = 0x000000900c1fe080   rsp = 0x000000900c1fdf80
     r8 = 0x00007fffb0250000    r9 = 0x000030ff5b087a00
    r10 = 0x000030ff5b080000   r11 = 0x00000195f150c210
    r12 = 0x00000195efc2b2d0   r13 = 0x00000000000000da
    r14 = 0x0000000000000014   r15 = 0x00000195f1583370
    rip = 0x00007fffb091a525
    Found by: given as instruction pointer in context
 1  0x5
    rbp = 0x00000195efc30170   rsp = 0x000000900c1fe090
    rip = 0x0000000000000005
    Found by: previous frame's frame pointer
[...]