Sublime Forum

[BUG REPORT] Segmentation fault when dragging a tab containing a file that has been moved to a different folder on Ubuntu 12.04

#1

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:

  1. Open the terminal.
  2. Type : the following commands:
  • mkdir dir
  • touch f1 f2
  • subl f1 f2 &
  • mv f1 dir/
  1. Try to drag the tab containing f1
  2. 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!

0 Likes