[Mono-dev] Strange SEGV crashes in mono executing mod_mono_server

2008-04-27 Thread Michał Ziemski
Hi! I was preparing a new serwer to run my webapp I started experiencing random SEGV crashes in mono. I submitted a bug report #384176 with information from gdb. If I there is more information I could provide, please let me know. Best regards, Michał Ziemski

Re: [Mono-dev] Problems with IHttpHandler

2008-02-22 Thread Michał Ziemski
Hi! Are you sure you run it with mod_mono_server2 rather than the default mod_mono_server? Cheers, Michał Ziemski Nik Radford pisze: Yes, this I've already done. Basically I'm doing a catch all for the http handler, the entry for my web config looks like so httpHandlers add

Re: [Mono-dev] Problems with IHttpHandler

2008-02-22 Thread Michał Ziemski
, fooAssembly/ /httpHandlers If that doesn't help, please, post some code and the contents of web.config. Cheers, Michał Ziemski Nik Radford pisze: Hello all, I was wondering if someone could help me with this. I've written an ASP.NET website using visual studio 2005, and have written my own custom

Re: [Mono-dev] Mono 1.9.0 Preview 2 is out!!

2008-02-20 Thread Michał Ziemski
Hi! There seems to be a problem handling anonymous methods returning multidimensional arrays. I have submitted a bug report #363218 Best regards, Michał Ziemski Thomas Wiest pisze: Hey Everyone, We've just released Mono 1.9.0 Preview 2 today! This preview has Windows and Mac OS X

Re: [Mono-dev] mono 1.9

2008-02-20 Thread Michał Ziemski
Hi! Try http://www.mono-project.com/Class_Status Best regards, Michał Ziemski Scott Fluto pisze: I was wondering if anyone knows what percentage of support 1.9 has with regards to .net 3.0 and 3.5 , is there a place to see the percentage of method coverage it has or will have

[Mono-dev] Using block inside an anonymous method crashes GMCS 1.2.6

2008-01-02 Thread Michał Ziemski
Hi! I consider this to be serious so I decided to post to the group. I have filed a bug with a testcase (#351157) Everything was fine with 1.2.5. I would be grateful for information if the issue can be resolved more or less quickly. Best regards, Michał Ziemski

Re: [Mono-dev] Double multiplication

2007-11-29 Thread Michał Ziemski
Hi! Floating point operations have finite precision. Thus 128.2 * 100 might yield 12819...., which in turn yields 12819 after applying Floor. I beleve you would get an analogous result from a C program. Maybe you should try rounding rather than Floor? Beast regards, Michał Ziemski

[Mono-dev] Warnings in mono 1.2.5

2007-09-03 Thread Michał Ziemski
handle (nil) Despite the warnings, app works fine. My app mostly uses synchronous HttpWebRequests, no threading. Any ideas what might be the cause? I considered filing a bug, but I cannot provide any simpe testcase yet, so I decided to ask here first. Cheers, Michał Ziemski

Re: [Mono-dev] Getting Server Certificate with HttpWebRequest?

2007-08-28 Thread Michał Ziemski
Hi! Try setting System.Net.ServicePointManager.CertificatePolicy There you will have access to the server's cert. Cheers, Michał Ziemski Valon Cross pisze: Hi, if this question is better posted to a list, please let me know: I want to query a server’s SSL Certificate so I can test

[Mono-dev] Returning a remote object reference from a remote procedure

2007-05-17 Thread Michał Ziemski
? I have posted a bug report (with a small test case) under #81653. Cheers! Michał Ziemski ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Using httpHandler with handlers in App_Code

2007-04-19 Thread Michał Ziemski
the problem myself :( Cheers! Michał Ziemski ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] ASP.NET MySql connection

2006-12-20 Thread Michał Ziemski
reference? Source File: /tmp/asterisk-temp-aspnet-0/841db34f/4ef743b7._1.cs 06-12-19, Michał Ziemski [EMAIL PROTECTED] napisał(a): Hi! Is the error message still the same? Then perhaps you have analogous references in Global.asax? Try removing Version, Culture, PTK from there. Try

Re: [Mono-dev] ASP.NET MySql connection

2006-12-20 Thread Michał Ziemski
Hi! You still have Version=1.0.8.0 somewhere. Find it, remove it (along with any Culture, PKT) and you should be fine. grep your source tree (.aspx Global.asax web.config) for Version. It has to be somewhere, the complier wouldn't invent '1.0.8.0' on its own. Cheers! Michał Ziemski Dariusz

Re: [Mono-dev] ASP.NET MySql connection

2006-12-19 Thread Michał Ziemski
Hi! Got the same problem yesterday. I removed Version, Culture, PTK leaving only the name and it worked. Still I am not certain if this new behaviour is a bug or a feature. Cheers! Michał Ziemski Dariusz Linowski napisał(a): Hello, I rewrote my code skiped VDW toolbox controls and now is more

Re: [Mono-dev] ASP.NET MySql connection

2006-12-19 Thread Michał Ziemski
Hi! Is the error message still the same? Then perhaps you have analogous references in Global.asax? Try removing Version, Culture, PTK from there. Try leaving only the module name. Cheers! Michał Ziemski Dariusz Linowski napisał(a): it didn't help for my application ): ; 2006/12/19

[Mono-dev] Heap-shot and mod-mono-server2

2006-12-18 Thread Michał Ziemski
Hi! I was trying to use heas-shot to look into my app running on mod-mono-server2 When I kill -PROF the process I get the an error im my error_log: Is it possible at all to use this tool to heap-shot a mod-mono-server2? Cheers! Michał Ziemski Stacktrace: Native stacktrace: /usr/bin

Re: [Mono-dev] Heap-shot and mod-mono-server2

2006-12-18 Thread Michał Ziemski
Hi again! Probably a problem with direcotry permissions. After short examination of source code I found that invoking mono --profile=heap-shot:/tmp/objdump [exe] ill use /tmp/objdump as the output file! What a nice undocumented feature :) Cheers! Michał Ziemski Michał Ziemski napisał(a): Hi

