Floobits / atom-term3

Open Terminal tabs in Atom. Fork of Term package
Other
88 stars 17 forks source link

crash when splitting panes #67

Open jwillesen opened 8 years ago

jwillesen commented 8 years ago

With term3 open in a tab, if you attempt to split pane from any tab, the whole current editor crashes. atom 1.8.0 term3 0.22.1 OS X 10.11.5

ggreer commented 8 years ago

Wow, this is a bug in Atom. I'm not sure how this is happening, but it only seems to crash if:

  1. There is a terminal open.
  2. The terminal isn't focused (another tab is active instead)
  3. You then try to split.

I'll poke around some more to see if I can at least work around it. I have a feeling I'm going to end up building Atom with symbols and attaching a debugger. :(

nixpulvis commented 7 years ago

This bug is one of a few things that is preventing me from using this package. Any thoughts on where to start with this?