Bug 198355

Summary: 32 bit wine: error while loading shared libraries: out of memory: Operation not permitted
Product: Other Reporter: Björn Bidar (bjorn.bidar)
Component: OtherAssignee: other_other
Status: NEW ---    
Severity: normal    
Priority: P1    
Hardware: x86-64   
OS: Linux   
Kernel Version: 4.14.7 Subsystem:
Regression: No Bisected commit-id:
Attachments: kernel config

Description Björn Bidar 2018-01-05 02:23:48 UTC
Starting with running 32bit applications on a 64bit kernel fails with the message listed in the title.
Running strace results this:
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 EPERM (Operation not permitted)


A workaround is to set vm.mmap_min_addr=0.


Bug Link to Arch Linux Bugtracker:
https://bugs.archlinux.org/task/55954?project=5&string=wine
Wine's Bug:
https://bugs.winehq.org/show_bug.cgi?id=43963
Comment 1 Björn Bidar 2018-01-05 02:25:21 UTC
Created attachment 273407 [details]
kernel config