Re: [Mono-dev] Mono.Security: Error when loading a CRL in ASN1

2009-10-17 Thread Jonathon Rossi
I just generated a new crl using openssl 0.9.8k and it still has the same issue of it overrunning the file length. I'll send you one of the CRLs. Thanks for your help. On Sun, Oct 18, 2009 at 1:05 AM, Jonathon Rossi wrote: > On Sun, Oct 18, 2009 at 12:30 AM, Sebastien Pouliot < > sebastien.pou

Re: [Mono-dev] Mono.Security: Error when loading a CRL in ASN1

2009-10-17 Thread Jonathon Rossi
On Sun, Oct 18, 2009 at 12:30 AM, Sebastien Pouliot < sebastien.poul...@gmail.com> wrote: > On Sun, 2009-10-18 at 00:06 +1000, Jonathon Rossi wrote: > > Thanks for your prompt response Sebastien. > > > > I tried option B first, and things seemed to turn out worse than > > before. You can see from

Re: [Mono-dev] RFC: GC precise scanning of stacks

2009-10-17 Thread Rodrigo Kumpera
Hey Dick, Your patch won't work because it doesn't deal neither with on stack temporaries or spilled variables and can make the runtime somewhat slower since it marks as volatile all locals holding managed objects. It would not work for the top frame due to how threads are stopped by boehm or sge

Re: [Mono-dev] Mono.Security: Error when loading a CRL in ASN1

2009-10-17 Thread Sebastien Pouliot
On Sun, 2009-10-18 at 00:06 +1000, Jonathon Rossi wrote: > Thanks for your prompt response Sebastien. > > I tried option B first, and things seemed to turn out worse than > before. You can see from the stack trace below that the length is now > 121, rather than 104; and it is deeper in the recursi

Re: [Mono-dev] sse_mathfun convert

2009-10-17 Thread Rodrigo Kumpera
Your code does a lot of things in a non optimal way. First, due to the calling convention mono uses, having a method call in between Simd code causes all simd variables to be spill on stack. This causes passing a Vecto4f do be 2x slower than passing a double since 16 bytes have to be pushed to the

Re: [Mono-dev] Mono.Security: Error when loading a CRL in ASN1

2009-10-17 Thread Jonathon Rossi
Thanks for your prompt response Sebastien. I tried option B first, and things seemed to turn out worse than before. You can see from the stack trace below that the length is now 121, rather than 104; and it is deeper in the recursion. Mono.Security.dll!Mono.Security.ASN1.DecodeTLV(byte[] asn1 = {

Re: [Mono-dev] Fwd: Missing configure file when I check out from svn

2009-10-17 Thread Alex Shulgin
Krishna Kishore wrote: > > Hi, > > I checked out using > svn co svn://anonsvn.mono-project.com/source/trunk/moon > > > After checking out, I am trying to configure, build and install. > But, I did not find configure file i

[Mono-dev] Fwd: Missing configure file when I check out from svn

2009-10-17 Thread Krishna Kishore
Hi, I checked out using svn co svn://anonsvn.mono-project.com/source/trunk/moon After checking out, I am trying to configure, build and install. But, I did not find configure file in the directory. How do I get it? Please let me know. Regards, Kishore. _