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 527181 - Nautilus crashes when trying to open $home-folder on Samba
Nautilus crashes when trying to open $home-folder on Samba
Status: RESOLVED DUPLICATE of bug 522534
Product: nautilus
Classification: Core
Component: File and Folder Operations
2.20.x
Other All
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-09 17:03 UTC by Marius M. M.
Modified: 2008-04-10 08:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Marius M. M. 2008-04-09 17:03:30 UTC
Steps to reproduce:
1. Open Nautilus
2. "File" -> "Connect to Server"
3. On the window appearing configure:
Service Type: Windows share
Server: <samba server>
Share: <username>
Folder: /
User name: <username>
Domain name: <domainname>
4. "Connect"
5. Click the Icon in Nautilus' "Computer"-place.

Stack trace:
===== BEGIN MILESWGNES =====
0x8174a70 2008/04/09 16:59:31.7173 (USER): debug log dumped due to signal 11
===== END MILESWGNES =====
===== BEGIN RING BUFFER =====
0x8174a70 2008/04/09 16:59:22.1144 (USER): window 0x8200018 open location: old="(none)", new="x-nautilus-desktop:"
0x8174a70 2008/04/09 16:59:22.3464 (USER): create new navigation window=0x83d0000
0x8174a70 2008/04/09 16:59:22.3465 (USER): window 0x83d0000 open location: old="(none)", new="file:///home/username"
0x8174a70 2008/04/09 16:59:24.4447 (USER): finished loading window 0x83d0000: file:///home/username
0x8174a70 2008/04/09 16:59:24.4478 (USER): finished loading window 0x8200018: x-nautilus-desktop:
0x8174a70 2008/04/09 16:59:24.4830 (USER): change view of window 0x83d0000: "file:///home/username" to "OAFIID:Nautilus_File_Manager_Icon_View"
0x8174a70 2008/04/09 16:59:26.0904 (USER): window 0x83d0000 open location: old="file:///home/username", new="computer:"
0x8174a70 2008/04/09 16:59:26.0905 (USER): finished loading window 0x83d0000: file:///home/username
0x8174a70 2008/04/09 16:59:26.3681 (USER): change view of window 0x83d0000: "computer:" to "OAFIID:Nautilus_File_Manager_Icon_View"
0x8174a70 2008/04/09 16:59:26.4559 (USER): finished loading window 0x83d0000: computer:
0x8174a70 2008/04/09 16:59:31.4276 (USER): selection changed in window 0x83d0000
	computer:///Topalis%2520Home.volume
0x8174a70 2008/04/09 16:59:31.4578 (USER): fm_directory_view_activate_files window=0x83d0000
	computer:///Topalis%2520Home.volume
0x8174a70 2008/04/09 16:59:31.4866 (USER): directory view open_location window=0x83d0000: smb://WG%3Busername@cifs.server/username
0x8174a70 2008/04/09 16:59:31.4867 (USER): window 0x83d0000 open location: old="computer:", new="smb://WG%3Busername@cifs.server/username"
0x8174a70 2008/04/09 16:59:31.4867 (USER): finished loading window 0x83d0000: computer:
0x8174a70 2008/04/09 16:59:31.7173 (USER): debug log dumped due to signal 11
===== END RING BUFFER =====


This configuration for the debug log can be re-created
by putting the following in ~/nautilus-debug-log.conf
(use ';' to separate domain names):


[debug log]
max lines=1000

Other information:
I'm running a Debian SID, the Samba server is a Debian Stable.
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2008-04-09 22:42:54 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 522534 ***
Comment 2 Marius M. M. 2008-04-10 08:42:50 UTC
Just one more info:

When not entering anything into the "Folder:"-Textbox, it works. As it seems the "/" I entered there has made Nautilus crash.