[Mono-devel-list] Re: [Mono-patches] r46767 - trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols

2005-07-03 Thread Konstantin Triger
This requires a little bit more clean design which ensures the server is always IDisposable. As far I understand it's always correct, but if this changes, there will be a hard to find bug. So I decided to use a plain try/finally block. Thanks for notification! Regards, Konstantin Triger

[Mono-devel-list] Mono SVN / gmcs.exe compile error

2005-07-03 Thread Hisham Mardam Bey
Hello, I've been compiling Mono from SVN regularly now but a couple of days ago I started getting the following: ** (../../gmcs/gmcs.exe:7176): WARNING **: The class System.Collections.IKeyComparer could not be loaded, used in /cruft/cvs/mono/mcs/class/lib/net_2_0/System.Xml.dll (token

Re: [Mono-devel-list] Mono SVN / gmcs.exe compile error

2005-07-03 Thread Michal Moskal
On 7/3/05, Hisham Mardam Bey [EMAIL PROTECTED] wrote: Hello, I've been compiling Mono from SVN regularly now but a couple of days ago I started getting the following: ** (../../gmcs/gmcs.exe:7176): WARNING **: The class System.Collections.IKeyComparer could not be loaded, used in

[Mono-devel-list] Re: Mono SVN / gmcs.exe compile error

2005-07-03 Thread Robert Jordan
Hisham, I've been compiling Mono from SVN regularly now but a couple of days ago I started getting the following: ** (../../gmcs/gmcs.exe:7176): WARNING **: The class System.Collections.IKeyComparer could not be loaded, used in /cruft/cvs/mono/mcs/class/lib/net_2_0/System.Xml.dll (token

Re: [Mono-devel-list] Re: Mono SVN / gmcs.exe compile error

2005-07-03 Thread Hisham Mardam Bey
Michal, Robert, Thank you for your suggestion, but I already tried that. I just rm -rf'ed mono and mcs and I'm trying a fresh new checkout from SVN (developer repository). Lets hope this helps. I'll let everyone know what happens. Regards, Hisham. On 7/3/05, Robert Jordan [EMAIL PROTECTED]

[Mono-devel-list] [PATCH] Race condition when restarting threads

2005-07-03 Thread Ben Maurer
Hey, In a Mono bug report, we noticed a very rare race in the GC when restarting the world. GC_restart_handler states: /* Let the GC_suspend_handler() know that we got a SIG_THR_RESTART. */ /* The lookup here is safe, since I'm doing this on behalf */ /* of a thread which holds the

Re: [Mono-devel-list] System.Diagnostics.Process redirection

2005-07-03 Thread John Bailo
On Sunday 03 July 2005 06:10, Colin JN Breame wrote: Hello, Below is a program that on my system replicates an unexpected exit by the mono runtime. The lines of interest are: stdout.WriteLine(1); p.StandardInput.WriteLine(hello world!); stdout.WriteLine(2); As the

RE: [Mono-devel-list] Warning with Gnome.About

2005-07-03 Thread Harry Chesley
On Fri, 2005-07-01 at 09:15 -0700, Harry Chesley wrote: I use Gnome.About to display my about box. If I just open and close the about box, I get four of the following warnings (with sequential increasing ids): (Argeebee:5931): GLib-GObject-WARNING **: gsignal.c:1781: instance

[Mono-devel-list] make test error

2005-07-03 Thread Toan Ly
Hello I have the following error. I suspect it was caused by /debug:full but I m not so sure. Please give me some directions, thank you in advance. vbc.exe /lib:../../../class/lib/default -d:NET_1_1 -d:ONLY_1_1 /debug+ /debugfull /target:library /out:rerrors_btest_default.dll

Re: [Mono-devel-list] Mono and Ubuntu 5.10 Release Schedule

2005-07-03 Thread Mike Kestner
On Sun, 2005-07-03 at 12:16 -0400, Brandon Hale wrote: I've already spoken with Mike, Ben, and Miguel on IRC, but I would appreciate any creative solutions to either API or scheduling issues that you can come up with. Anybody ever tried doing a mono bundle with MD? -- Mike Kestner [EMAIL

Re: [Mono-devel-list] Mono and Ubuntu 5.10 Release Schedule

2005-07-03 Thread Brandon Hale
On Sun, 2005-07-03 at 12:09 -0500, Mike Kestner wrote: On Sun, 2005-07-03 at 12:16 -0400, Brandon Hale wrote: I've already spoken with Mike, Ben, and Miguel on IRC, but I would appreciate any creative solutions to either API or scheduling issues that you can come up with. Anybody ever

Re: [Mono-devel-list] Mono and Ubuntu 5.10 Release Schedule

2005-07-03 Thread Ben Maurer
On Sun, 2005-07-03 at 12:09 -0500, Mike Kestner wrote: On Sun, 2005-07-03 at 12:16 -0400, Brandon Hale wrote: I've already spoken with Mike, Ben, and Miguel on IRC, but I would appreciate any creative solutions to either API or scheduling issues that you can come up with. Anybody ever

Re: [Mono-devel-list] Mono and Ubuntu 5.10 Release Schedule

2005-07-03 Thread Miguel de Icaza
Hello, I've already spoken with Mike, Ben, and Miguel on IRC, but I would appreciate any creative solutions to either API or scheduling issues that you can come up with. Anybody ever tried doing a mono bundle with MD? It could be possible to ship the gtk# 2.x libraries in a way similar

Re: [Mono-devel-list] Re: Mono SVN / gmcs.exe compile error

2005-07-03 Thread Hisham Mardam Bey
Apparently after wiping out mono and mcs and checking them out from SVN everything worked properly. Thanks for your help folks. Regards, Hisham. -- Hisham Mardam Bey MSc (Computer Science) http://hisham.cc/ +9613609386 Codito Ergo Sum (I Code Therefore I Am)

Re: [Mono-devel-list] System.Diagnostics.Process redirection

2005-07-03 Thread Colin JN Breame
On Sunday 03 Jul 2005 16:45, John Bailo wrote: 1. Have you tried adding a catch so you can see any errors that might be thrown? You have that code nested in a try -- but no cache. Yes I have - I've tried both a catch and a finally block around the suspect line. It really is exiting at that

Re: [Mono-devel-list] Performance regression with XSP/Mono 1.1.8

2005-07-03 Thread Gonzalo Paniagua Javier
On Fri, 2005-07-01 at 16:38 +0200, Luca wrote: Hello, I was doing some test on mono+XSP with web services. I was using the packages from debian/unstable (on the server): [...] I noticed that client performance was poor

[Mono-devel-list] issue on runtime

2005-07-03 Thread anacronique
Hello people, I'm newbie here, so correct me if I'm in the wrong place... The thing is that: After compile mono 1.1.8 in a Slack box I'm getting this with some projects (the ones i've compiled) on the runtime. I think i have some mistake in my setup; I have to hack Tomboy to seem alive. Thanks

Re: [Mono-devel-list] mcs patch for precise location handling

2005-07-03 Thread Atsushi Eno
Hi, Martin gave some comments on the patch, so I made a few changes: - removed dont_progress_location conditions in tokenizer - fixed incorrectly modified public int token in location.cs - renamed StringValue to Value in LocatedToken. And merged the patch to the latest