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 685293 - in nautilus_file_get_internal at nautilus-file.c:670
in nautilus_file_get_internal at nautilus-file.c:670
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
3.6.x
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-02 14:03 UTC by Fabio Durán Verdugo
Modified: 2012-10-02 19:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabio Durán Verdugo 2012-10-02 14:03:51 UTC
steps:
- press ctrl+n and type a network shared with smb protocol ex smb://xx.xx.xx.xx
- navigation into smb shared.
- open new tab with keys ctrl+t, nautilus open a same shared.
- wait and nautilus crash.

fedora 18, nautilus 3.6.0
warning: "/usr/lib/debug/usr/lib/libcairo-gobject.so.2.11200.2.debug": separate debug info file has no debug info
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
warning: "/usr/lib/debug/usr/lib/libicudata.so.49.1.1.debug": separate debug info file has no debug info
Core was generated by `nautilus -n'.
Program terminated with signal 6, Aborted.

Thread 1 (Thread 0xb76c78c0 (LWP 1156))

  • #0 __kernel_vsyscall
  • #1 __GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 63
  • #2 __GI_abort
    at abort.c line 90
  • #3 g_assertion_message
  • #4 g_assertion_message_expr
    at gtestutils.c line 1888
  • #5 nautilus_file_get_internal
    at nautilus-file.c line 670
  • #6 nautilus_file_get_by_uri
    at nautilus-file.c line 751
  • #7 update_location
    at nautilus-query-editor.c line 1163
  • #8 nautilus_query_editor_set_location
    at nautilus-query-editor.c line 1189
  • #9 update_query_editor
    at nautilus-window-slot.c line 200
  • #10 ensure_query_editor
    at nautilus-window-slot.c line 211
  • #11 nautilus_window_slot_set_query_editor_visible
    at nautilus-window-slot.c line 222
  • #12 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 85
  • #13 g_closure_invoke
    at gclosure.c line 777
  • #14 signal_emit_unlocked_R
    at gsignal.c line 3551
  • #15 g_signal_emit_valist
    at gsignal.c line 3300
  • #16 g_signal_emit
    at gsignal.c line 3356
  • #17 _gtk_action_emit_activate
    at gtkaction.c line 801
  • #18 gtk_toggle_action_set_active
    at gtktoggleaction.c line 291
  • #19 toggle_toolbar_search_button
    at nautilus-window.c line 685
  • #20 nautilus_window_key_press_event
    at nautilus-window.c line 1550
  • #21 _gtk_marshal_BOOLEAN__BOXEDv
    at gtkmarshalers.c line 130
  • #22 g_type_class_meta_marshalv
    at gclosure.c line 997
  • #23 _g_closure_invoke_va
    at gclosure.c line 840
  • #24 g_signal_emit_valist
    at gsignal.c line 3211
  • #25 g_signal_emit
    at gsignal.c line 3356
  • #26 gtk_widget_event_internal
    at gtkwidget.c line 6294
  • #27 propagate_event
    at gtkmain.c line 2489
  • #28 gtk_main_do_event
    at gtkmain.c line 1723
  • #29 _gdk_event_emit
    at gdkevents.c line 69
  • #30 gdk_event_source_dispatch
    at gdkeventsource.c line 358
  • #31 g_main_dispatch
    at gmain.c line 2715
  • #32 g_main_context_dispatch
    at gmain.c line 3219
  • #33 g_main_context_iterate
    at gmain.c line 3290
  • #34 g_main_context_iteration
    at gmain.c line 3351
  • #35 g_application_run
    at gapplication.c line 1620
  • #36 main
    at nautilus-main.c line 103

Comment 1 Cosimo Cecchi 2012-10-02 19:53:38 UTC
Thanks for the report, I can reproduce the crash.
I now pushed a patchset to fix this, closing as FIXED.