evanw/node-source-map-support

RangeError Maximum call stack size exceeded in cloneCallSite

开放

#252 创建于 2019年9月16日

 (9 条评论) (9 个反应) (0 位负责人)JavaScript (221 个派生)batch import
bughelp wanted

仓库指标

星标
 (2,195 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

We are experiencing a RangeError similar to issue #93 in our Node.js app. I haven't been able to reproduce it and it seems to be occurring randomly at times.

/usr/src/app/node_modules/source-map-support/source-map-support.js:331
   Object.getOwnPropertyNames(Object.getPrototypeOf(frame)).forEach(function(name) {
                                                            ^

RangeError: Maximum call stack size exceeded

We are using the latest version 0.5.13 and latest 10 version of Node.js

贡献者指南