TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Windows 10 works incorrectly with Large memory pages

159 pointsby nkronabout 7 years ago

8 comments

Afforessabout 7 years ago
For all the improvements to Windows that have come from Microsoft thanks Nadella & co., it is still rather shocking to realize Windows has no public bug tracker, and no real way to report these issues besides screaming loudly and hoping someone in Redmond hears you. It's even worse customer service than Google, which is quite an achievement.
评论 #16849841 未加载
评论 #16849814 未加载
评论 #16851065 未加载
评论 #16851619 未加载
评论 #16849647 未加载
评论 #16851832 未加载
评论 #16851319 未加载
评论 #16853559 未加载
评论 #16849860 未加载
评论 #16851825 未加载
评论 #16849575 未加载
metalliqazabout 7 years ago
Insightful response in the linked thread: <a href="https:&#x2F;&#x2F;sourceforge.net&#x2F;p&#x2F;sevenzip&#x2F;discussion&#x2F;45797&#x2F;thread&#x2F;e730c709&#x2F;?limit=25&amp;page=1#b240" rel="nofollow">https:&#x2F;&#x2F;sourceforge.net&#x2F;p&#x2F;sevenzip&#x2F;discussion&#x2F;45797&#x2F;thread&#x2F;e...</a>
评论 #16850543 未加载
dragontamerabout 7 years ago
So, as much as I hate to hate on somebody here, Igor is... somewhat unreliable with regards to these issues.<p>Igor is infamous for disabling virtually every setting. 7-Zip has no ASLR, compiler-stack checks, or anything what-so-ever. Igor refuses to use a modern VC++ (Visual Studio 2015 and later have FREE versions available for open-source code) that would solve a lot of security issues and bugs.<p>I&#x27;m not entirely sure if this is a Win10 problem, or if its a 7-Zip problem. Any complaints from the 7-Zip dev IMO will require a very careful eye: 7-Zip code is not necessarily in the cleanest state or using the best practices.
评论 #16851709 未加载
评论 #16855167 未加载
评论 #16852201 未加载
yuhongabout 7 years ago
<p><pre><code> &#x2F;&#x2F; A Windows bug exists where a VirtualAlloc call immediately after VirtualFree &#x2F;&#x2F; yields a page that has not been zeroed. The returned page is asynchronously &#x2F;&#x2F; zeroed a few milliseconds later, resulting in memory corruption. The same bug &#x2F;&#x2F; allows VirtualFree to return before the page has been unmapped.</code></pre> I wonder what MSRC would think of that bug
leeterabout 7 years ago
In reading the article it&#x27;s clear this is not a bug, it&#x27;s API abuse. The documentation for VirtualAlloc is very clear that Large Pages should be a one time allocation thing are not intended for general malloc replacement.
评论 #16850591 未加载
binarycrusaderabout 7 years ago
For those interested, this issue was apparently already resolved in RS4 insider builds and only affects some older releases. After updating a system to RS4 (the upcoming release), this issue should no longer be encountered:<p><a href="https:&#x2F;&#x2F;aka.ms&#x2F;Yxum93" rel="nofollow">https:&#x2F;&#x2F;aka.ms&#x2F;Yxum93</a><p>(requires Feedback Hub App on Win 10 to view)
zentiggrabout 7 years ago
Leery about going to read this - has sourceforge cleaned up its act at all since the download poisoning issues?
评论 #16849833 未加载
ThoAppelsinabout 7 years ago
It is funnily interesting to me how they prefer to capitalize the word BUG, perhaps as a means of drawing attention to its (apparent) importance.
评论 #16849921 未加载
评论 #16850157 未加载