http://bugs.winehq.org/show_bug.cgi?id=12516
Hans Leidekker hans@it.vu.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@it.vu.nl
--- Comment #1 from Hans Leidekker hans@it.vu.nl 2008-04-12 09:07:17 --- I'm seeing the same thing on recent Fedora kernels. This command works around the problem:
$ sudo sysctl -w vm.mmap_min_addr=0
To make this setting permanent, add this line to /etc/sysctl.conf:
vm.mmap_min_addr=0