A
Arnie
Folks,
The GZipStream class in .NET is throwing an exception during an OS
unseal/power up (first boot experience). The .NET system is fully up as
other apps seem to run fine.
Our code works fine when testing it on a PC that is already up.
After googling we found some people having similar issues when using
SQLServer ... but we are not using it.
Has anyone seen this?
-jeff
.........
I think we could use some advice/analysis from Microsoft on this stack
trace, which is showing an exception from the GZipStream implementation. I
have Googled this and only found issues with people apparently misusing
SQLServer, nothing relating to compression/decompression. This occurs
occasionally during an OS unseal/power up:
......................Module: System.Runtime.Remoting.Proxies.RealProxy
Exception 1: System.IndexOutOfRangeException
Message: Index was outside the bounds of the array.
Source: System
Site: Void CreateTable()
*** Stack Trace ***
Server stack trace:
at System.IO.Compression.HuffmanTree.CreateTable()
at System.IO.Compression.HuffmanTree..ctor(Byte[] codeLengths)
at System.IO.Compression.Inflater.DecodeDynamicBlockHeader()
at System.IO.Compression.Inflater.Decode()
at System.IO.Compression.Inflater.Inflate(Byte[] bytes, Int32 offset,
Int32 length)
at System.IO.Compression.DeflateStream.Read(Byte[] array, Int32 offset,
Int32 count)
at System.IO.Compression.GZipStream.Read(Byte[] array, Int32 offset,
Int32 count)
The GZipStream class in .NET is throwing an exception during an OS
unseal/power up (first boot experience). The .NET system is fully up as
other apps seem to run fine.
Our code works fine when testing it on a PC that is already up.
After googling we found some people having similar issues when using
SQLServer ... but we are not using it.
Has anyone seen this?
-jeff
.........
I think we could use some advice/analysis from Microsoft on this stack
trace, which is showing an exception from the GZipStream implementation. I
have Googled this and only found issues with people apparently misusing
SQLServer, nothing relating to compression/decompression. This occurs
occasionally during an OS unseal/power up:
......................Module: System.Runtime.Remoting.Proxies.RealProxy
Exception 1: System.IndexOutOfRangeException
Message: Index was outside the bounds of the array.
Source: System
Site: Void CreateTable()
*** Stack Trace ***
Server stack trace:
at System.IO.Compression.HuffmanTree.CreateTable()
at System.IO.Compression.HuffmanTree..ctor(Byte[] codeLengths)
at System.IO.Compression.Inflater.DecodeDynamicBlockHeader()
at System.IO.Compression.Inflater.Decode()
at System.IO.Compression.Inflater.Inflate(Byte[] bytes, Int32 offset,
Int32 length)
at System.IO.Compression.DeflateStream.Read(Byte[] array, Int32 offset,
Int32 count)
at System.IO.Compression.GZipStream.Read(Byte[] array, Int32 offset,
Int32 count)