[Mono-dev] Writing Unit Test in WsdlExporterTest

2014-09-05 Thread Peter Dobson
Hello, I am still trying to write a unit test for a bug fix (16256) where parameters are missing in WSDL using MessageContracts. I am trying to access the wsdl you would get with ?xsd=xsd1 to check, in my example, that Result is in AddResponse (previously missing), i.e.: ?xml version=1.0

Re: [Mono-dev] Mono crash

2014-09-05 Thread mono user
It was suggested I try the boehm garbage collector. My code dies quickly, saying Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS It was also suggested the reason might be that I am running out of memory. That is a possibility, though I now have a crash that happens when Mono is using

[Mono-dev] How do I avoid these assertions?

2014-09-05 Thread mono user
Could somebody please tell me what might be triggering the assertions below? They happen when I generate my own IL. While the same IL works fine under .net, it could still be that I am doing something wrong because .net tends to be more forgiving than the spec requires. * Assertion at

Re: [Mono-dev] Mono crash

2014-09-05 Thread Juan Cristóbal Olivares
I think you should try with mono 3.8 or, even better, with the git version. On Fri, Sep 5, 2014 at 1:26 PM, mono user mono.user...@gmail.com wrote: It was suggested I try the boehm garbage collector. My code dies quickly, saying Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS It

Re: [Mono-dev] Mono crash

2014-09-05 Thread mono user
Sorry, I meant to say I was using 3.8.0, not 3.0.8. I'll try the git version later. On 5 September 2014 19:19, Juan Cristóbal Olivares cristo...@cxsoftware.com wrote: I think you should try with mono 3.8 or, even better, with the git version. On Fri, Sep 5, 2014 at 1:26 PM, mono user

Re: [Mono-dev] How do I avoid these assertions?

2014-09-05 Thread Zoltan Varga
Hi, The mini.c:4656 assertion is a runtime bug, it happens when a method becomes too large. Zoltan On Fri, Sep 5, 2014 at 1:40 PM, mono user mono.user...@gmail.com wrote: Could somebody please tell me what might be triggering the assertions below? They happen when I

[Mono-dev] Fwd: [Mono-list] Per-process memory overhead

2014-09-05 Thread Chris Morgan
Posting to the devel list to see if anyone has any other ideas. I'd love to get the overhead of these processes down rather than be worried about running out of memory or having to rewrite code in c/c++... On Sun, Aug 31, 2014 at 10:26 AM, Agustin Gimenez geni...@gmail.com wrote: Hi Chris.