atom / tabs

Tabs in Atom
MIT License
111 stars 115 forks source link

Uncaught Error: Adding a pane item with URI '~/northfacing/nf_new/reia/login/views.py' that has a... #485

Closed venki208 closed 6 years ago

venki208 commented 6 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.18.0 x64 Electron: 1.3.15 OS: Ubuntu 14.04.5 Thrown From: tabs package 0.106.2

Stack Trace

Uncaught Error: Adding a pane item with URI '/home/venkatesh/northfacing/nf_new/reia/login/views.py' that has already been destroyed

At /home/andrei/atom-1.11.1/out/app/node_modules/tree-view/lib/file.coffee:26078

Error: Adding a pane item with URI '/home/venkatesh/northfacing/nf_new/reia/login/views.py' that has already been destroyed
    at Pane.module.exports.Pane.addItem (/opt/atom/resources/app/src/pane.js:493:21)
    at Pane.module.exports.Pane.activateItem (/opt/atom/resources/app/src/pane.js:468:20)
    at Immediate.<anonymous> (/opt/atom/resources/app/node_modules/tabs/lib/tab-bar-view.js:702:30)
    at runCallback (timers.js:574:20)
    at tryOnImmediate (timers.js:554:5)
    at processImmediate [as _immediateCallback] (timers.js:533:5)

Commands

     -1:57.2.0 core:confirm (input.hidden-input)
     -1:44.6.0 editor:consolidate-selections (input.hidden-input)
     -1:44.5.0 atom-minify:close-panel (input.hidden-input)
     -1:44.5.0 core:cancel (input.hidden-input)
     -1:09.0 intentions:highlight (input.hidden-input)
     -1:08.5.0 project-find:show (input.hidden-input)
     -1:07.8.0 core:confirm (input.hidden-input)
     -1:03.9.0 editor:consolidate-selections (input.hidden-input)
     -1:03.9.0 atom-minify:close-panel (input.hidden-input)
     -1:03.9.0 core:cancel (input.hidden-input)
     -0:53.3.0 intentions:highlight (input.hidden-input)
     -0:52.9.0 find-and-replace:show (input.hidden-input)
     -0:31.9.0 editor:consolidate-selections (input.hidden-input)
     -0:31.9.0 atom-minify:close-panel (input.hidden-input)
     -0:31.9.0 core:cancel (input.hidden-input)
     -0:29 application:new-file (ul.list-inline.tab-bar.inset-panel)

Non-Core Packages

atom-beautify 0.30.3 
atom-css-clean 2.21.0 
atom-ctags 5.1.0 
atom-material-ui 2.0.4 
atom-minify 0.8.0 
autocomplete-angular-material 0.4.0 
autocomplete-python 1.9.1 
busy-signal 1.4.3 
emmet 2.4.3 
intentions 1.1.2 
linter 2.2.0 
linter-ui-default 1.6.2 
monokai 0.24.0 
rsese commented 6 years ago

Thanks for taking the time to contribute!

We noticed that this looks like a duplicate of https://github.com/atom/tabs/issues/444. You may want to subscribe there for updates - if you have consistent steps to reproduce in safe mode, please let us know in the issue!

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.