Displaying 2 results from an estimated 2 matches for "windowsport".
Did you mean:
windows_port
2015 Jan 28
1
upds crash with 'Out of memory'
On Tue, Jan 27, 2015 at 5:53 AM, Charles Lepple <clepple at gmail.com> wrote:
> On Jan 24, 2015, at 12:45 AM, Ryan Sizemore <ryan.sizemore at gmail.com>
> wrote:
>
> Hello,
>
> I am trying to get nut running on a Windows 2012 R2 server (x64). I am
> using the MSI release of 2.6.5-3.
>
>
> I am not sure why they are not listed on the main download page,
2017 Oct 29
3
adding msvcr100.dll interception support to compiler-rt ?
I've found that interception_win.cc line 835:
"msvcr110.dll" //VS2012
"msvcr120.dll" //VS2013
interception is supported by commit 916b81 3 years ago ,
currently I'm build project with msvc100 , application will crash in
un-intercepted free. adding msvcr100.dll to this list makes sanitizer
working correctly , I wonder if compiler rt can including this
msvc100.dll