Bug 216958

Summary: webdav KIO slave break when writing/reading large (>2GB) files
Product: [Frameworks and Libraries] kio Reporter: Johannes Truschnigg <johannes+kdebugs>
Component: webdavAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adawit
Priority: NOR    
Version: 4.3   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Johannes Truschnigg 2009-12-01 17:23:20 UTC
Version:            (using KDE 4.3.3)
Compiler:          gcc (Gentoo 4.4.2 p1.0) 4.4.2
 -O2 -march=native (Intel COre 2 Quad Q6600)
OS:                Linux
Installed from:    Gentoo Packages

When using webdav to manage files on a remote HTTP/WebDAV resource (Apache, in my case), handling files over 2GB in size crashes the KIO slave - the transfer is shut down after 2GB of data are submitted, the server logs shows:
----snip----
[Tue Dec 01 16:39:42 2009] [error] [client 192.168.1.1] request failed: error reading the headers
----snip----

Neither uploading nor downloading works. It's possible to rename and list resources of more than 2GB in size. The very same server setup shows none of these problems when using a different Dav client (cadaver).
Comment 1 Dawit Alemayehu 2011-03-23 19:56:42 UTC

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