Bug 198355 - 32 bit wine: error while loading shared libraries: out of memory: Operation not permitted
Summary: 32 bit wine: error while loading shared libraries: out of memory: Operation n...
Status: NEW
Alias: None
Product: Other
Classification: Unclassified
Component: Other (show other bugs)
Hardware: x86-64 Linux
: P1 normal
Assignee: other_other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-05 02:23 UTC by Björn Bidar
Modified: 2018-01-05 02:25 UTC (History)
0 users

See Also:
Kernel Version: 4.14.7
Subsystem:
Regression: No
Bisected commit-id:


Attachments
kernel config (47.00 KB, application/gzip)
2018-01-05 02:25 UTC, Björn Bidar
Details

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

Note You need to log in before you can comment on or make changes to this bug.