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 165374 - After upgrading to gtk-2.6 Nautilus crashes if NFS share is mounted from command line or any other software except nautilus.
After upgrading to gtk-2.6 Nautilus crashes if NFS share is mounted from comm...
Status: RESOLVED DUPLICATE of bug 120222
Product: nautilus
Classification: Core
Component: general
2.8.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-27 03:26 UTC by Joel Barrios
Modified: 2005-01-27 17:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Joel Barrios 2005-01-27 03:26:14 UTC
Steps to reproduce:
1. upgrade to gtk2-2.6.1
2. start GNOME session
3. open a gnome-terminal
4. mount a NFS share from fstab


Stack trace:
Backtrace was generated from '/usr/bin/nautilus'

(no debugging symbols found)...Using host libthread_db library
"/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1218636768 (LWP 19167)]
[New Thread 46648240 (LWP 19207)]
[Thread debugging using libthread_db enabled]
[New Thread -1218636768 (LWP 19167)]
[New Thread 46648240 (LWP 19207)]
[Thread debugging using libthread_db enabled]
[New Thread -1218636768 (LWP 19167)]
[New Thread 46648240 (LWP 19207)]
[New Thread 20024240 (LWP 19206)]
[New Thread 126213040 (LWP 19203)]
[New Thread 43551664 (LWP 19197)]
[New Thread 19758000 (LWP 19196)]
[New Thread 99101616 (LWP 19195)]
[New Thread 19491760 (LWP 19194)]
[New Thread 19225520 (LWP 19189)]
[New Thread 14293936 (LWP 19188)]
[New Thread 35838896 (LWP 19187)]
0x001328c1 in __waitpid_nocancel () from /lib/tls/libpthread.so.0

Thread 1 (Thread -1218636768 (LWP 19167))

  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 741
  • #2 <signal handler called>
  • #3 raise
    from /lib/tls/libc.so.6
  • #4 abort
    from /lib/tls/libc.so.6
  • #5 g_logv
  • #6 g_log
    at gmessages.c line 507
  • #7 g_assert_warning
  • #8 add_to_hash_table
    at nautilus-directory.c line 556
  • #9 nautilus_directory_add_file
    at nautilus-directory.c line 590
  • #10 nautilus_desktop_icon_file_new
    at nautilus-desktop-icon-file.c line 306
  • #11 create_icon_file
    at nautilus-desktop-link.c line 75
  • #12 nautilus_desktop_link_new_from_volume
    at nautilus-desktop-link.c line 225
  • #13 create_volume_link
    at nautilus-desktop-link-monitor.c line 127
  • #14 g_cclosure_marshal_VOID__OBJECT
    at gmarshal.c line 636
  • #15 g_closure_invoke
    at gclosure.c line 437
  • #16 signal_emit_unlocked_R
    at gsignal.c line 2485
  • #17 g_signal_emit_valist
    at gsignal.c line 2244
  • #18 g_signal_emit
    at gsignal.c line 2288
  • #19 _gnome_vfs_volume_monitor_mounted
    at gnome-vfs-volume-monitor.c line 587
  • #20 gnome_vfs_client_volume_mounted
    at gnome-vfs-client.c line 81
  • #21 _ORBIT_skel_small_GNOME_VFS_Client_VolumeMounted
    at GNOME_VFS_Daemon-common.c line 73
  • #22 ORBit_POAObject_invoke
    at poa.c line 1141
  • #23 ORBit_OAObject_invoke
    at orbit-adaptor.c line 284
  • #24 ORBit_small_invoke_adaptor
    at orbit-small.c line 835
  • #25 ORBit_POAObject_handle_request
    at poa.c line 1350
  • #26 ORBit_POAObject_invoke_incoming_request
    at poa.c line 1418
  • #27 poa_invoke_at_idle
    at poa.c line 1466
  • #28 g_idle_dispatch
    at gmain.c line 3821
  • #29 g_main_dispatch
    at gmain.c line 1947
  • #30 g_main_context_dispatch
    at gmain.c line 2497
  • #31 g_main_context_iterate
    at gmain.c line 2578
  • #32 g_main_loop_run
    at gmain.c line 2782
  • #33 gtk_main
    at gtkmain.c line 963
  • #34 main


Other information:
Actually, if you mount from nautilus, it does well. If mounted from any
other software, nautilus crashes, even if mounting from file selector,
or using autofs. Anything that mount anything instead of nautilus, make
nautilus crash.

Do not know if it's a gtk2-2.6 or nautilus bug, but seems only nautilus has
problems after upgrading to gtk2-2.6
Comment 1 Vincent Noel 2005-01-27 17:35:07 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of 120222 ***
Comment 2 Joel Barrios 2005-01-27 17:52:13 UTC
Mmm... this bugs seems different from <a
href="http://bugzilla.gnome.org/show_bug.cgi?id=120222">http://bugzilla.gnome.org/show_bug.cgi?id=120222</a>

Nautilus version is 2.8.2, not 2.2.x nor 2.4.x nor 2.6.x. It's the current
stable version. It happens just after upgrading GTK2 to 2.6, with NFS, and just
if nautilus does not mount itself the share. Nautilus works fine with GTK2 2.4.x.