Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Unexpected crash with "maximum call stack size exceeded" error #12

Open
ceoworks opened this issue Jan 11, 2019 · 1 comment
Open

Unexpected crash with "maximum call stack size exceeded" error #12

ceoworks opened this issue Jan 11, 2019 · 1 comment

Comments

@ceoworks
Copy link

ceoworks commented Jan 11, 2019

The problem occurs locally, but I'm worried about possibility of reproducing this on production servers
version 1.2.0

(node:65032) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:21:13)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
    at get (/Users/mac/project/node_modules/async-local-storage/index.js:28:12)
(node:65032) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
@vicanso
Copy link
Owner

vicanso commented Jan 15, 2019

@ceoworks I am sorry for late reply. Please show me you code and I will have a try.

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