This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Attempting to call a function in a renderer window that has been closed or released. Function provided here: Object.<anonymous> #769
Open
Description
Description
When Atom is closed an error is printed to the CLI it was launched from about an attempt to call to a renderer window that has been closed.
Steps to Reproduce
- Open Atom
- Close Atom
Expected behavior:
No errors printed to the terminal.
Actual behavior:
The following error stack is printed to the terminal:
Attempting to call a function in a renderer window that has been closed or released. Function provided here: Object.<anonymous> (C:\Temp\atom\out\Atom x64\resources\app\node_modules\github\lib\worker.js:65:20.
Error: Attempting to call a function in a renderer window that has been closed or released. Function provided here: Object.<anonymous> (C:\Temp\atom\out\Atom x64\resources\app\node_modules\github\lib\worker.js:65:20.
at WebContents.callIntoRenderer (C:\Temp\atom\out\Atom x64\resources\electron.asar\browser\rpc-server.js:190:19)
at emitOne (events.js:101:20)
at WebContents.emit (events.js:188:7)
Reproduces how often:
100% of the time, whether in safe mode or not.
Versions
Windows 10 x64
Build from atom/atom@4cbff30.
Atom : 1.18.0-dev-4cbff3044 x64
Electron: 1.3.15
Chrome : 52.0.2743.82
Node : 6.5.0
[email protected] (bundled in the build)
Additional Information
Whether the github panel is opened or not doesn't seem to matter. The project that was open had 2 changed files.
Metadata
Metadata
Assignees
Labels
No labels