[Mono-list] monodoc browser, System.NullReferenceException

2003-10-20 Thread Luis Rodero
hi, After downloading by cvs and compiling the lasts versions of mono, mcs, gtk-sharp and monodoc, I still have a problem with the monodoc gtk# browser. I get a System.NullReferenceException, the stack is: Unhandled Exception: System.NullReferenceException: A null value was found where an

[Mono-list] Libgc vs Boehm

2003-10-20 Thread Piyush Garyali
Hello, What is the difference between the --with-gc=included as compared to --with-gc=boehm ? I thought both to be the same until I found that the 'libgc' code in mono-0.25 is differnet from that in mono-0.28 which is again different from whats there in Boehm GC. Does Ximian change the GC

[Mono-list] g_thread_init ( )

2003-10-20 Thread Piyush Garyali
Hello, As the io-layer implementation of CreateThread (which uses pthread_xxx inside) is used on Linux, I fail to understand the use of the function g_thread_init() in both mini[mini.c:mini_init()] as well as interperter[interp.c:main()] when no thread functionality is used from Glib. Is

Re: [Mono-list] g_thread_init ( )

2003-10-20 Thread Varga Zoltan
Hi, Some glib functions are not thread safe unless g_thread_init () is called. See http://bugzilla.ximian.com/show_bug.cgi?id=47682 Piyush Garyali [EMAIL PROTECTED] rta: Hello, As the io-layer implementation of CreateThread (which

RE: [Mono-list] Strange errors due to ~/.wapi problems

2003-10-20 Thread Dick Porter
On Sun, 2003-10-19 at 14:52, Jörg Rosenkranz wrote: If the shared memory is corrupted, the runtime reverts to a non-shared setup. This has the side effect of preventing process forking. We have this behaviour on one (and only one) of our machines. We were not been able to track this

RE: [Mono-list] Strange errors due to ~/.wapi problems

2003-10-20 Thread Jörg Rosenkranz
Hi Dick, -Original Message- From: Dick Porter [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 4:30 PM It's possible, but the code that creates the shared area tries to be very careful about races. There used to be a race between exiting one mono instance and starting a

Re: [Mono-list] TestService Proxy problem

2003-10-20 Thread Lluis Sanchez
On dg, 2003-10-19 at 20:12, Gustavo García wrote: I'm trying the TestService with mod_mono 0.5 and xsp 0.6. When I try the access to service with Proxy generated with wsdl, i obtain the next exception: Unhandled Exception: System.Exception: Content is not XML: text/html Why mod_mono/xsp

Re: [Mono-list] g_thread_init ( )

2003-10-20 Thread Paolo Molaro
On 10/20/03 Piyush Garyali wrote: As the io-layer implementation of CreateThread (which uses pthread_xxx inside) is used on Linux, I fail to understand the use of the function g_thread_init() in both mini[mini.c:mini_init()] as well as interperter[interp.c:main()] when no thread functionality

Re: [Mono-list] Libgc vs Boehm

2003-10-20 Thread Paolo Molaro
On 10/20/03 Piyush Garyali wrote: What is the difference between the --with-gc=included as compared to --with-gc=boehm ? I thought both to be the same until I found that the 'libgc' code in mono-0.25 is differnet from that in mono-0.28 which is again different from whats there in Boehm GC.

[Mono-list] Mono at the PDC.

2003-10-20 Thread Miguel de Icaza
Hello guys, It would be great to meet people at the PDC. I will stop by the SourceGear stand and the Apress one for sure, and hang around with a few more Mono developers and Mono users We were not selected to have a BOF at the PDC (the PDC organizers failed to give a good answer, other

[Mono-list] monodoc - update.exe

2003-10-20 Thread Giuseppe Greco
Hi all, How can I update AssemblyVersion in the AssemblyInfo element automatically? For instance, the first time I run update.exe, AssemblyVersion is set to the same value as in the AssemblyInfo.cs file... but subsequent updates don't modify AssemblyVersion anymore. Is this the desired