|
Bugzilla – Full Text Bug Listing |
| Summary: | KTorrent 2 GB filesize limit | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Forgotten User tn5Rr5KF6I <forgotten_tn5Rr5KF6I> |
| Component: | KDE | Assignee: | E-mail List <kde-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | adrian.schroeter |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
this has been fixed in 1.1 final which is already in for 10.1. so this only affects 10.0.. as this is opensuse related.. aj/adrian: you? Not approved for 10.0. resolving as fixed for 10.1. |
While downloading a large file with "KTorrent-1.1rc1" the program terminates suddenly at a filesize of 2 GB without any message. The last lines of 'strace -f ktorrent' are: -------------------------------------------- [...] open("/home/<user>/.kde/share/apps/ktorrent/tor0/cache/KNOPPIX_V4.0.2DVD-2005-09-23-DE.iso", O_RDWR) = 18 fstat64(18, {st_mode=S_IFREG|0644, st_size=2147483647, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,0) = 0x40035000 fstat64(18, {st_mode=S_IFREG|0644, st_size=2147483647, ...}) = 0 _llseek(18, 2147479552, [2147479552], SEEK_SET) = 0 read(18, "\340\351O\220\\K\354E\257\252\376=\240\0271\30d\260f\364"...,4095) = 4095 write(18, "\10", 1) = -1 EFBIG (File too large) --- SIGXFSZ (File size limit exceeded) @ 0 (0) --- ----------------------------------------------