Skip to content

The execution has failed due to the bug in the SevenZipSharp. (code: -2147024882) #2

@deltaone

Description

@deltaone

when compress large amount of data (about 1GB) with using 7-zip.dll v16.00 / v16.04 exception is up after 2-3 program run ...
when use 7-zip.dll v9.20 exception has gone ...
when set compressor.CompressionLevel = CompressionLevel.Fast; exeption has gone ...

SevenZip.SevenZipException was unhandled
HResult=-2146233088
Message=The execution has failed due to the bug in the SevenZipSharp. (code: -2147024882)
Source=main
StackTrace:
в SevenZip.SevenZipBase.ThrowException(CallbackBase handler, Exception[] e) в d:\work\fdsb\src\lib\SevenZip\Common.cs:строка 324
в SevenZip.SevenZipBase.CheckedExecute(Int32 hresult, String message, CallbackBase handler) в d:\work\fdsb\src\lib\SevenZip\Common.cs:строка 351
в SevenZip.SevenZipCompressor.CompressFilesEncrypted(Stream archiveStream, Int32 commonRootLength, String password, String[] fileFullNames) в d:\work\fdsb\src\lib\SevenZip\SevenZipCompressor.cs:строка 1270
в SevenZip.SevenZipCompressor.CompressDirectory(String directory, Stream archiveStream, String password, String searchPattern, Boolean recursion) в d:\work\fdsb\src\lib\SevenZip\SevenZipCompressor.cs:строка 1545
в SevenZip.SevenZipCompressor.CompressDirectory(String directory, String archiveName, String password, String searchPattern, Boolean recursion) в d:\work\fdsb\src\lib\SevenZip\SevenZipCompressor.cs:строка 1472
в SevenZip.SevenZipCompressor.CompressDirectory(String directory, String archiveName) в d:\work\fdsb\src\lib\SevenZip\SevenZipCompressor.cs:строка 1314
в Core.GM.Main(String[] args) в d:\work\fdsb\src\Main.cs:строка 183
в System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
в System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
в Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
в System.Threading.ThreadHelper.ThreadStart_Context(Object state)
в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
в System.Threading.ThreadHelper.ThreadStart()
InnerException:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions