https://bugs.winehq.org/show_bug.cgi?id=56835
Bug ID: 56835 Summary: memory allocation error in wine9.0 Product: Wine Version: 9.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: csumushu@126.com Distribution: ---
Our program can run using Wine 8.0, but because Wine 8.0 does not sufficiently support the WinPcap library, it exits the function directly after calling pcap_loop without listening to the network card. Therefore, we plan to use Wine 9.0. We tested it with a test program, and it did not have this issue. However, when running our software, we encountered the following error log: ‘0104:err:virtual:map_view anon mmap error Cannot allocate memory, size 0x3c141000, unix_prot 0x1’. Could this be due to some configuration issue?