Skip to content

ObjectDisposedException at BZip2OutputStream.Finalize() #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tdhintz opened this issue Feb 7, 2015 · 1 comment
Closed

ObjectDisposedException at BZip2OutputStream.Finalize() #68

tdhintz opened this issue Feb 7, 2015 · 1 comment
Assignees
Milestone

Comments

@tdhintz
Copy link

tdhintz commented Feb 7, 2015

Uncontrolled cleanup of lost IIS sessions causes a crash. Finalize should not throw.

Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ObjectDisposedException
Stack:
at System.IO.__Error.FileNotOpen()
at System.IO.FileStream.Write(Byte[], Int32, Int32)
at System.Security.Cryptography.CryptoStream.Write(Byte[], Int32, Int32)
at System.IO.Stream.WriteByte(Byte)
at ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream.BsW(Int32, Int32)
at ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream.BsPutint(Int32)
at ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream.EndBlock()
at ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream.Dispose(Boolean)
at ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream.Finalize()

@McNeight McNeight added the bug label Apr 14, 2016
@McNeight McNeight self-assigned this Apr 14, 2016
@McNeight McNeight added the bzip2 label Apr 15, 2016
@McNeight McNeight added the iis label Aug 14, 2016
@McNeight McNeight added this to the 1.0 milestone Aug 15, 2016
@McNeight
Copy link
Contributor

Fixed with pull request #69

-Neil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants