Re: [Mono-dev] XmlTextReader problems in mono 2.10.2

2011-07-25 Thread Atsushi Eno
I just confirmed that it does not reproduce (I am pretty sure it must not, as such problematic error would have flooded this list). If you still think there is bug, come up with the problematic test xml stream and corresponding code that creates the actual "IFXstream". Atsushi Eno > Hi, > I'm hav

Re: [Mono-dev] Non-TCP/IP socket access

2011-07-25 Thread Robert Jordan
On 25.07.2011 15:24, Andy Hume wrote: > Currently other socket types are blocked. This occurs because the > mapping functions will return an error if asked to handle a different > address family. For instance see convert_family at > mono/metadata/socket-io.c[3], when given an unknown value will

Re: [Mono-dev] Non-TCP/IP socket access

2011-07-25 Thread Andy Hume
> -Original Message- > From: mono-devel-list-boun...@lists.ximian.com > [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf > Of Robert Jordan > Sent: 22 July 2011 17:12 > To: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Non-TCP/IP socket access > > On 22.07.2011 18

[Mono-dev] XmlTextReader problems in mono 2.10.2

2011-07-25 Thread Euan MacInnes
Hi,I'm having problems reading UTF-8 encoded XML files, only in mono on Linux and MacOSX (2.10.2 and 2.10.1 respectively). 2.10.2 on Windows 7 64 bit runs just fine, as does .NET The issue is that the XmlTextReader can't open an XML file with UTF-8 encoding, it comes up with an old error