Re: [Mono-dev] Debugger crashes while debugging ASP.NET app

2011-01-14 Thread Lluis Sanchez Gual
El dj 13 de 01 de 2011 a les 13:21 -0800, en/na passiday va escriure: Hello, I'm experiencing this weird debugger crashing. Spent now about 4 hours trying to work it out, and no luck. I'm really betting on this mailing list... So, this problem is there since I have installed MonoDevelop

Re: [Mono-dev] Debugger crashes while debugging ASP.NET app

2011-01-14 Thread passiday
Hello Lluis, Try running MonoDevelop from a terminal, and see which output you get. Also make sure you have the latest MonoDevelop and Mono. The MonoDevelop and Mono was fetched from depositories, using synaptic, on 13th of January. My colleague installed MonoDevelop on his Kubuntu, and

[Mono-dev] WCF in Mono 2.6.7

2011-01-14 Thread joelcaner
I am having trouble getting WCF working on Mono in Suse Linux 11.3 I have the client as follow: BasicHttpBinding binding = new BasicHttpBinding(); binding.Security.Mode = BasicHttpSecurityMode.None; binding.TransferMode = TransferMode.Streamed;

[Mono-dev] Finalizers in CriticalHandle

2011-01-14 Thread Dick Porter
Hi all I'm currently debugging an issue that appears to be caused by the non-release of unmanaged resources in CriticalHandle. I'm using the git master branch. In CriticalHandle.cs: [ReliabilityContract (Consistency.WillNotCorruptState, Cer.Success)]

[Mono-dev] Patch for StopRoutingHandler - stop handling routes instead of throwing

2011-01-14 Thread Damir Simunic
Hi all, noticed that adding routes using StopRoutingHandler() throws NotSupportedExceptions instead of simply ceasing further processing in the UrlRoutingModule. Attached is the patch I wrote to change that behavior on master branch, accompanied with a unit test. Best, Damir From

Re: [Mono-dev] Can't compile mono 2.8 for ARM Linux 2.6.24

2011-01-14 Thread Geoff Norton
This is already fixed. -g On 2011-01-14, at 12:15 AM, J.P. wrote: I cannot compile current mono in git. See below. AOT [basic] mscorlib.dll.so /bin/sh: line 1: 3231 Aborted MONO_PATH='./../../class/lib/basic/' /skcomms/src/mono/git/mono/runtime/mono-wrapper

Re: [Mono-dev] Finalizers in CriticalHandle

2011-01-14 Thread Rodrigo Kumpera
I suppose it is. Does .NET call Release on finalizer? On Fri, Jan 14, 2011 at 4:30 PM, Dick Porter dpor...@codicesoftware.comwrote: Hi all I'm currently debugging an issue that appears to be caused by the non-release of unmanaged resources in CriticalHandle. I'm using the git master

Re: [Mono-dev] Problem when running winforms app on arm processor

2011-01-14 Thread Matt Johnson
PLEA FOR URGENT HELP Almost 7 weeks and not a single response on this except to confirm that another is also having the problem. Is there no one that can shed light on what is going on here? I cannot run any winforms apps on an arm processor without hitting the assertion in tramp-arm.c.

Re: [Mono-dev] Problem when running winforms app on arm processor

2011-01-14 Thread Geoff Norton
Matt, We cannot replicate this problem, so you'll need to help narrow down the field. Can you get the gdb output of x/6i code-16 when gdb is at tramp-arm.c line 48? Thanks -g On 2011-01-14, at 11:28 AM, Matt Johnson wrote: PLEA FOR URGENT HELP Almost 7 weeks and not a single

Re: [Mono-dev] Trying to find source for DispatcherObject.cs

2011-01-14 Thread Brad Cunningham
Thank you. I am new to the mono source tree and still trying to find my way around things. I appreciate it. On Thu, Jan 13, 2011 at 1:48 AM, Robert Jordan robe...@gmx.net wrote: On 12.01.2011 23:35, Brad Cunningham wrote: I am seeing a strange error in the DispatcherObject in 2.8.1 and I am

Re: [Mono-dev] xsp2 won't run when invoked as service

2011-01-14 Thread Tomasz Kubacki
hi, Thanks for clue, but it did not help. I've done: chmod -R a+rwx myapp and the result is the same as in previous email. Tomasz Kubacki Dnia 2011-01-12, śro o godzinie 19:40 -0600, Eddy Zavaleta pisze: Hi, It seems to be an access right (permission) problem. You should verify what

Re: [Mono-dev] Patch for StopRoutingHandler - stop handling routes instead of throwing

2011-01-14 Thread Marek Habersack
On Fri, 14 Jan 2011 15:43:08 +0100 Damir Simunic damir.simu...@wa-research.ch wrote: Hi all, Hey, noticed that adding routes using StopRoutingHandler() throws NotSupportedExceptions instead of simply ceasing further processing in the UrlRoutingModule. Attached is the patch I wrote to

[Mono-dev] crash on first runtime_invoke (using MSVC build)

2011-01-14 Thread Virgile Bello
Recently, I had some problem with the VS2010 build of mono. Runtime check complains ESP is wrong after first time runtime_invoke is called. I traced it back to this single-line commit. (Reverting this single line avoids the problem on any version up to master)

Re: [Mono-dev] Can't compile mono 2.8 for ARM Linux 2.6.24

2011-01-14 Thread MR_Schell
I have fixed the pthread lib but now there's a new problem when compiling. Now when I try to compile this happens. CC libmonoruntime_static_la-runtime.lo CC libmonoruntime_static_la-reflection.lo CC libmonoruntime_static_la-security.lo CC

Re: [Mono-dev] Can't compile mono 2.8 for ARM Linux 2.6.24

2011-01-14 Thread Matt Johnson
mini-arm.h:28:2: error: #error At least one of ARM_FPU_NONE or ARM_FPU_FPA or ARM_FPU_VFP must be defined. You need to pass -DARM_FPU_NONE in your CFLAGS. (Or one of the other choices if you have a hardware FPU) -Matt ___ Mono-devel-list

Re: [Mono-dev] Problem when running winforms app on arm processor

2011-01-14 Thread Matt Johnson
Geoff, I think this is what you asked for. Let me know if something looks funny - I'm new to gdb. Breakpoint 1, mono_arch_patch_callsite ( method_start=0x4153c048 \r\300\240, incomplete sequence \341, code_ptr=0x4153c0cc , addr=0x419759f8

Re: [Mono-dev] crash on first runtime_invoke (using MSVC build)

2011-01-14 Thread Virgile Bello
It crashes with all apps during mono_jit_init[_version] (which use mono_runtime_invoke internally) mono-2.0.dll!mono_jit_runtime_invoke(_MonoMethod * method, void * obj, void * * params, MonoObject * * exc) Line 5700 C mono-2.0.dll!mono_runtime_invoke(_MonoMethod * method, void * obj, void * *