Ok here goes. Apparently for each keystroke entered on the text-based location bar after an FTP connection has been made, gvfsd-ftp spawns a new thread. This seems to be a Nautilus bug having to do with how Nautilus handles changes on the text-based location bar. Here is the output of the attached gdb after typing a few letters on the location bar (e.g adding 'public_html' to 'ftp://ftp.server.net/')
(gdb) c Continuing. [New Thread 0x41e3f950 (LWP 9323)] [New Thread 0x40be8950 (LWP 9324)] [New Thread 0x4163e950 (LWP 9325)] [New Thread 0x42640950 (LWP 9326)] [New Thread 0x42e41950 (LWP 9327)] [New Thread 0x43642950 (LWP 9328)] [New Thread 0x43e43950 (LWP 9329)] [New Thread 0x44644950 (LWP 9330)] [New Thread 0x44e45950 (LWP 9331)] [Thread 0x41e3f950 (LWP 9323) exited] [Thread 0x43e43950 (LWP 9329) exited] [Thread 0x42e41950 (LWP 9327) exited] [Thread 0x43642950 (LWP 9328) exited] Program received signal SIGABRT, Aborted. [Switching to Thread 0x42640950 (LWP 9326)] 0x00007f63ec0d2095 in raise () from /lib/libc.so.6 (gdb) bt #0 0x00007f63ec0d2095 in raise () from /lib/libc.so.6 #1 0x00007f63ec0d3af0 in abort () from /lib/libc.so.6 #2 0x00007f63ecbc1b27 in g_assertion_message () from /usr/lib/libglib-2.0.so.0 #3 0x00007f63ecbc1fc2 in g_assertion_message_expr () from /usr/lib/libglib-2.0.so.0 #4 0x00000000004126e2 in ?? () #5 0x000000000040a3dd in ?? () #6 0x0000000000412984 in ?? () #7 0x00007f63ecbc6b57 in ?? () from /usr/lib/libglib-2.0.so.0 #8 0x00007f63ecbc4fb4 in ?? () from /usr/lib/libglib-2.0.so.0 #9 0x00007f63ec4083f7 in start_thread () from /lib/libpthread.so.0 #10 0x00007f63ec177b2d in clone () from /lib/libc.so.6 #11 0x0000000000000000 in ?? () For each character a new thread was spawned leading to the SIGABRT a few seconds later. I believe this should be sufficient to complete this bug report. If someone could triage the findings and confirm that'd be great. As it stands right now, FTPing from Nautilus is badly broken. -- Cannot navigate to FTP location (gvfs) using text-based location bar https://bugs.launchpad.net/bugs/209355 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
