[Mono-bugs] [Bug 327480] New: Mono fails to close stream reader and causes double free exception
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Sep 22 11:01:07 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=327480#c322
Summary: Mono fails to close stream reader and causes double free
exception
Product: Mono: Class Libraries
Version: unspecified
Platform: x86
OS/Version: Novell Linux Desktop 9 SP2
Status: NEW
Severity: Critical
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: m.majchrowicz at gmail.com
QAContact: mono-bugs at ximian.com
Found By: ---
Created an attachment (id=174020)
--> (https://bugzilla.novell.com/attachment.cgi?id=174020)
Simple test case
I use svn head.
gmcs ./test2.cs
mono test2.exe
And you should get this:
before1
before2
<html>
<head>
<META content="text/html; charset=UTF-8" http-equiv=Content-Type>
<title>Konto e-Mail w portalu o2.pl. Załóż konto pocztowe e-mail
gratis. Dostęp przez WWW i POP3. WAP Tlen Tlen.pl komunikator Szybkie
konto email za darmo.</title>
<meta content="Darmowe konta e-mail 1024 MB. Za darmowe konto pocztowe e-mail
gratis. Dostp przez WWW i POP3. WAP Tlen Tlen.pl komunikator Konto email za
darmo." name=Description>
<meta content="darmowe, konta, e-mail, konto, pocztowe, e-mail, gratis, dostp,
przez, WWW, POP3, WAP, Tlen, Tlen.pl, komunikator,
after1
Unhandled Exception: System.ObjectDisposedException: The object was used after
being disposed.
at System.IO.Compression.DeflateStream.FlushInternal (Boolean finish)
[0x00000]
at System.IO.Compression.DeflateStream.Dispose (Boolean disposing) [0x00000]
at System.IO.Stream.Close () [0x00000]
at System.IO.Stream.Dispose () [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.Stream:Dispose ()
at System.IO.Compression.GZipStream.Dispose (Boolean disposing) [0x00000]
at System.IO.Stream.Close () [0x00000]
at test.MainClass.Main (System.String[] args) [0x00000]
--
Configure bugmail: https://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