afrog
afrog copied to clipboard
Opening author's package breaks Atom (and session restore function)
Prerequisites
- [X] Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When clicking on author's package (both on "Settings -> Packages" and on "Settings -> Install" menu), Atom force closes unexpectedly. Due to this event, the session restore function get broken so it will not work at all (neither with "atom --safe" command). Due to this event, I've also noticed that Atom doesn't terminate properly itself, since it runs in background with some CPU usage. The only solution to get session restore working again is to completely delete Atom data. I've tried also to reinstall Atom with no solution, as I said data needs to be cleaned.
Steps to Reproduce
- Click on author's package: the app will force close.
- By reopening Atom, the previous session will not be restored.
- Neither opening Atom with "--safe" parameter will let session restore working again.
Expected behavior:
Author's package should be opened properly without breaking Atom.
Actual behavior:
When opening author's package, Atom force closes and the session restore will not work anymore.
Reproduces how often:
Always, until deleting Atom data.
Versions
atom --version Atom : 1.60.0 Electron: 9.4.4 Chrome : 83.0.4103.122 Node : 12.14.1
apm --version AssignProcessToJobObject: (87) Incorrect parameter
this problem occur from long time 😒
Prerequisites
- [X] Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When clicking on author's package (both on "Settings -> Packages" and on "Settings -> Install" menu), Atom force closes unexpectedly. Due to this event, the session restore function get broken so it will not work at all (neither with "atom --safe" command). Due to this event, I've also noticed that Atom doesn't terminate properly itself, since it runs in background with some CPU usage. The only solution to get session restore working again is to completely delete Atom data. I've tried also to reinstall Atom with no solution, as I said data needs to be cleaned.
Steps to Reproduce
- Click on author's package: the app will force close.
- By reopening Atom, the previous session will not be restored.
- Neither opening Atom with "--safe" parameter will let session restore working again.
Expected behavior:
Author's package should be opened properly without breaking Atom.
Actual behavior:
When opening author's package, Atom force closes and the session restore will not work anymore.
Reproduces how often:
Always, until deleting Atom data.
Versions
atom --version Atom : 1.60.0 Electron: 9.4.4 Chrome : 83.0.4103.122 Node : 12.14.1
apm --version AssignProcessToJobObject: (87) Incorrect parameter
Same problem here.