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 435823 - Nautulis crashes when trying to connect to ftp://mirrors.kernel.org
Nautulis crashes when trying to connect to ftp://mirrors.kernel.org
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: ftp
unspecified
Other Linux
: High critical
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
: 438937 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-05-04 13:37 UTC by Matthias Clasen
Modified: 2007-10-21 21:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mark flags as valid on occasion (1.00 KB, patch)
2007-05-08 03:43 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2007-05-04 13:37:38 UTC
First filed here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238425
 
Steps to Reproduce:
1. CTRL+L to bring up the address bar
2. type ftp://mirrors.kernel.org
3. select connect anonymously click "connect"
  
Actual results:
nautilus crashes

Expected results:
connect to the ftp site

Additional info:
I tried a couple other ftp sites and I can connect to them fine.


The downstream bugs has some initial inconclusive debugging attempts.
This seems to be related to directory symlinks.
Comment 1 palfrey 2007-05-07 15:29:03 UTC
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 palfrey 2007-05-07 15:31:51 UTC
Hm... maybe I should try reading the upstream bug report first.... copy+pasting in here.

  • #3 IA__g_str_hash
    at gstring.c line 95
  • #4 IA__g_hash_table_lookup_extended
    at ghash.c line 231
  • #5 modify_link_hash_table
    at nautilus-file.c line 278
  • #6 update_info_internal
    at nautilus-file.c line 1467
  • #7 nautilus_file_new_from_info
    at nautilus-file.c line 355
  • #8 dequeue_pending_idle_callback
    at nautilus-directory-async.c line 880
  • #9 directory_load_callback
    at nautilus-directory-async.c line 1041
  • #10 dispatch_load_directory_callback
    at gnome-vfs-job.c line 237
  • #11 dispatch_job_callback
    at gnome-vfs-job.c line 562

Comment 3 Matthias Clasen 2007-05-08 03:43:11 UTC
Created attachment 87767 [details] [review]
mark flags as valid on occasion

This patch makes nautilus open the problematic url just fine.
Comment 4 Alexander Larsson 2007-05-08 08:09:04 UTC
Commited to head and gnome-2-18
Comment 5 Christian Kirbach 2007-10-21 21:32:20 UTC
*** Bug 438937 has been marked as a duplicate of this bug. ***