Re: [Mono-dev] Cannot load Mono.Security.dll (you read it?)

2007-06-29 Thread APS
I'm in doubt that my mails are blocked by antispam filters on ML users client machines. You can confirm that my mail was received...and maybe give me some hint? :-) At 10.53 27/06/2007, you wrote: Hi, I've a problem on sending mail with SSL auth. When sending mail I obtain Cannot load

Re: [Mono-dev] mono crashing on windows

2007-06-29 Thread Marcos Cobeña Morián
Hello Jonathan, It's true it's not fully fixed, but at least let me keep on working (make doesn't notice about it, so keeps building). Mono keeps crashing after a successful build, but I've noticed it's only when building 2.0 assemblies from bootstrap with gmcs. Please, let us know the root when

Re: [Mono-dev] MailDefinition patch

2007-06-29 Thread Dumitru Ban
Hi again, Any thoughts? Any ideas? Thanks best regards, Dumi. - Original Message - From: Dumitru Ban To: mono-devel-list@lists.ximian.com Sent: Tuesday, May 29, 2007 11:14 AM Subject: [Mono-dev] MailDefinition patch Hi, I'm trying to create a patch for the

[Mono-dev] Problems trying to compile Plastic on Linux

2007-06-29 Thread pablosantosluac
Hi, I'm trying to compile the plastic server on linux using mono + NANT. It compiles all the .dll and even the .exe targets, but at the end it fails: [csc] Compilation succeeded - 3 warning(s) [al] Output file

[Mono-dev] Patch for Cecil.FlowAnalysis: Allow Try/Catch blocks

2007-06-29 Thread Néstor Salceda
Hello, I have written a little patch for allow try/catch blocks in Cecil.FlowAnalysis assembly, although the patch isn't finished yet because I have to finish the finally blocks. I would like know if I'm in the correct way. I have written unit tests for check the correct behavior, I would like

Re: [Mono-dev] mono crashing on windows

2007-06-29 Thread Jonathan Chambers
Marcos, That didn't seem to help me unfortunately. I am still bisecting previous versions to find when this problem started for me. Just takes a while to build on windows... - Jonathan On 6/27/07, Marcos Cobeña Morián [EMAIL PROTECTED] wrote: Hello again, Atsushi Eno has given me the

[Mono-dev] Mono and NMock2 - failing to run NMock2 with mono svn

2007-06-29 Thread Mads Bondo Dydensborg
Hi there I have observed that my nmock2 tests have started to fail with the version of mono I compile from svn. Running this command: $ echo $MONO_PATH

Re: [Mono-dev] Cannot load Mono.Security.dll (you read it?)

2007-06-29 Thread Sebastien Pouliot
On Fri, 2007-06-29 at 12:41 +0200, APS wrote: I'm in doubt that my mails are blocked by antispam filters on ML users client machines. You can confirm that my mail was received... Yes it is. However it lacks many details that could help us help you. E.g. your environment, like the OS, Mono

Re: [Mono-dev] Build mono in linux

2007-06-29 Thread Robert Jordan
Hi, Rubén de Alba wrote: I execute the command ($ ./configure --with-glib=embedded) and it finishes withour errors. Try to run ./configure make in the eglib directory. Then run make in mono's directory again. Robert Then, I do the make and it fails: -bash-3.00$ make make

[Mono-dev] Domain Unload crash

2007-06-29 Thread Joachim Ante
Hi, I am having some more issues in domain unloading. Paolo fixed one crashbug in the generics cache and at least it isn't crashing every time we unload a domain. http://bugzilla.ximian.com/show_bug.cgi?id=77596 The problem is that now i am getting crashbugs much less frequently and it

[Mono-dev] Oddity in C#

2007-06-29 Thread Paul F. Johnson
Hi, Got a bit of a strange one which I'm not sure about. Below is a bit of code I'm playing with... namespace bitcount { public bitcount { private uint BitCounter(uint u) { uint uCount; uCount = u - ((u 1) 0333) - ((u 2) 0111); return

Re: [Mono-dev] Cannot load Mono.Security.dll (you read it?)

2007-06-29 Thread APS
I'm in doubt that my mails are blocked by antispam filters on ML users client machines. You can confirm that my mail was received...and maybe give me some hint? :-) At 10.53 27/06/2007, you wrote: Hi, I've a problem on sending mail with SSL auth. When sending mail I obtain Cannot load

[Mono-dev] SerialPort - patch waiting to apply

2007-06-29 Thread Leszek Ciesielski
http://bugzilla.ximian.com/show_bug.cgi?id=78911 There's a patch and Miguel's positive comment - can someone apply this, please? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Domain Unload crash

2007-06-29 Thread Zoltan Varga
Hi, Are you using SVN HEAD? It should have a fix for crashes inside mono_marshal_get_runtime_invoke. Zoltan On 6/28/07, Joachim Ante [EMAIL PROTECTED] wrote: Hi, I am having some more issues in domain unloading. Paolo fixed one crashbug in the generics cache and at

[Mono-dev] Oddity in C#

2007-06-29 Thread Alan McGovern
The MSDN documentation for Read might help here... http://msdn2.microsoft.com/en-us/library/system.console.read.aspx What you'll need to do is read in the console input as a string and use Convert.ToInt32() (or whatever) to get the input value. Alan. On 6/28/07, Paul F. Johnson [EMAIL

Re: [Mono-list] can't find the list of classes support in mono

2007-06-29 Thread Steen Manniche
On Wednesday 27 June 2007 19:02, Joe Audette wrote: Also there is a class status page for 2.x framework http://www.mono-project.com/Class_Status http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/index.html I'm not sure how up to date and accurate it is. the listing on mono.ximian.com is

[Mono-list] dup_type in reflection.c - leaking memory?

2007-06-29 Thread Bruce Wilkie
hey all, quick question while trying to understand some of the generics support in mono. dup_type uses g_new0(...), however mono_metadata_free_type(...) assumes mempool allocation. is there a disconnect here, or am I missing something obvious? :) thx, bruce

[Mono-list] HttpRuntime performance

2007-06-29 Thread Claus Trojahn
Hello, after testing aspx pages (via mod_mono) against php files, it shows that a simple default.aspx runs much slower than the php version. Is the HttpRuntime on mono generally slow or could it be a install problem? Tests of some mono apps against their c++ counterparts run very well, so I

[Mono-list] Trouble with utf-16 marshaling

2007-06-29 Thread Maser, Dan
My situation is this: I've got a C library that has a lot of UTF-16 inputs and outputs. The C type is always unsigned short* or const unsigned short* (because clearly wchar_t* isn't portable because it's 4 bytes on linux). All of my C# code has the [MarshalAs(UnsignedType.LPWStr)]

Re: [Mono-list] HttpRuntime performance

2007-06-29 Thread Atsushi Eno
I assume, aren't you just seeing slowness due to first time compilation ? You can experience similar slowness with JSP for example. Atsushi Eno Claus Trojahn wrote: Hello, after testing aspx pages (via mod_mono) against php files, it shows that a simple default.aspx runs much

Re: [Mono-list] HttpRuntime performance

2007-06-29 Thread Rueben Ramirez
I too have been experiencing sub-par performance on a standard ubuntu mod-mono install. I was attributing this to either an older machine (that served php well for a test environment) or an improper configuration. I too will be interested in anything you guys can offer. Thanks in advance,

Re: [Mono-list] HttpRuntime performance

2007-06-29 Thread Rueben Ramirez
As I understand it, mono server just executes the binary that has been pre-compiled with either Visual Studio or via mono compilation.. I'm not very familiar with this whole process yet however, so I could be wrong... Even after running through pages a couple of times, the application doesn't

Re: [Mono-list] HttpRuntime performance

2007-06-29 Thread Atsushi Eno
Rueben Ramirez wrote: As I understand it, mono server just executes the binary that has been pre-compiled with either Visual Studio or via mono compilation.. Mono aspx compilation, which you mentioned above, is of course slow and happens at the first run. Hence you should not count it. No

[Mono-list] mod_mono hanging

2007-06-29 Thread Adriaan van Kekem
Hi, I am running mono 1.2.3.1 (ubuntu feisty from apt-get) with mod_mono on apache2. Most of the time all is going fine, but sometimes, when you connect to the server, i get the error below this message. This often happens after there is a lot of time no activity on the server itself. When i

Re: [Mono-list] HttpRuntime performance

2007-06-29 Thread Rueben Ramirez
Thanks for the info. I'm going to test my application on a faster box before I commit any more time to diagnosing the mod_mono installation on this machine. Rueben On 6/29/07, Atsushi Eno [EMAIL PROTECTED] wrote: Rueben Ramirez wrote: As I understand it, mono server just executes the binary

Re: [Mono-list] Trouble with utf-16 marshaling

2007-06-29 Thread Maser, Dan
I have debugged this some more, and found this. (I'm not yet sure how to convert this information into something actionable). I was browsing some of the mono source code and found this function (and its sisters): MonoString* mono_string_new_utf16 (MonoDomain *domain, const guint16

Re: [Mono-list] Trouble with utf-16 marshaling

2007-06-29 Thread Andy Hume
If the string argument is mutable then I believe one should use a StringBuilder -- with its capacity set, and that length passed to the native function too. And if the native method writes more chars than allocated then the heap will be corrupted. :-( So with native method: void

Re: [Mono-list] Trouble with utf-16 marshaling

2007-06-29 Thread Maser, Dan
I don't think that's the issue. They're aren't any mutable strings in my C library; I probably introduced that confusion accidentally. My C library has input UTF-16 parameters that are const, and has return values that are UTF-16 as well. Despite how the function signature below looks,

Re: [Mono-list] mod_mono hanging

2007-06-29 Thread Robert Jordan
Adriaan van Kekem wrote: Hi, I am running mono 1.2.3.1 (ubuntu feisty from apt-get) with mod_mono on apache2. Most of the time all is going fine, but sometimes, when you connect to the server, i get the error below this message. This often happens after there is a lot of time no activity on

Re: [Mono-list] Trouble with utf-16 marshaling

2007-06-29 Thread Robert Jordan
Hi Dan, Maser, Dan wrote: Here are you speaking about out marshaling: It works properly in windows with MS .NET, but doesn't work for me in linux with mono. I've verified in gdb that the C library is returning the correct string, but immediately after the C dll returns and mono does

[Mono-list] A few ASP.NET 2 Bugs found.

2007-06-29 Thread Glenn Martin
Hi All, This is all regarding ASP.NET 2. So i found what i think to be a bug; heres the scenario. I have a master page that onload sets the title of the page object it contains based on where in the sitemap you are. When transferring my code from VS2005 to mod_mono i found the code broke due to