GNOME Bugzilla – Bug 655429
gvfsd-dav crashed with SIGABRT in raise()
Last modified: 2013-12-09 06:04:23 UTC
this report has been filed here: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/815349 "I believe this happened when my connectivity failed (ethernet wire pulled), possibly also when I deactivated a VPN connection." ".
+ Trace 227914
This bug is actually caused by libproxy0, specifically by a string parsing error in url.c:308 - when the URL contains username and port, but no pass, the parsing fails. A workaround is to specifiy neither user nor password in the "connect to" dialog, but to enter both in the password dialog that follows.
The involved libproxy version is libproxy0 0.3.1-2ubuntu5. The relevant source is at http://code.google.com/p/libproxy/source/browse/tags/libproxy-0.3.1/src/lib/url.c. Now it seems libproxy has been converted to C++ the relevant source is at http://code.google.com/p/libproxy/source/browse/trunk/libproxy/url.cpp#183 now and seems to handle the case with a username without passwort in hier part. I think this one can be closed.
Thanks Felix.