Re: [Mono-dev] TextBoxBase Out of Memory Problem

2007-01-20 Thread Sebastien Pouliot
iot [mailto:[EMAIL PROTECTED] > > Sent: Friday, January 19, 2007 7:10 PM > > To: Charlie Poole > > Cc: 'mono-devel' > > Subject: Re: [Mono-dev] TextBoxBase Out of Memory Problem > > > > Hello Charlie, > > > > Are you using Mono from SVN

Re: [Mono-dev] TextBoxBase Out of Memory Problem

2007-01-20 Thread Andreia Gaita
On 1/20/07, Charlie Poole <[EMAIL PROTECTED]> wrote: > Hi Sebastien, > > This is on Windows using stock 1.2.2, so maybe it's fixed. > > I'll try building from SVN and see what happens. Any reason > I can't just build MWF and drop the assembly into my stock > system? You'll need a fresh build of Sy

Re: [Mono-dev] TextBoxBase Out of Memory Problem

2007-01-19 Thread Charlie Poole
ilto:[EMAIL PROTECTED] > Sent: Friday, January 19, 2007 7:10 PM > To: Charlie Poole > Cc: 'mono-devel' > Subject: Re: [Mono-dev] TextBoxBase Out of Memory Problem > > Hello Charlie, > > Are you using Mono from SVN ? (if so which revision ?) or > stock 1.2.2 ?

Re: [Mono-dev] TextBoxBase Out of Memory Problem

2007-01-19 Thread Sebastien Pouliot
Hello Charlie, Are you using Mono from SVN ? (if so which revision ?) or stock 1.2.2 ? I believe I fixed today this problem (it affects only Win32). The DC was not released because the p/invoke signature missed a parameter. Sebastien On Fri, 2007-01-19 at 18:23 -0800, Charlie Poole wrote: > Hi

[Mono-dev] TextBoxBase Out of Memory Problem

2007-01-19 Thread Charlie Poole
Hi All, While it's probably not a good idea to keep hitting a text box with AppendText calls, that's what the NUnit Gui does at the moment, resulting in the stack trace below. This is a bit hard to repro, since NUnit tries to handle the unhandled exception, making matters even worse. I got it by