[Bug 38660] New: NUMA Explorer crashes on unimplemented function KERNEL32.dll.GetNumaProcessorNode

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 31 12:54:34 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38660

            Bug ID: 38660
           Summary: NUMA Explorer crashes on unimplemented function
                    KERNEL32.dll.GetNumaProcessorNode
           Product: Wine
           Version: 1.7.44
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net
      Distribution: ---

Hello folks,

this time the other way around...

https://github.com/wine-compholio/wine-staging/tree/master/patches/kernel32-GetNumaProcessorNode

I spent some time to find an app that really needs this API.

Tadaa ... http://www.flounder.com/numaexplorer.htm

Download: http://www.flounder.com/numaexplorer.zip

--- snip ---
$ wine ./NumaExplorer.exe 
...
fixme:process:GetNumaHighestNodeNumber (0x33f898): semi-stub
wine: Call from 0x7bc61777 to unimplemented function
KERNEL32.dll.GetNumaProcessorNode, aborting
...
--- snip ---

Another interesting app is here:

https://technet.microsoft.com/en-us/sysinternals/cc835722.aspx ("Windows
Sysinternal Coreinfo v3.31")

--- quote ---
Coreinfo is a command-line utility that shows you the mapping between logical
processors and the physical processor, NUMA node, and socket on which they
reside, as well as the cache’s assigned to each logical processor. It uses the
Windows’ GetLogicalProcessorInformation function to obtain this information and
prints it to the screen, representing a mapping to a logical processor with an
asterisk e.g. ‘*’. Coreinfo is useful for gaining insight into the processor
and cache topology of your system. 
--- quote ---

$ sha1sum numaexplorer.zip 
2c635fc0406c77ad876636297939530b726a23ca  numaexplorer.zip

$ du -sh numaexplorer.zip 
152K    numaexplorer.zip

$ wine --version
wine-1.7.44

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list