[Mono-list] mono errors

2003-03-17 Thread kojoadams
hi all, when I run any .net program under mono, mono exits with the error: ** ERROR **: file jit.c: line 4100 (mono_get_lmf_addr): should not be reached aborting... I run mono on a redhat 7.3 installation. the mono_jit_tls_id at this point of the file is 0and TLS_keys is {0, 1, 2, 0 }. I do k

Re: [Mono-list] mono errors

2003-03-17 Thread Dick Porter
On Mon, 2003-03-17 at 11:31, kojoadams wrote: > hi all, > when I run any .net program under mono, mono exits with the error: > ** ERROR **: file jit.c: line 4100 (mono_get_lmf_addr): should not be > reached > aborting... > > I run mono on a redhat 7.3 installation. > > the mono_jit_tls_id at

Re: [Mono-list] regsvr32

2003-03-17 Thread Paolo Molaro
On 03/14/03 Andy Satori wrote: > The equivalent to regsvr32 in .NET is RegSvcs. However, that's for COM+ > assemblies. > > In the Mono world, it would be useless to register a COM dll. You would > want the equivalent of the GacUtil to load an assembly in the Global > Assembly Cache. Ok. *) In

Re: [Mono-list] mono and real-time programming

2003-03-17 Thread Paolo Molaro
On 03/15/03 Parrish M Myers wrote: > I am currently taking a real-time programming class this semester. For > the class we are required to do a project. Of which, I want to do it > on real-time aspects/considerations of C#. > > What little information I have found, about the subject, indicate th

[Mono-list] Rewriting path with an HttpModule

2003-03-17 Thread Daniel Lopez
As mentioned earlier, I am developing an ASP.NET HttpModule that maps URLs like ~/username/foo/bar.aspx to the file on disk /home/username/public_html/foo/bar.aspx In a similar way to how Apache mod_userdir does. That requires implementing RewritePath and changing the PhysicalFilePath returned

[Mono-list] MWN, March 7th -> 16th

2003-03-17 Thread Jaime Anguiano Olarra
Hi all!, A new issue of the MWN has been published. We have some amazing news as having XML deserialization in the CVS, UUEncoding for System.Web.Mail and a must read interview with Alp Toker, the force behind Platano, Acacia and Mono4Debian!. Get it here: http://monoevo.sf.net/

[Mono-list] Small diff to allow IBuySpy running off a virtual directory + a typecastfix

2003-03-17 Thread George Kodinov
Hi, Here're a set of one-line diffs for mono System.Web classes. They allow correct execution of normally deployed (i.e. no dll copying etc) IBuySpy in non-root virtual directory. Best Regards, George Kodinov OpenLink Software (www.openlinksw.com). diff2.diff.gz Description: Unix tar archive

Re: [Mono-list] Small diff to allow IBuySpy running off a virtualdirectory + a typecast fix

2003-03-17 Thread Gonzalo Paniagua Javier
El lun, 17 de 03 de 2003 a las 17:40, George Kodinov escribió: > Hi, > > Here're a set of one-line diffs for mono System.Web classes. > > They allow correct execution of normally deployed (i.e. no dll copying > etc) IBuySpy in non-root virtual directory. Just one question: + string priva

Re: [Mono-list] Small diff to allow IBuySpy running off a virtualdirectory + a typecast fix

2003-03-17 Thread Gonzalo Paniagua Javier
Ugh. Forget about my previous mail. I'll commit your patch. Thanks George! ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Small diff to allow IBuySpy running off a virtualdirectory + a typecast fix

2003-03-17 Thread George Kodinov
Gonzalo, I've actualy made a typo here : It should be : - string privatePath = AppDomain.CurrentDomain.SetupInformation.PrivateBinPath; - //FIXME: remove the next line once multiple appdomains can work together -

Re: [Mono-list] Small diff to allow IBuySpy running off a virtualdirectory + a typecast fix

2003-03-17 Thread Gonzalo Paniagua Javier
El lun, 17 de 03 de 2003 a las 19:17, George Kodinov escribió: > Gonzalo, > > I've actualy made a typo here : > It should be : It's fixed now. I also realized that our System.Uri is buggy and added a couple of hacks until it works. Without them, samples such as codebehind1.aspx didn't work. Than

Re: [Mono-list] [Mono-announce-list] MWN, March 7th -> 16th

2003-03-17 Thread revision17
Just a request for future MWNs. Do you think that you can break up large chunks of text into paragraphs? It would make it much easier to read. - Original Message - From: "Jaime Anguiano Olarra" <[EMAIL PROTECTED]> To: "mono-announce" <[EMAIL PROTECTED]>; "mono-list" <[EMAIL PROTECTED]>

Re: [Mono-list] Rewriting path with an HttpModule

2003-03-17 Thread Gonzalo Paniagua Javier
El lun, 17 de 03 de 2003 a las 14:42, Daniel Lopez escribió: > As mentioned earlier, I am developing an ASP.NET HttpModule that maps URLs like > > ~/username/foo/bar.aspx /~username/ Well, in this case, the application host running the module must be running on '/' virtual directory, since M

Re: [Mono-list] Rewriting path with an HttpModule

2003-03-17 Thread Gonzalo Paniagua Javier
El mar, 18 de 03 de 2003 a las 01:07, Gonzalo Paniagua Javier escribió: > After fixing RewritePath, i'll modify it and send it back to you. Mmm. Well, as RewritePath is more of a 'hide the real URL' thing, and after some thinking, I bet for adding the ~user stuff in MonoWorkerRequest. Why? There'

[Mono-list] Please disreguard the duplicate messeges sent

2003-03-17 Thread revision17
The mail server I'm using keeps sending duplicates of all my messages. Sorry for the inconvienience ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] mod_mono on Windows ?

2003-03-17 Thread Gert Driesen
Hi,   Has anyone been able to get mod_mono compiled and running on Windows ?   Gert