Hi,
Some context:
OS: Ubuntu 12.04 64 bits (VM guest using VirtualBox on a W7 host)
Sublime text version: Sublime Text 2 (2.0.2 I guess)
Bug reproduction:
- Open the terminal.
- Type : the following commands:
- mkdir dir
- touch f1 f2
- subl f1 f2 &
- mv f1 dir/
- Try to drag the tab containing f1
- Enjoy the segmentation fault
Here is the error message:
damien@Ubuntu1204VB:~$ mkdir dir
damien@Ubuntu1204VB:~$ touch f1 f2
damien@Ubuntu1204VB:~$ subl f1 f2 &
[1] 3035
damien@Ubuntu1204VB:~$ mv f1 dir/
damien@Ubuntu1204VB:~$ /usr/bin/subl: line 3: 3036 Segmentation fault (core dumped) /opt/sublime_text_2/sublime_text --class=sublime-text-2 “$@”
Thanks, have a good day!