GNOME Bugzilla – Bug 167075
nautilus crashes if username is given in smb:// URI
Last modified: 2005-02-11 16:06:53 UTC
Please describe the problem: nautilus crashes when username is given in smb:// URI. Steps to reproduce: 1. Launch nautilus 2. Go to location bar and try to access a server by giving username in the URI For example, smb://naren@gnometest 3. Nautilus crashes. Actual results: Nautilus crashes. Expected results: Should not crash Does this happen every time? Yes. Other information: Stack trace of nautilus crash: Program received signal SIGSEGV, Segmentation fault.
+ Trace 55590
Thread 1098570672 (LWP 4862)
The crash is due to NULL pointer access after getting user information from cache. Attached patch fixes it.
Created attachment 37348 [details] [review] patch to fix crash when username is given in smb:// uri.
Commited a fix to CVS.
*** Bug 166994 has been marked as a duplicate of this bug. ***