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 756303 - nautilus segfaults in build_file_list_from_uris()
nautilus segfaults in build_file_list_from_uris()
Status: RESOLVED DUPLICATE of bug 757298
Product: nautilus
Classification: Core
Component: Crashers
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-09 15:58 UTC by Sebastien Bacher
Modified: 2015-11-02 14:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2015-10-09 15:58:22 UTC
Using 3.16.2, trying to dnd a file from evolution to the bottom section of the nautilus sidebar leads to a segfault

"#0  build_file_list_from_uris (uris=uris@entry=0x0) at gtkplacessidebar.c:1881
        result = 0x0
        i = 0
  • #1 drag_data_received_callback
    at gtkplacessidebar.c line 1972
  • #2 _gtk_marshal_VOID__OBJECT_INT_INT_BOXED_UINT_UINT
    at gtkmarshalers.c line 5524
  • #3 g_closure_invoke
    at gclosure.c line 768
  • #4 signal_emit_unlocked_R
    at gsignal.c line 3549
  • #5 g_signal_emit_valist
    at gsignal.c line 3305
  • #6 g_signal_emit_by_name
    at gsignal.c line 3401
  • #7 gtk_drag_selection_received
    at gtkdnd.c line 1844
  • #8 g_closure_invoke
    at gclosure.c line 768
  • #9 signal_emit_unlocked_R
    at gsignal.c line 3549
  • #10 g_signal_emit_valist
    at gsignal.c line 3305
  • #11 g_signal_emit_by_name
    at gsignal.c line 3401
  • #12 gtk_selection_retrieval_report
    at gtkselection.c line 3023
  • #13 _gtk_selection_notify
    at gtkselection.c line 2802
  • #14 _gtk_marshal_BOOLEAN__BOXEDv
    at gtkmarshalers.c line 130
  • #15 _g_closure_invoke_va
    at gclosure.c line 831
  • #16 g_signal_emit_valist
    at gsignal.c line 3214
  • #17 g_signal_emit
    at gsignal.c line 3361
  • #18 gtk_widget_event_internal
    at gtkwidget.c line 7787
  • #19 gtk_main_do_event
    at gtkmain.c line 1703
  • #20 gdk_event_source_dispatch
    at gdkeventsource.c line 364
  • #21 g_main_dispatch
    at gmain.c line 3122
  • #22 g_main_context_dispatch
    at gmain.c line 3737
  • #23 g_main_context_iterate
    at gmain.c line 3808
  • #24 g_main_context_iteration
    at gmain.c line 3869
  • #25 g_application_run
    at gapplication.c line 2308
  • #26 main
    at nautilus-main.c line 103

Comment 2 Sebastien Bacher 2015-11-02 14:16:42 UTC

*** This bug has been marked as a duplicate of bug 757298 ***