You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In raising this issue, I confirm to the best of my ability the following (please check boxes, e.g. [X]):
There are no duplicate issues.
The problem does not lie with an upstream dependency.
An installed module/integration/service/other is not causing your problem.
This is reproducible on the latest codebase with up to date NPM dependencies.
I have added appropriate labels to this issue.
Expected Behaviour:
Modules unload without error.
Unloading the KPM module (for example) should proceed without error.
Actual Behaviour:
Unloading modules (KPM and others) causes a stack overflow with Node 8.x.x
Steps to Reproduce:
Ensure you are running that latest version of Node 8.x.x
Start Concierge.
Shutdown Concierge, errors are printed to the console
error: Unloading module "kpm" failed.
debug: RangeError: Maximum call stack size exceeded
at m.children.forEach.child (C:\Users\wooll\dev\Concierge\Concierge\core\unsafe\require.js:234:36)
at Array.forEach (:null:null)
at run (C:\Users\wooll\dev\Concierge\Concierge\core\unsafe\require.js:234:28)
at m.children.forEach.child (C:\Users\wooll\dev\Concierge\Concierge\core\unsafe\require.js:235:21)
at Array.forEach (:null:null)
The text was updated successfully, but these errors were encountered:
In raising this issue, I confirm to the best of my ability the following (please check boxes, e.g. [X]):
Expected Behaviour:
Modules unload without error.
Unloading the KPM module (for example) should proceed without error.
Actual Behaviour:
Unloading modules (KPM and others) causes a stack overflow with Node 8.x.x
Steps to Reproduce:
Ensure you are running that latest version of Node 8.x.x
Start Concierge.
Shutdown Concierge, errors are printed to the console
error: Unloading module "kpm" failed.
debug: RangeError: Maximum call stack size exceeded
at m.children.forEach.child (C:\Users\wooll\dev\Concierge\Concierge\core\unsafe\require.js:234:36)
at Array.forEach (:null:null)
at run (C:\Users\wooll\dev\Concierge\Concierge\core\unsafe\require.js:234:28)
at m.children.forEach.child (C:\Users\wooll\dev\Concierge\Concierge\core\unsafe\require.js:235:21)
at Array.forEach (:null:null)
The text was updated successfully, but these errors were encountered: