[Mono-dev] Mono 2.0 defeat story...

2008-10-13 Thread Hubert FONGARNAND
guys to trac these problems. best wishes Hubert FONGARNAND FIDUCIAL PS: we already run 1.9.1 on our intranet without any memory leaks problems, but we don't use our CMS PS : we run in a load balancing environnement, i've downgraded on only one server... and keep the other one offline in mono 2.0

[Mono-dev] mono SEGFAULT problem

2008-04-25 Thread Hubert FONGARNAND
Hi, everibody Since about a week, my SMTP Server (which is in C#/mono) crashes about 1 time /day... It's a multithreaded program that work on an RHEL4 server with 3 double-core processor and 16Gio RAM. The segfaults appears randomly... and i cannot reproduce the bug on my devs and beta

[Mono-dev] Mono 1.2.6.1 review (bugs and conclusion)

2008-03-17 Thread Hubert FONGARNAND
server environement, coupled with postgreSQL it works/scales well. I hope we could continue to work with you for many time... and find a way to fix remaining bugs ( 2 at least... for us). If you want more details and help for fixing this, i'm available... Thanks for all Hubert FONGARNAND Fiducial

Re: [Mono-dev] Wapi handle leaks problems

2008-02-22 Thread Hubert FONGARNAND
As a workaround i've set a MONO_SHARED_DIR for each mod-mono-server... and now i can monitor each web applications... here's some graphs... Our SearchDoc application, probably the most used (during the day) see chart.php.png In comparison : NotesNat (Use by only a few people) see

Re: [Mono-dev] Wapi handle leaks problems

2008-02-21 Thread Hubert FONGARNAND
Le jeudi 21 février 2008 à 10:52 +0100, Robert Jordan a écrit : Hubert FONGARNAND wrote: Le mercredi 20 février 2008 à 20:43 +, Dick Porter a écrit : On Wed, 2008-02-20 at 09:51 +0100, Hubert FONGARNAND wrote: - don't you thing that a 4096 limit for WAPI handles is too small

[Mono-dev] Wapi handle leaks problems

2008-02-20 Thread Hubert FONGARNAND
6000)? Thanks for helping me fixing this issue Hubert FONGARNAND I've a workaround: I use my monitoring system to send a request (that do a GC.Collect()) on each ASP.NET apps every 5 minutes Some graphs (without the 5 minutes ping) attachment

Re: [Mono-dev] Wapi handle leaks problems

2008-02-20 Thread Hubert FONGARNAND
Le mercredi 20 février 2008 à 20:43 +, Dick Porter a écrit : On Wed, 2008-02-20 at 09:51 +0100, Hubert FONGARNAND wrote: - don't you thing that a 4096 limit for WAPI handles is too small for big production servers? (on windows the number of handles is often 6000)? The shared memory

[Mono-dev] Performance problem with System.Data

2008-02-01 Thread Hubert FONGARNAND
I think i've catched a huge perf. problem with System.Data https://bugzilla.novell.com/show_bug.cgi?id=357947 _ Ce message et les eventuels documents joints peuvent contenir des informations confidentielles. Au cas ou il ne vous serait pas

Re: [Mono-dev] [PATCH] SoapHttpClientProtocol Thread Safety fix.

2007-11-30 Thread Hubert FONGARNAND
Hi Arina, I'm experiencing some problems with WebService client with mono : I get some : Error thrown in application CASServer, message is : Error getting response stream (ReadDone2): ReceiveFailure Exception System.Net.WebException: Error getting response stream (ReadDone2): ReceiveFailure

[Mono-dev] Error getting response stream (ReadDone2): ReceiveFailure

2007-11-28 Thread Hubert FONGARNAND
of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x0] at System.Net.HttpWebRequest.GetResponse () [0x0] at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse (System.Net.WebRequest request) [0x0] Thanks Hubert

[Mono-dev] Mono, zedgraph and System.Drawing

2007-10-18 Thread Hubert FONGARNAND
Hi, I thought that mono implementation of System.Drawing for .NET 1.1 was enough complete... I was wrong... I need to generate some graph for our intranet and i've take a look on ZedGraph which is referenced on the mono website : I try a simple program : private void

Re: [Mono-dev] Mono, zedgraph and System.Drawing

2007-10-18 Thread Hubert FONGARNAND
Ok, in fact i must do masterPane.AxisChange( g ); it doesn't crash, but the Y-Axis is still bad. Le jeudi 18 octobre 2007 à 16:53 +0100, Robert Jordan a écrit : Hubert FONGARNAND wrote: First Problem i've to disable myPane.AxisChange() because it crash mono with : [EMAIL PROTECTED

Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Hubert FONGARNAND
as i said before... DropDownList are broken on mono 1.2.5 Maybe there will be a backport in mono 1.2.5.1 Le jeudi 20 septembre 2007 à 07:39 +0200, Lorenzo Viola a écrit : Hello, I also get the same error hoping for a fix... which is the right place to post this bug ? best

Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Hubert FONGARNAND
No the backport is not complete... as i say here http://lists.ximian.com/pipermail/mono-devel-list/2007-September/024766.html Le jeudi 20 septembre 2007 à 11:48 +0200, Marek Habersack a écrit : On Thu, 20 Sep 2007 09:32:13 +0200, Hubert FONGARNAND [EMAIL PROTECTED] scribbled: Hello

Re: [Mono-dev] ask for backport on mono 1.2.5 branch

2007-09-13 Thread Hubert FONGARNAND
Jordan a écrit : Hi, Hubert FONGARNAND wrote: In the actual release, a simple ASP.NET with a ListBox Control don't work, viewstate deserialization problem... This problem as been fixed in the trunk by : 2007-08-30 Igor Zelmanovich [EMAIL PROTECTED

[Mono-dev] WARNING : Memory leak with ASP.NET on mono 1.2.5

2007-09-13 Thread Hubert FONGARNAND
Hello, I've updated my production environment to mono 1.2.5 branch yesterday. As i'm monitoring memory usage on ASP.NET servers, i've seen this : It seems that all mod-mono-server process takes +4kb of memory by second... I'll send an animated screenshot of htop... I think i'll downgrade to

Re: [Mono-dev] WARNING : Memory leak with ASP.NET on mono 1.2.5

2007-09-13 Thread Hubert FONGARNAND
Here's a video screenshot of htop of growing memory usage by mod-mono-server process... http://dl.free.fr/aNKiwbO30/test-.mpeg Le jeudi 13 septembre 2007 à 14:44 +0200, informatique internet a écrit : pièce jointe message de courriel Message transféré Sujet:

[Mono-dev] Response.BufferOutput behaviour under apache/mod_mono

2007-09-07 Thread Hubert FONGARNAND
Hello I've a sample test case which show the correct behaviour of Response.BufferOutput=false... public class pagetest : Page { protected System.Web.UI.WebControls.TextBox textBox1; protected override void

Re: [Mono-dev] ask for backport on mono 1.2.5 branch

2007-09-03 Thread Hubert FONGARNAND
Le vendredi 31 août 2007 à 17:00 +0200, Miguel de Icaza a écrit : Hello, In the actual release, a simple ASP.NET with a ListBox Control don't work, viewstate deserialization problem... sigh.We made tons of preview releases to get people a chance to check stuff against 1.2.5.

Re: [Mono-dev] ask for backport on mono 1.2.5 branch

2007-09-03 Thread Hubert FONGARNAND
Hi, Ooops after further investigation, it seems that this fix is not enough to fix this problem... I'm investigating to find out the revision number needed Le vendredi 31 août 2007 à 15:51 +0200, Robert Jordan a écrit : Hi, Hubert FONGARNAND wrote: In the actual release, a simple

[Mono-dev] Log4net RemotingAppender is not working with mono

2007-06-05 Thread Hubert FONGARNAND
-tests-only-support-.NET-1.0-t3255315.html log4net didn't pass the tests with mono especially with remotingappender, it could be great to fix this issue, because log4net is widely used in the .NET world! Thanks Hubert FONGARNAND ___ Ce message et les

[Mono-dev] Mono RHEL5

2007-05-25 Thread Hubert FONGARNAND
I'm looking for mono RPM for Red Enterprise Linux 5... I didn't find this on the mono website... It could be great to have RPM for RHEL5? I'm trying to compile mono myself on this platform... ___ Ce message et les éventuels documents joints peuvent

Re: [Mono-dev] Debugger on Windows

2007-05-11 Thread Hubert FONGARNAND
Yes i agree, mono debugger IS NOT READY on linux... Example i want to debug a simple app (without thread) (it just use log4net) [EMAIL PROTECTED] ~/Projects/SynchroPassPremium/SendToFT/bin/Debug $ mdb ./SendToFT.exe Mono Debugger (mdb) r Starting program: ./SendToFT.exe Cannot load symbol

Re: [Mono-dev] Debugger

2007-05-10 Thread Hubert FONGARNAND
Usable? I'm using the debugger from svn and when i try to debug a simple app (without thread... or something like that) i get : mdb ./bin/Debug/SendToFT.exe -r Mono Debugger (mdb) r Starting program: ./bin/Debug/SendToFT.exe Cannot load symbol file

[Mono-dev] Problem with Request.Browser.MSDomVersion and Firefox

2007-04-24 Thread Hubert FONGARNAND
try this aspx with firefox %@ Page Language=C# % Head script language=CS runat=server void Page_Load(object sender, System.EventArgs e) { Console.WriteLine(Request.Browser.W3CDomVersion); Console.WriteLine(Request.Browser.MSDomVersion); }

Re: [Mono-dev] Semaphores problem with latest mono 1.2.4 svn...

2007-04-24 Thread Hubert FONGARNAND
Ok the problem appear when i use mono-service... i'm investigating on this issue... Le lundi 23 avril 2007 à 14:46 +0200, Hubert FONGARNAND a écrit : I've tried to upgrade my beta server with mono 1.2.4 from svn from 1.2.3.50 I launch my mod_mono_servers and i get semaphore errors problem

[Mono-dev] Semaphores problem with latest mono 1.2.4 svn...

2007-04-23 Thread Hubert FONGARNAND
I've tried to upgrade my beta server with mono 1.2.4 from svn from 1.2.3.50 I launch my mod_mono_servers and i get semaphore errors problem... When i launch webpage (or when i launch xsp) I never had such problems before... was passiert??? Sincerely Hubert FONGARNAND [EMAIL PROTECTED

Re: [Mono-dev] Mono 1.2.4, preparation rituals.

2007-04-19 Thread Hubert FONGARNAND
I think you shouldn't release an 1.2.4, because this need to be fixed : http://bugzilla.ximian.com/show_bug.cgi?id=81385 I think Lazy loading of server variable isn't stable enough... Sincerely Hubert FONGARNAND Le mardi 17 avril 2007 à 22:00 -0400, Miguel de Icaza a écrit : Hello

[Mono-dev] Cannot compile mono debugger

2007-04-19 Thread Hubert FONGARNAND
I'm on gentoo and i've seen tha asm/user.h isn't exported anymore to userspace... see : http://lkml.org/lkml/2007/1/5/1 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include/mono-1.0 -I/usr/include/glib-2.0

Re: [Mono-dev] Mono 1.2.4, preparation rituals.

2007-04-19 Thread Hubert FONGARNAND
Ok thanks a lot! When will it be available in svn? Le jeudi 19 avril 2007 à 11:13 -0400, Miguel de Icaza a écrit : http://bugzilla.ximian.com/show_bug.cgi?id=81385 I think Lazy loading of server variable isn't stable enough... There is a fix for this now, it will be in 1.2.4

[Mono-dev] Read failure with ASP.NET

2007-04-19 Thread Hubert FONGARNAND
Hello I've sometimes this error with ASP.NET applications hosted on apache with mod_mono. I've this bug with most of our applications, so i think it's a mono problem I can't reproduce this, doest somebody know what it is? or how to debug this? Thanks Hubert FONGARNAND System.IO.IOException

[Mono-dev] Patch for browscap.ini

2007-03-20 Thread Hubert FONGARNAND
Hi, There's some mistakes with MSIE 7.0 using CLR 2.0 in mono's browscap.ini Here's a patch to fix them, Please review and commit Thanks! ___ Ce message et les éventuels documents joints peuvent contenir des informations confidentielles. Au cas où

Re: [Mono-dev] [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl

2007-01-31 Thread Hubert FONGARNAND
Here's my IRC discussion with robert jordan, i hope it could help hubert the problem is... hubert Default service=new Default(); hubert service.Url=http://10.69.100.164:8080/Default.asmx;; hubert service.Method(); hubert this failed hubert and hubert Default service=new Default(); hubert

[Mono-dev] Critical Session Problem with SQLServer Session state mode

2007-01-25 Thread Hubert FONGARNAND
with a clear test case attached see : http://bugzilla.ximian.com/show_bug.cgi?id=80617 Thanks! I think it's a big security and fonctionnality problem... ___ Ce message et les éventuels documents joints peuvent contenir des informations

[Mono-dev] Strange ASP.NET bug...

2007-01-16 Thread Hubert FONGARNAND
Hello! I've reported last week a bug in ASP.NET (1.1 and 2.0) stack : http://bugzilla.ximian.com/show_bug.cgi?id=80506 when you write a simple aspx page... thead element (of a table) are not rendered... This bug is blocker for us... Could someone take a look on this... Thanks!

[Mono-dev] Unable to compile mono from svn...

2007-01-04 Thread Hubert FONGARNAND
Please check your patch before comitting... MONO_PATH=../../class/lib/default: $MONO_PATH /home/fiducial/applications/mono/mono/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -unsafe -nowarn:612,618,649 -r:mscorlib.dll

[Mono-dev] MonoDevelop crash after 3mn of use...

2006-12-20 Thread Hubert FONGARNAND
I've upgraded mono from svn today and monodevelop crash after 3mn of use... (everytime) Stacktrace: at (wrapper managed-to-native) System.Threading.WaitHandle.WaitAny_internal (System.Threading.WaitHandle[],int,bool) 0x4 at (wrapper managed-to-native)

[Mono-dev] Bug in Server.Execute

2006-12-05 Thread Hubert FONGARNAND
http://bugzilla.ximian.com/show_bug.cgi?id=80152 This bug breaks all apps using Server.Execute The cause is in : http://svn.myrealbox.com/viewcvs/trunk/mcs/class/System.Web/System.Web/HttpRequest.cs?rev=68776r1=61465r2=68776 I hope this regression is not in the mono 1.2.2 release! Thanks to

Re: [Mono-dev] Improving memory usage in /System.Web.SessionState/SessionSQLServerHandler.cs

2006-11-28 Thread Hubert FONGARNAND
Could someone commit this patch? Thanks Le lundi 27 novembre 2006 à 12:17 +0100, Hubert FONGARNAND a écrit : Hi, When using Npgsql, if you try to send (INSERT or UPDATE) a bytea (blob) element without using Prepare it will be sent as a Escaped string... This string is 4x bigger than

[Mono-dev] Performance improvments in DataRow

2006-11-28 Thread Hubert FONGARNAND
Hi, I've posted a patch that resolve a performance problem on DataRow... (ADO.NET) see : http://bugzilla.ximian.com/show_bug.cgi?id=80075 with this patch, my ported ASP.NET is now at 0.93 second for 1 page (it was 2s before...) ___ Ce message et

[Mono-dev] Xsp profiling problem

2006-11-27 Thread Hubert FONGARNAND
Hello, I'd want to do some 'timing' profiling on my web application... according to http://www.mono-project.com/Mod_mono#Profiling_mod-mono-server , when I stop mod_mono_server it crashes... [EMAIL PROTECTED] ~]$ mono --profile

[Mono-dev] Improving memory usage in /System.Web.SessionState/SessionSQLServerHandler.cs

2006-11-27 Thread Hubert FONGARNAND
a cmd.Prepare allowing Npgsql sending data in binary format! This patch shouldn't change anything if you use other connector than Npgsql. Thanks to review it! Hubert FONGARNAND Index: mcs/class/System.Web/System.Web.SessionState/SessionSQLServerHandler.cs

[Mono-dev] Changes in mono makes monodevelop crashing

2006-11-17 Thread Hubert FONGARNAND
Just as information It seem's that changes in Serialization in the .NET 2.0 profile break monodevelop today System.Runtime.Serialization.SerializationException: No element named KeyComparer could be found. at System.Runtime.Serialization.SerializationInfo.GetValue (System.String name,

[Mono-dev] Two new bugs in System.Web

2006-11-16 Thread Hubert FONGARNAND
I've updated my servers with the latest mono 1.2 stable release... Result : - A regression (our web application use viewstate compression, and it doesn't work now) See bugzilla : http://bugzilla.ximian.com/show_bug.cgi?id=79945 http://bugzilla.ximian.com/show_bug.cgi?id=79946

[Mono-dev] Unable to compile this morning

2006-11-15 Thread Hubert FONGARNAND
After make clean, ./autogen.sh and make ... make[8]: Entering directory `/home/hubert/mono/mcs/class/System.Data' MONO_PATH=../../class/lib/default:$MONO_PATH /home/hubert/mono/mono/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig

[Mono-dev] Trying to use uno binding for mono

2006-10-16 Thread Hubert FONGARNAND
I've installed UNO bindings for C#/mono on my dev machine... When i try to run this public static void Main(string[] args) { Console.WriteLine(Hello World!); MainClass main=new MainClass(); main.Run(); } private void Run() { mxMSFactory = connect(); //

Re: [Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-13 Thread Hubert FONGARNAND
Hello, Thanks for commiting my previous patch, but it's not complete because the INSERT query is column index dependent too. Here's the small patch which correct this. Thanks to commit! Hubert FONGARNAND Le jeudi 12 octobre 2006 12:04 +0200, Hubert FONGARNAND a crit : Hello

[Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-12 Thread Hubert FONGARNAND
? Thanks! -- Hubert FONGARNAND [EMAIL PROTECTED] Fiducial ___Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir le supprimer

[Mono-dev] Cannot compile mono today

2006-10-09 Thread Hubert FONGARNAND
after : svn up make clean ./autogen.sh make ... /bin/sh ../../libtool --tag=CC --mode=link gcc -O -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith

Re: [Mono-dev] WAPI Handle Leaks

2006-10-06 Thread Hubert FONGARNAND
Le vendredi 06 octobre 2006 10:08 +0200, Hubert FONGARNAND a crit: Le jeudi 05 octobre 2006 16:25 -0600, Patrick Earl a crit: I'm curious, is anyone out there doing much work in tracking down the wapi handle leak problems? Our XSP server dies on a daily basis because it's

Re: [Mono-dev] Mono - CreateProcess error

2006-09-28 Thread Hubert FONGARNAND
Le mardi 26 septembre 2006 20:03 +0200, Robert Jordan a crit: Honey, Steve wrote: A search of google says this was a bug which was supposed to be corrected in 1.1.16. I was running 1.1.13 so I upgraded to 1.1.17 but still have the problem. I also tried adding Process.Dispose() to the

Re: [Mono-dev] Some bugs in ASP.NET

2006-09-21 Thread Hubert FONGARNAND
Thanks a lot gonzalo! Le mercredi 20 septembre 2006 16:15 -0400, Gonzalo Paniagua Javier a crit : On Wed, 2006-09-20 at 10:14 +0200, Hubert FONGARNAND wrote: Hi, I thought that ASP.NET 1.1 support in mono has a certain maturity... In fact there's still a lot of work! http

[Mono-dev] Some bugs in ASP.NET

2006-09-20 Thread Hubert FONGARNAND
/show_bug.cgi?id=77857 thanks for quick fixing! -- Hubert FONGARNAND [EMAIL PROTECTED] Fiducial ___Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.Au cas où il ne vous serait pas destiné, nous vous remercions

Re: [Mono-dev] upgrading an app

2006-09-18 Thread Hubert FONGARNAND
Le vendredi 15 septembre 2006 14:28 -0700, Tom Bombadil a crit: Hi all... We are running into a few problems with a mod_mono/asp.net app (no dlls, nor assemblies, yet) in two different servers using the same NFS volume... If we use server A to update the files in the NFS volume, server B's

[Mono-dev] Is there a tool (command line) to read assembly's version number?

2006-09-05 Thread Hubert FONGARNAND
the question is in the title... thanks -- Hubert FONGARNAND [EMAIL PROTECTED] Fiducial ___Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.Au cas où il ne vous serait pas destiné, nous vous

[Mono-dev] IE7 RC1 and browsercaps.ini

2006-09-01 Thread Hubert FONGARNAND
Hello I've written a little aspx page that show a pb with IE7 public class Default : Page { protected System.Web.UI.HtmlControls.HtmlForm form1; protected System.Web.UI.WebControls.Label textBox1; protected override void OnInit(System.EventArgs a) { this.Load+=this.OnLoad;

Re: [Mono-dev] Mono 1.1.17 has been released.

2006-08-30 Thread Hubert FONGARNAND
Added support for X.509 client certificates. It's now possible to use System.Web.HttpClientCertificate with Apache. Certificate validation can be done by Apache, Mono or both (default). [Hubert Fongarnand, Sebastien Pouliot] Security SN now accept password-protected PKCS#12/PFX files

Re: [Mono-dev] Mono 1.1.17 has been released.

2006-08-30 Thread Hubert FONGARNAND
Le mercredi 30 aot 2006 11:17 -0400, Miguel de Icaza a crit: Hello, You should take note that mono-service based program doesn't work with this version... As I pointed out in the bug you filed, am unable to reproduce the problem; Please update the bug. I've talk with Robert Jordan,

Re: [Mono-dev] XSP Problem : System.Exception: Error reading headers.

2006-08-18 Thread Hubert FONGARNAND
Ok, most of problems seems to be solved thanks to Miguel BUT when i've seen the changelog : * image.c (full_path): A new method used to obtain the actual path of an assembly even in the presence of symbolic links. This is necessary for the case where we are running a binary that has

[Mono-dev] Problem with ASP.NET Symbolic link

2006-08-18 Thread Hubert FONGARNAND
Ok, most of problems seems to be solved thanks to Miguel BUT when i've seen the changelog : * image.c (full_path): A new method used to obtain the actual path of an assembly even in the presence of symbolic links. This is necessary for the case where we are running a binary that has

Re: [Mono-dev] Problem with ASP.NET Symbolic link

2006-08-18 Thread Hubert FONGARNAND
The bug is reported with a simple test case (easy to reproduce) http://bugzilla.ximian.com/show_bug.cgi?id=79103 Le vendredi 18 aot 2006 10:24 +0200, Hubert FONGARNAND a crit : Ok, most of problems seems to be solved thanks to Miguel BUT when i've seen the changelog

[Mono-dev] XSP Problem : System.Exception: Error reading headers.

2006-08-17 Thread Hubert FONGARNAND
I've updated mono today from svn... XSP was totally broken (deadlock when requesting a page), so i've updated xsp too Now it works partially because, i get this error when i do a postback. System.Exception: Error reading headers. Server stack trace: at

Re: [Mono-dev] Call for release notes comments.

2006-08-16 Thread Hubert FONGARNAND
XSP/Mod_mono changes : Mod_mono now supports HTTPS Client Certificate with apache : see http://bugzilla.ximian.com/show_bug.cgi?id=78740 Thanks Le mardi 15 aot 2006 14:39 -0400, Miguel de Icaza a crit : Hello folks, As usual, am calling for people to email me about new features that

[Mono-dev] Make install fails this morning

2006-07-07 Thread Hubert FONGARNAND
make[3]: Entering directory `/home/hubert/mono/mcs/class/System' MONO_PATH=../../class/lib/net_1_1_bootstrap:$MONO_PATH /home/hubert/mono/mono/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.dll /f /gacdir /usr/lib /root /usr/lib /package

Re: [Mono-dev] Starting mod-mono-server as a different user

2006-05-12 Thread Hubert FONGARNAND
Run mod_mono_server from the command_line as the user you want and add a MonoRunXSP false directive to you httpd.conf Le vendredi 12 mai 2006 16:05 +0200, Kornl Pl a crit : Hi, Is it poosible to start mod-mono-server as a specific user rather than using the same user that is used by

[Mono-dev] Please Help : Leak of wapi handles

2006-05-04 Thread Hubert FONGARNAND
i've been working on) Thanks in advance! Hubert FONGARNAND ___Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir le supprimer et en

Re: [Mono-dev] Could not create Thread...

2006-05-02 Thread Hubert FONGARNAND
you have a look (there's a ton of testcase) Thanks! Le mercredi 26 avril 2006 09:12 +0200, Hubert FONGARNAND a crit : From times to times, usually when my process is 2-3 days old. I've this message : ** (./ServersLauncher.exe:6601): WARNING **: CreateThread: error creating thread

Re: [Mono-dev] Re: DeadLock Problem in ASP.NET (GAMIN)

2006-04-28 Thread Hubert FONGARNAND
of many aspx page... My bug appears only if gamin is used! Le jeudi 27 avril 2006 14:40 +0200, Robert Jordan a crit : Hubert FONGARNAND wrote: Hi Gonzalo, I've investigated on my deadlock problem. It seems that this problem comes from GAMIN. I explain: I'm running a big (more than 50

Re: [Mono-dev] DeadLock Problem in ASP.NET (GAMIN)

2006-04-27 Thread Hubert FONGARNAND
, Gonzalo Paniagua Javier a crit : On Tue, 2006-04-25 at 18:25 +0200, Hubert FONGARNAND wrote: Hi Gonzalo, It seems that i've another deadlock problem, but it's very hard to reproduce exactly I've send a SIGQUIT to mod_mono_server to do a thread dump : Can you provide more data here? Specifically

Re: [Mono-dev] DeadLock Problem in ASP.NET

2006-04-26 Thread Hubert FONGARNAND
Le mardi 25 avril 2006 18:03 -0700, Gonzalo Paniagua Javier a crit: On Tue, 2006-04-25 at 18:25 +0200, Hubert FONGARNAND wrote: Hi Gonzalo, It seems that i've another deadlock problem, but it's very hard to reproduce exactly I've send a SIGQUIT to mod_mono_server to do a thread dump

[Mono-dev] Could not create Thread...

2006-04-26 Thread Hubert FONGARNAND
>From times to times, usually when my process is 2-3 days old. I've this message : ** (./ServersLauncher.exe:6601): WARNING **: CreateThread: error creating thread handle Unhandled Exception: System.ExecutionEngineException: Couldn't create thread in 0x0 unknown method in (wrapper

Re: [Mono-dev] DeadLock Problem in ASP.NET

2006-04-25 Thread Hubert FONGARNAND
- in (wrapper runtime-invoke) System.Object:runtime_invoke_void (object,intptr,intptr,intptr) 0x513ce369 I Hope that you could help me... I'm trying to reproduce it... but it seems to appear at random time... Thanks Hubert FONGARNANd Le jeudi 20 avril 2006 13:06 -0400, Gonzalo Paniagua Javier

[Mono-dev] DeadLock Problem in ASP.NET

2006-04-20 Thread Hubert FONGARNAND
Hi Gonzalo I've just highlight an important deadlock problem in ASP.NET on mono Please take on look on : http://bugzilla.ximian.com/show_bug.cgi?id=78149 Thanks! -- Hubert FONGARNAND [EMAIL PROTECTED] Fiducial ___Ce message et les éventuels

[Mono-dev] mod_mono don't terminate XSP

2006-03-31 Thread Hubert FONGARNAND
Hello I'm working on a program that would manage the mod_mono_server process (example : it would restart it if it die, send a mail, write log...), I want to control the lifecycle of mod_mono_server... It work well with the MonoRunXSP false directive... But when I shutdown apache, mod_mono

Re: [Mono-dev] What would you like to see in Mono?

2006-03-30 Thread Hubert FONGARNAND
A ASP.NET designer/debugger integrated to MonoDevelop In our company we use mono on the ASP.NET server side. But our developper use Visual Studio to develop ASP.NET applications... Ok, it's not impossible to develop ASP.NET apps with monodevelop... but it's very time consuming... My dream is

[Mono-dev] CreateThread: error creating thread handle with mod_mono and ASP.NET

2006-03-30 Thread Hubert FONGARNAND
My server is up since about 24h... Does someone has ever since this kind of error, this is the log of mod_mono (in verbose mode)... Mod_mono does'nt restart mod_mono_server automatically when mod_mono_server crashes, so i'm writing a program that manages my mod_mono_servers... thanks [Fri

[Mono-dev] large interface crashes mcs

2006-03-29 Thread Hubert FONGARNAND
I've reeopen bug : http://bugzilla.ximian.com/show_bug.cgi?id=75172 In our intranet we use remoting, and we have an client interface and a server with many method... We the number of method exceed 500, mcs crashes badly with : Unhandled Exception: System.NullReferenceException: Object

Re: [Mono-dev] What would you like to see in Mono?

2006-03-29 Thread Hubert FONGARNAND
Le mardi 28 mars 2006 20:47 -0500, Miguel de Icaza a crit: Hey, What would be the top feature you would like to see in Mono? Think of a feature that is not something we are currently working on (we know about those), for example avoid saying: a class-is-missing feature or IDE

[Mono-dev] Some function are missing in ClientValidation...( CompareValidator)

2006-03-09 Thread Hubert FONGARNAND
Hello! ClientValidation is far from complete on Mono. We need the CompareValidator component in our applications. When do you plan to implement it in WebUIValidation.js? I will try to help you and contribute! Thanks Hubert FONGARNAND ___Ce message

[Mono-dev] Status of Mono Garbage Collector?

2006-03-01 Thread Hubert FONGARNAND
if there's a good precise GC... There's too many memory leak problems with the current boehm GC... (even on a server, i must restart apache once a week to avoid memory problem). Regards Hubert FONGARNAND ___Ce message et les éventuels documents joints

[Mono-dev] Invalid IL code in gtksharp_gnome_program_init

2006-02-21 Thread Hubert FONGARNAND
I've recompiled my mono from svn this morning : I cannot run any gtk# program! [EMAIL PROTECTED] ~/mono/gtk-sharp $ monodevelop System.InvalidProgramException: Invalid IL code in (wrapper managed-to-native) Gnome.Program:gtksharp_gnome_program_init

[Mono-dev] Mono debugger : Inconsistency detected by ld.so:

2005-12-19 Thread Hubert FONGARNAND
I've seen that the debugger as changed these days... I'm working with gentoo with libc with tls enabled... I've updated my debugger from svn, and I always get : [EMAIL PROTECTED] ~/mono/debugger $ mdb Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid:

[Mono-dev] Problem with monodevelop with the today's mono from svn

2005-12-15 Thread Hubert FONGARNAND
Monodevelop worked like a charm yesterday, and this morning, i've updated my mono and now it fails... (it seem's that modifications in metadata cause this regression...) cd build/bin LD_LIBRARY_PATH=`echo :/usr/lib/mozilla | sed 's/^://g'` /usr/bin/mono --debug MonoDevelop.exe

Re: [Mono-dev] Problem with monodevelop with the today's mono from svn

2005-12-15 Thread Hubert FONGARNAND
I've reverted to : svn up mcs -r 54350 and it works... it seem's that the actual svn version has a problem... Le jeudi 15 dcembre 2005 10:35 +0100, Hubert FONGARNAND a crit : Monodevelop worked like a charm yesterday, and this morning, i've updated my mono and now it fails

[Mono-dev] Upload (File Field) Control doesn't not add the enctype attribute to the form

2005-11-28 Thread Hubert FONGARNAND
I've seen a behaviour difference between Mono and MS.NET with the File Field Control! please see http://bugzilla.ximian.com/show_bug.cgi?id=76837 There's an attached test case! thanks ___Ce message et les éventuels documents joints peuvent contenir

[Mono-dev] Client Ip Adress with Remoting?

2005-11-25 Thread Hubert FONGARNAND
Is there a way (for a mono remoting) to get the Ip adress of the client who's connected to? I need to know this IP adress in order to log access to the remoting server Thanks _ _v_ Hubert FONGARNAND /(_)\ Fiducial ^ ^ Service Intranet-Internet

[Mono-dev] BINARY INCOMPATIBILITY

2005-11-16 Thread Hubert FONGARNAND
Since this morning, my mono r.53109. produces .exe that are not recognized by the MS.NET Framework 1.1 My code is : // project created on 28/09/2005 at 10:43 using System; class MainClass { public static void Main(string[] args) { Console.WriteLine(Hello World); } } ~ I do mcs test.cs and

Re: [Mono-dev] BINARY INCOMPATIBILITY

2005-11-16 Thread Hubert FONGARNAND
I've opened a bugzilla entry : #76723 http://bugzilla.ximian.com/show_bug.cgi?id=76723 Le mercredi 16 novembre 2005 13:57 +0100, Hubert FONGARNAND a crit : Since this morning, my mono r.53109. produces .exe that are not recognized by the MS.NET Framework 1.1 My code

[Mono-dev] The type or namespace name `LowerCaseStringConverter' could not be found

2005-11-14 Thread Hubert FONGARNAND
Error when compiling mono this morning (svn up make clean ./autogen.sh make) make[7]: Entering directory `/home/hubert/mono/mcs/class/System.Web' MONO_PATH=../../class/lib/net_2_0:$MONO_PATH /home/hubert/mono/mono/runtime/mono-wrapper ../../gmcs/gmcs.exe /codepage:28591 -d:NET_1_1

[Mono-dev] Problem with debugger on gentoo

2005-11-10 Thread Hubert FONGARNAND
I've compiled the mono debugger from svn. When I try to run mdb I get: [EMAIL PROTECTED] ~/mono/debugger $ mdb Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result = _rtld_local._dl_tls_max_dtv_idx' failed! I'm running this libc: GNU C

[Mono-dev] Problem when compiling (at runtime) a user web control

2005-10-28 Thread Hubert FONGARNAND
I've made a very simple web control: namespace MonoTestLib { public class TestComposant:System.Web.UI.WebControls.Label { public enum CWebContextMenuStyle { Test1, Test2, Standard } public TestComposant():base() { } public CWebContextMenuStyle

[Mono-dev] Problem with URIBuilder...

2005-10-24 Thread Hubert FONGARNAND
I've opened a new bug in bugzilla : http://bugzilla.ximian.com/show_bug.cgi?id=76501 If you execute the following code on mono : UriBuilder ub=new UriBuilder(http://mondomaine/trucmuche/login.aspx); ub.Query=ub.Query.TrimStart(new char[]{'?'})+ticket=bla;

Re: [Mono-dev] BIG ASP.NET BUG : SegFault when sending a Response of a size 120Ko

2005-10-19 Thread Hubert FONGARNAND
Le mardi 18 octobre 2005 16:37 +0200, Hubert FONGARNAND a crit : I confirm it still fails with this test case (updated on bugzilla) Well, thank you for the fix... But it fails now with a length200ko you can try : private void MyButton_Click(object sender,EventArgs e) { int

Re: [Mono-dev] BIG ASP.NET BUG : SegFault when sending a Response of a size 120Ko

2005-10-18 Thread Hubert FONGARNAND
in advance hubert Le lundi 17 octobre 2005 20:49 -0400, Gonzalo Paniagua Javier a crit : On Mon, 2005-10-17 at 20:33 -0400, Gonzalo Paniagua Javier wrote: On Mon, 2005-10-17 at 11:08 +0200, Hubert FONGARNAND wrote: http://bugzilla.ximian.com/show_bug.cgi?id=76460 It's fixed now. For those

[Mono-dev] BIG ASP.NET BUG : SegFault when sending a Response of a size 120Ko

2005-10-17 Thread Hubert FONGARNAND
Hello I'm working with mono from svn : (today's revision) I want to send a byte[] of a size 120kb to the client: this code cause a segfault to xsp : private void MyButton_Click(object sender,EventArgs e) { int length=12; byte[] buffer=new byte[length];

Re: [Mono-dev] BIG ASP.NET BUG : SegFault when sending a Response of a size 120Ko

2005-10-17 Thread Hubert FONGARNAND
http://bugzilla.ximian.com/show_bug.cgi?id=76460 Le lundi 17 octobre 2005 10:56 +0200, Hubert FONGARNAND a crit : Hello I'm working with mono from svn : (today's revision) I want to send a byte[] of a size 120kb to the client: this code cause a segfault to xsp

[Mono-dev] timeouts with xsp

2005-10-14 Thread Hubert FONGARNAND
Hello Is there a way to set the timeout limit of a request in xsp (may be in xsp.exe.config)... (i've a very long request, that recreate a database, and xsp's doing timeouts) thanks ___Ce message et les éventuels documents joints peuvent contenir

[Mono-dev] Problem with MonoDevelop Code Completion

2005-10-04 Thread Hubert FONGARNAND
I've this error, with monodevelop since this morning when it tries to generate pidb files: 2005-10-04 11:34:39,077 [-1257473104] ERROR MonoDevelop.Services.ILoggingService [(null)] - System.NullReferenceException: Object reference not set to an instance of an object in 0x0 unknown method

Re: [Mono-dev] DotNet Remoting : Failed to read past end of stream

2005-09-30 Thread Hubert FONGARNAND
Le jeudi 29 septembre 2005 17:27 +0200, Hubert FONGARNAND a crit: Le jeudi 29 septembre 2005 17:12 +0200, Yngve Zackrisson a crit: Hi Hubert Maybe there is to many special characters in the string. Try a string without special characters. If the special characters are needed

Re: [Mono-dev] DotNet Remoting : Failed to read past end of stream

2005-09-30 Thread Hubert FONGARNAND
I've done an ethereal dump to try to understand the problem : .NET..#...tcp://localhost:4570/CServerManagerapplication/octet-stream..Echo.bServer.client.IServerManager, Client, Version=1.0.2098.31357, Culture=neutral,

  1   2   >