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 585227 - Special chars in filename cause folder sync crash
Special chars in filename cause folder sync crash
Status: RESOLVED DUPLICATE of bug 583823
Product: conduit
Classification: Other
Component: dataproviders
0.3.x
Other All
: Normal critical
: ---
Assigned To: conduit-maint@gnome.bugs
conduit-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-06-09 09:22 UTC by matmoser
Modified: 2009-08-13 20:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description matmoser 2009-06-09 09:22:05 UTC
Steps to reproduce:
1. Create a file or folder with a special char in the filename (e.g. german ü,ä,ö)
2. Sync the top folder to another folder


Stack trace:
[datatypes.DataType  ][DEBUG  ] Getting Rid for file:///media/mybook/Fotos/Dinge/Pläne_Dusche/dusche_3.jpg (DataType.py:151)
[platform.FileGio    ][INFO   ] Standard Attributes: standard::name,standard::content-type,standard::type,standard::size,standard::allocated-size,standard::display-name,standard::edit-name,standard::copy-name,standard::icon,standard::fast-content-type (FileGio.py:26)
[platform.FileGio    ][INFO   ] Time Attributes: time::modified,time::modified-usec,time::access,time::access-usec,time::changed,time::changed-usec (FileGio.py:26)
Exception in thread Thread-2:
Traceback (most recent call last):
  • File "/usr/lib/python2.6/threading.py", line 525 in __bootstrap_inner
    self.run()
  • File "/var/lib/python-support/python2.6/conduit/Database.py", line 304 in run
    self.cur.execute(req, args)
ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.

Other information:
I found a similar problem here: https://bugs.launchpad.net/ubuntu/+source/conduit/+bug/371175/+viewstatus

This happens with the Ubuntu Jaunty package as well as with the latest svn version. Makes Conduit unusable :(
Comment 1 sam tygier 2009-08-13 20:47:53 UTC
same as bug #583823
Comment 2 sam tygier 2009-08-13 20:48:32 UTC

*** This bug has been marked as a duplicate of 583823 ***