atom / tabs

Tabs in Atom
MIT License
111 stars 115 forks source link

Uncaught Error: Adding a pane item with URI '/var/www/html/html/frame/application_1/yii_test' tha... #471

Closed vikashask closed 7 years ago

vikashask commented 7 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.18.0 ia32 Electron: 1.3.15 OS: Ubuntu 16.04.2 Thrown From: tabs package 0.106.2

Stack Trace

Uncaught Error: Adding a pane item with URI '/var/www/html/html/frame/application_1/yii_test' that has already been destroyed

At /opt/atom/resources/app/src/pane.js:493

Error: Adding a pane item with URI '/var/www/html/html/frame/application_1/yii_test' 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

     -0:26.2.0 tree-view:show (atom-workspace.workspace.scrollbars-visible-always)
     -0:06.2.0 core:close (ul.list-inline.tab-bar.inset-panel)

Non-Core Packages

atom-autocomplete-php 0.25.6 
atom-beautify 0.30.3 
atom-live-server 2.1.2 
autocomplete-php 0.3.7 
file-icons 2.1.8 
git-plus 7.9.3 
git-time-machine 1.5.9 
highlight-selected 0.13.1 
minimap 4.28.2 
rsese commented 7 years ago

Thanks for taking the time to contribute!

We noticed that this is a duplicate of https://github.com/atom/tabs/issues/444. You may want to subscribe there for updates - if you can let us know if you can consistently reproduce with your steps, 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.

vikashask commented 6 years ago

thanks