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 135334 - crash after quick left click + right click on a folder in an icon-view window
crash after quick left click + right click on a folder in an icon-view window
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Views: Icon View
2.4.x
Other Linux
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 104331 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-02-24 22:48 UTC by Nicolas Bouillon
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Bouillon 2004-02-24 22:48:26 UTC
Steps to reproduce the crash:
1. Open Nautilus on the folder of your choice
2. Left clic on a folder, then right clic immedialty afet
3. The popup menu is shown
3bis. The folder is opened (first bug ?)
4. Wait 2 or 3 seconds
5. Nautilus crashes

Note: the two folders (parent and child who is clicked) have to be in icon
view. It doesn't crash when one of them is in list view.

Expected Results:
Just a popup menu ?

How often does this happen?
Every time. reproduced with a new user
Comment 1 Matthew Gatto 2004-02-25 16:04:35 UTC
I can reproduce on nautilus-2.4.2 using the steps above. A stacktrace
is below. Two things I noticed are that the mouse cursor changes into
a "drag icon" cursor, and also that it seems to happen immediately
after moving the mouse around in the folder that's opened up from the
right-click/left-click.

  • #0 nautilus_icon_canvas_item_get_image
    at nautilus-icon-canvas-item.c line 425
  • #1 nautilus_icon_dnd_begin_drag
    at nautilus-icon-dnd.c line 1243
  • #2 motion_notify_event
    at nautilus-icon-container.c line 3475
  • #3 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #4 g_type_class_meta_marshal
    at gclosure.c line 514
  • #5 g_closure_invoke
    at gclosure.c line 437
  • #6 signal_emit_unlocked_R
    at gsignal.c line 2860
  • #7 g_signal_emit_valist
    at gsignal.c line 2564
  • #8 g_signal_emit
    at gsignal.c line 2612
  • #9 gtk_widget_event_internal
    at gtkwidget.c line 3269
  • #10 gtk_propagate_event
    at gtkmain.c line 2268
  • #11 gtk_main_do_event
    at gtkmain.c line 1503
  • #12 gdk_event_dispatch
    at gdkevents-x11.c line 2067
  • #13 g_main_dispatch
    at gmain.c line 1751
  • #14 g_main_context_dispatch
    at gmain.c line 2299
  • #15 g_main_context_iterate
    at gmain.c line 2380
  • #16 g_main_loop_run
    at gmain.c line 2600
  • #17 gtk_main
    at gtkmain.c line 1093
  • #18 main
    at nautilus-main.c line 282

Comment 2 Alexander Larsson 2004-02-26 07:48:58 UTC
Can't reproduce in 2.5.8, although i do sometimes get a drag icon when
i do the left/right click.
Comment 3 Matthew Gatto 2004-02-26 18:15:02 UTC
*** Bug 104331 has been marked as a duplicate of this bug. ***
Comment 4 Martin Gumucio 2004-02-26 21:33:02 UTC
Can't reproduce in 2.4.0 either, closing it.
Comment 5 Martin Gumucio 2004-02-26 21:51:10 UTC
OK so it can be reproduced on 2.4.0, but the correct steps to crash
nautilus are (as figured out by Onur Filiz)

1. Left-Click-and-HOLD
2. Right Click
3. *Crash*

We seem to agree that it cant be reproduced under 2.5 so it stays closed.