Re: [Mono-dev] Process SIGSEGV on Mono 2.8p6

2010-10-08 Thread Chuck Esterbrook
On Tue, Oct 5, 2010 at 1:44 PM, Michael Hutchinson wrote: > On Tue, Oct 5, 2010 at 2:12 AM, Chuck Esterbrook > wrote: >> On Tue, Sep 28, 2010 at 2:00 PM, Miguel de Icaza wrote: >>> Hello Chuck, >>> >>>    Could you make a simple test case from this p

Re: [Mono-dev] Process SIGSEGV on Mono 2.8p6

2010-10-04 Thread Chuck Esterbrook
On Tue, Sep 28, 2010 at 2:00 PM, Miguel de Icaza wrote: > Hello Chuck, > >    Could you make a simple test case from this program? > >    Something is calling Process to run a program, and this is where the > problem is, a test case would be very useful. I totally agree, but have not been able to

Re: [Mono-dev] Process SIGSEGV on Mono 2.8p6

2010-09-25 Thread Chuck Esterbrook
Interestingly, if I add --gc=sgen then the problem goes away. Also, if I prevent the program from using a DLL built with an older version of Mono (2.4?) then the problem goes away and regardless of which gc I use. -Chuck -- http://charles-esterbrook.com/ _

[Mono-dev] Process SIGSEGV on Mono 2.8p6

2010-09-25 Thread Chuck Esterbrook
Hi, I took Mono 2.8 preview 6 for Mac for a test drive on Mac OS X 10.6.4. I have a .NET/Mono compiler that is self-hosting, meaning that it compiles itself, like so: $ cd cobra-workspace $ mono Snapshot/cobra.exe -c -ert:yes cobra.cobra -files:files-to-compile.text Which works fine under Mono 2

Re: [Mono-dev] sh#

2010-04-09 Thread Chuck Esterbrook
On Thu, Apr 8, 2010 at 5:29 PM, Jerry Maine - KF5ADY wrote: > What does everyone think about making a new dlr script language that is > compatible with sh or bash? Maybe called sh#? I would certainly like a file- and process-oriented bash-like scripting language for dlr/clr that runs on Mac, Linu

Re: [Mono-dev] Some questions in regards to the GTK# API

2009-11-30 Thread Chuck Esterbrook
On Mon, Nov 30, 2009 at 10:41 AM, Mike Kestner wrote: > I don't know how ugly it is.  It would be extremely unusual to create a > toplevel window without setting the title of the window, which is one > available overloads.  I'm not opposed to adding default constructors for > everything.  It would

Re: [Mono-dev] Big performance gaps between .NET, Mono (Suse/Debian) ?

2009-10-06 Thread Chuck Esterbrook
A web search showed me that GC can be turned off with the environment variable GC_DONT_GC. Maybe that should be called MONO_GC_ON. In any case, any value will turn off the GC, including blank, so to turn it back on, unset it. I tested with a command line Mono program that is not a microbenchmark.

Re: [Mono-dev] Big performance gaps between .NET, Mono (Suse/Debian) ?

2009-10-06 Thread Chuck Esterbrook
On Tue, Oct 6, 2009 at 3:27 AM, Leszek Ciesielski wrote: > Besides, while measuring Dictionary performance has some relation to > actual program performance, I doubt whether anyone will call > IPAdress.ToString() often enough to even notice the speed difference... True, but a 6 - 7 X slow down is

Re: [Mono-dev] Patch for HttpRuntime and HttpServerUtility to bring API in sync with .NET 2.0 SP2

2009-09-24 Thread Chuck Esterbrook
On Thu, Sep 24, 2009 at 1:20 PM, Marek Habersack wrote: >> Nick Berardi wrote: >> But by leaving out these stub API's the Mono project is essentially >> forbidding any application that references these API's from running on >> their software, even if the application fully supports .NET 2.0 pre and

Re: [Mono-dev] [Mono-osx] Splitting MacOS installer into Runtime and SDK

2008-11-20 Thread Chuck Esterbrook
-- I'm glad to see gacutil* in the runtime distro. -- The /share/icons directory is ridiculously huge. Can icons be packed into arbitrary .zip or .tar files? The JVM guys do this with their .class files to keep the number of files lower. -Chuck On Wed, Nov 19, 2008 at 5:50 PM, Miguel de Icaza <