GNOME Bugzilla – Bug 757298
nautilus crashes on drag'n'drop over 'side bar'
Last modified: 2015-11-02 14:16:42 UTC
Setup: GNOME (3.16.x) running inside a VirtualBox (I will try to validate in the next 24 hours if 3.18.x still exposes it) as guest VirtualBox version 5.0.6 On dragging a file from the HOST to the GUEST, nautilus segfaults IF the drag'n'drop actions happens to over over the left sidebar. Drag'n'Drop action works fine if you never touch the sidebar
(gdb) bt
+ Trace 235648
Created attachment 314392 [details] [review] Do not crash if uris is NULL Looking at the code, MASTER is still affected. This patch has been tested on my 3.16.x system and successfully resolved the crash for me.
Created attachment 314412 [details] [review] Fixed typo in the commit message
Review of attachment 314412 [details] [review]: Looks good to me thanks! Do you have commits rights? If so, can you push it to master and 3.18 and 3.16?
Thanks for the review... commited to master as https://git.gnome.org/browse/gtk+/commit/?id=4f24c8569c454918adf16ba4e36aff2df8270bb3 to 3-18 as https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-18&id=dae857a94d66839d1623e017e890345f2d81c06e and 3-16 as https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-16&id=d90e9e40588916dad8f5ad29c49a68398e8c5faa
*** Bug 756303 has been marked as a duplicate of this bug. ***