Re: RAND_bytes() causes 50% CPU load program crash when using CAPI engine

2012-07-25 Thread Jakob Bohm
On 7/25/2012 3:01 PM, Florian Rüchel wrote: Hi, I have a tool which calls RAND_bytes() for a length of 16 bytes while using the CAPI engine and having set it to be used for all purposes. If I run it in my Visual Studio Debugger in executes perfectly, but if run from within a command shell,

Re: Re: RAND_bytes() causes 50% CPU load program crash when using CAPI engine

2012-07-25 Thread carlyoung
On Wed 25/07/12 2:16 PM , Jakob Bohm jb-open...@wisemo.com sent: On 7/25/2012 3:01 PM, Florian Rüchel wrote: Hi, I have a tool which calls RAND_bytes() for a length of 16 bytes while using the CAPI engine and having set it to be used for all purposes. If I run it in my Visual Studio

Re: Re: RAND_bytes() causes 50% CPU load program crash when using CAPI engine

2012-07-25 Thread Florian Rüchel
Hi, thanks for your responses. It seems this may actually be a heap corruption after all, as the following function causes the crash: `heap_first(hentry,hlist.th32ProcessID,hlist.th32HeapID)` on line 521 with version 1.0.1 I will investigate this further tomorrow and hopefully come up with