https://bugs.kde.org/show_bug.cgi?id=498600
Bug ID: 498600
Summary: Failure decoding large 7zip file
Classification: Frameworks and Libraries
Product: frameworks-karchive
Version: 6.9.0
Platform: unspecified
OS: macOS
Status: REPORTED
Severity: major
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
STEPS TO REPRODUCE
1. Open
https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_19.1.0-based-windows-vs2019_64.7z
with `K7Zip::open()`
2. Call `(K7Zip*)archive->directory()->copyTo("/tmp");`
3. Wait for it to run into a Q_ASSERT in `KArchiveFile::copyTo`
OBSERVED RESULT
Assert(n == currentChunkSize)
EXPECTED RESULT
No errors / asserts etc.
SOFTWARE/OS VERSIONS
macOS: 15.2
Qt Version: 6.8.1
--
You are receiving this mail because:
You are watching all bug changes.