Re: [Mono-dev] A group that doesn't works any more

2006-11-27 Thread Michał Ziemski
Hi! Please provide the full query and the body of the error. Cheers! Michał Ziemski Marco Aurelio Castro napisał(a): Hi, In FireBird 1.5 I have a query with a group like this Group by ae.Author, l.Book, Price, case When op.StockChange in (23,24) Then 21

Re: [Mono-dev] [Mono-list] mod_mono causes [mono] defunct zombie processes

2006-11-15 Thread Michał Ziemski
Hi! I have the same on FC4 with mono 1.2-rc0. There was a bug about this (75678) bu it is marked as RESOLVED. Shoould I file another one? Cheers! Michał Ziemski Jurek Bartuszek napisał(a): Hi there, I have a problem with mod_mono. Every time I access an .aspx web page hosted by mono

Re: [Mono-dev] Assembly.GetEntryAssembly() returns null

2006-11-07 Thread Michał Ziemski
Hi! I've just tripped on this one. This time under mod_mono. This is very bad as it crashes WaitHandle.WaitAll under mod_mono. Filed a bug #79859. Cheers! Michał Ziemski Janne Rantala napisał(a): Hi, I've loaded assembly (compiled in VS.NET http://VS.NET) in embedded environment

Re: [Mono-dev] Assembly.GetEntryAssembly() returns null

2006-11-07 Thread Michał Ziemski
be null if loaded from an unmanaged code and mod-mono-server2 doesn't count as such. The thread I followed up was in fact about a different bug. I've relied too much on the title. Sorry for confusing that and thank you for pointing it out. Cheers! Michał Ziemski Atsushi Eno napisał(a): Hi

[Mono-dev] Where clause on generic delegates

2006-08-17 Thread Michał Ziemski
Hi! GMCS crashes when a where clause is used on a generic delegate. I am using Mono C# compiler version 1.1.16.1 on FC4 Should I file a bug for this one? I would be grateful for assistance as this hinders my work :( Compiling public interface IReplaceableT { bool Valid { get; }

[Mono-dev] Icomplete System.Data.IsolationLevel

2006-03-30 Thread Michał Ziemski
Hi! There seems to be missing Snapshot member from System.Data.IsolationLevel enumeration. Anyone cares to add Snapshot = 16777216 I haven't yet set up my local mono sources to create a patch. Cheers Michał Ziemski ___ Mono-devel-list mailing list

Re: [Mono-devel-list] Find Object instance that called a method..

2005-06-21 Thread Michał Ziemski
Hi, Is there a mechanism to figure out the object instance that called a method.. Ex. class A { public void m1() { //some code.. } } Class B { private m2() { A aa = new A(); aa.m1(); } } From method m1 in class A is it possible for me to figure out the object