Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Post Mortem Support #9

Open
yunong opened this issue Jan 19, 2016 · 1 comment
Open

Post Mortem Support #9

yunong opened this issue Jan 19, 2016 · 1 comment

Comments

@yunong
Copy link
Member

yunong commented Jan 19, 2016

Any thoughts on post mortem support? It's possible to generate a core dump of a V8 Node process and inspect both javascript and native objects. This is useful for many classes of problems. In particular, this helps to diagnose unexpected crashes and memory leaks.

@kunalspathak
Copy link
Member

Thanks for the interest @yunong. You could use windbg to debug dump from node+chakracore. You could track unexpected crashes and memory leaks with it. An example of bug in node-serialport that I could track using windbg is serialport/node-serialport#623.

However it will just support inspecting native objects and not javascript objects. We will evaluate on adding javascript debugging support in future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants