atom / fuzzy-finder

Find and open files quickly
MIT License
275 stars 138 forks source link

Uncaught Error: Pane has been destroyed #294

Closed nynhex closed 6 years ago

nynhex commented 7 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.16.0 x64 Electron: 1.3.13 OS: Mac OS X 10.12.3 Thrown From: fuzzy-finder package 1.5.0

Stack Trace

Uncaught Error: Pane has been destroyed

At /Applications/Atom.app/Contents/Resources/app.asar/src/pane.js:847

Error: Pane has been destroyed
    at Pane.module.exports.Pane.activate (/app.asar/src/pane.js:847:15)
    at Pane.module.exports.Pane.focus (/app.asar/src/pane.js:252:21)
    at /app.asar/src/pane-element.js:50:23)
    at ProjectView.hide (/app.asar/node_modules/fuzzy-finder/lib/fuzzy-finder-view.js:276:39)
    at ProjectView.cancel (/app.asar/node_modules/fuzzy-finder/lib/fuzzy-finder-view.js:230:12)
    at Object.didCancelSelection (/app.asar/node_modules/fuzzy-finder/lib/fuzzy-finder-view.js:75:15)
    at SelectListView.cancelSelection (/app.asar/node_modules/fuzzy-finder/node_modules/atom-select-list/src/select-list-view.js:307:18)
    at SelectListView.didLoseFocus (/app.asar/node_modules/fuzzy-finder/node_modules/atom-select-list/src/select-list-view.js:32:12)
    at /app.asar/src/text-editor-element.js:244:21)
    at /app.asar/src/pane-element.js:113:19)
    at Function.module.exports.Emitter.simpleDispatch (/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
    at Pane.module.exports.Pane.activate (/app.asar/src/pane.js:852:27)
    at PaneContainer.module.exports.PaneContainer.activateNextPane (/app.asar/src/pane-container.js:252:26)
    at Pane.module.exports.Pane.destroyed (/app.asar/src/pane.js:873:24)
    at Pane.module.exports.Model.destroy (/app.asar/src/model.js:31:58)
    at Pane.module.exports.Pane.destroy (/app.asar/src/pane.js:866:39)
    at Pane.module.exports.Pane.removeItem (/app.asar/src/pane.js:605:21)
    at Pane.module.exports.Pane.destroyItem (/app.asar/src/pane.js:658:16)
    at Pane.module.exports.Pane.destroyActiveItem (/app.asar/src/pane.js:638:12)
    at Workspace.destroyActivePaneItem (/app.asar/src/workspace.js:868:33)
    at Workspace.closeActivePaneItemOrEmptyPaneOrWindow (/app.asar/src/workspace.js:929:12)
    at /app.asar/src/register-default-commands.js:222:32)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/app.asar/src/command-registry.js:259:29)
    at /app.asar/src/command-registry.js:3:59
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:599:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:390:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/app.asar/src/window-event-handler.js:106:36)
    at /app.asar/src/window-event-handler.js:3:59)

Commands

Non-Core Packages

rsese commented 7 years ago

Thanks for the report! Can you confirm a few things for us?

50Wliu commented 6 years ago

Thank you for your issue!

We haven't gotten a response to our questions in our comment https://github.com/atom/fuzzy-finder/issues/294#issuecomment-300908755. With only the information that is currently in the issue, we don't have enough information to take action. I'm going to close this but don't hesitate to reach out if you have or find the answers we need, we'll be happy to reopen the issue.