virtual_map_section mapping failed

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Greatsamps
Newbie
Newbie
Posts: 2
Joined: Tue Sep 10, 2019 5:44 am

virtual_map_section mapping failed

Post by Greatsamps »

Hi,

So we are using Wine to run a 32-bit application within a docker container at scale. This is working fine for the most part, but due to the way that the application behaves, we need to isolate them from each other in a VM.

We are using Kata Containers to do this but having some issues, in that Wine is crashing withing Kata. I have taken a look at the logs and compared them to a working example and can see multiple lines such as these which are present in the non-working one, that are not in the working one.

0009:err:virtual:virtual_map_section mapping 0x3670000 1000 000000000 failed
0009:err:virtual:virtual_map_section mapping 0x3780000 d000 000000000 failed
0009:err:virtual:virtual_map_section mapping 0x3780000 d000 000000000 failed
0009:err:virtual:virtual_map_section mapping 0x3780000 1000 000000000 failed
0009:err:virtual:virtual_map_section mapping 0x3780000 1000 000000000 failed
0009:fixme:dbghelp:elf_search_auxv can't find symbol in module
0009:fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithHandleData
0009:fixme:kernelbase:AppPolicyGetProcessTerminationMethod 0xfffffffa, 0x32d370

Can someone point me in the right direction as to what virtual_map_section mapping failed actually means? I may then be able to work out what needs changing within Kata to support this.

Kind Regards,
Locked