After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 771787 - nautilus crashed with SIGSEGV
nautilus crashed with SIGSEGV
Status: RESOLVED NOTGNOME
Product: nautilus
Classification: Core
Component: Crashers
3.20.x
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-21 20:04 UTC by Cristian Aravena Romero
Modified: 2016-09-24 07:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cristian Aravena Romero 2016-09-21 20:04:02 UTC
Open bug in launchpad.net
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1626233

"Click ~"Other Locations", and freeze nautilus."



BackTrace:
  • #0 nautilus_directory_get_file_list
    at nautilus-directory.c line 1585
  • #1 isearch_get_sorted_files
    at nautilus-window-slot.c line 3362
  • #2 isearch_find
    at nautilus-window-slot.c line 3372
  • #3 isearch_entry_changed
    at nautilus-window-slot.c line 3232
  • #4 isearch_start
    at nautilus-window-slot.c line 3279
  • #5 nautilus_window_slot_handle_event
    at nautilus-window-slot.c line 563
  • #6 nautilus_window_key_press_event
    at nautilus-window.c line 2420
  • #7 _gtk_marshal_BOOLEAN__BOXEDv
    at gtkmarshalers.c line 131
  • #8 _g_closure_invoke_va
    from /tmp/apport_sandbox_foW_oH/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /tmp/apport_sandbox_foW_oH/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #10 g_signal_emit
    from /tmp/apport_sandbox_foW_oH/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #11 gtk_widget_event_internal
    at ././gtk/gtkwidget.c line 7729
  • #12 propagate_event
    at ././gtk/gtkmain.c line 2648
  • #13 gtk_main_do_event
    at ././gtk/gtkmain.c line 1878
  • #14 _gdk_event_emit
    at ././gdk/gdkevents.c line 73
  • #15 gdk_event_source_dispatch
    at ././gdk/x11/gdkeventsource.c line 367
  • #16 g_main_context_dispatch
    from /tmp/apport_sandbox_foW_oH/lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #17 g_main_context_iterate.isra
    from /tmp/apport_sandbox_foW_oH/lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #18 g_main_context_iteration
    from /tmp/apport_sandbox_foW_oH/lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #19 g_application_run
    from /tmp/apport_sandbox_foW_oH/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #20 main
    at nautilus-main.c line 100

Comment 1 Carlos Soriano 2016-09-24 07:14:53 UTC
Wait, this is really confusing, isearch_start? This is code not present in Nautilus. I think you are using a different application, most probably some kind of fork. Can you verify that?
Comment 2 Ernestas Kulik 2016-09-24 07:18:41 UTC
(In reply to Carlos Soriano from comment #1)
> Wait, this is really confusing, isearch_start? This is code not present in
> Nautilus. I think you are using a different application, most probably some
> kind of fork. Can you verify that?

I think it has been patched downstream to restore the old search functionality.

https://code.launchpad.net/~daniel-wyatt/nautilus/ubuntu/+merge/201263
Comment 3 Carlos Soriano 2016-09-24 07:48:12 UTC
ugh, thanks Ernestas, closing as not GNOME.