[Mono-bugs] [Bug 503435] BinaryFormatter.Deserialize attempts to set stream Position (causes exception with BZip2InputStream)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 30 02:09:02 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=503435

User gonzalo at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=503435#c2


Gonzalo Paniagua Javier <gonzalo at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Gonzalo Paniagua Javier <gonzalo at novell.com>  2009-09-30 00:08:59 MDT ---
Fixed in trunk, mono-2-6 and mono-2-4 (r142963 through r142966).

Now the output of the test is:
taskData.Length=256
foo

Notice that the original problem here is that BZip2InputStream is broken. It
reports CanSeek based on the underlying stream properties but then it does not
allow setting Position. It should return false in CanSeek.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list