Bug 550736
Summary: | random mmap() failure in wine pulseaudio (lack of address space?) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | r6144 <rainy6144> |
Component: | wine | Assignee: | Andreas Bierfert <andreas.bierfert> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | andreas.bierfert, bztdlinux, hiroki04030, legolegs, manisandro, misc, rfv781 |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-12-04 01:11:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
r6144
2009-12-27 06:02:02 UTC
Same for up-to-date F11. Same for f12: [legolegs@localhost ~]$ winecfg mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory xe: pulse.c:733: PULSE_WaveInit: Assertion `PULSE_context' failed. err:module:attach_process_dlls "winmm.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status 80000101 Versions: pulseaudio-0.9.21-5.fc12.x86_64 pulseaudio-libs-0.9.21-5.fc12.i686 pulseaudio-libs-0.9.21-5.fc12.x86_64 wine-1.1.38-1.fc12.i686 wine-pulseaudio-1.1.38-1.fc12.i686 Currently I work around the bug by changing the line modified by the aforementioned commit into { (void *)0x00110000, 0x3fef0000 }, /* low memory area */ This doesn't seem to break any application I use, though other things could be broken. valid on f13 too, with wine-1.1.38-1 Can you reproduce this with the release candidate in updates-testing? This message is a reminder that Fedora 12 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 12. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '12'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 12's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 12 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Fedora 12 changed to end-of-life (EOL) status on 2010-12-02. Fedora 12 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. I am currently having the same issue with Wine + pulseaudio audio plugin, F14, wine 1.3.19: mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory Assertion 'b' failed at pulsecore/memblock.c:451, function pa_memblock_acquire(). Aborting. Why pulseaudio needs to mmap 64MB of memory is unknown to me. What worked for me is to set `shm-size-bytes = 1048576` in /etc/pulse/client.conf and /etc/pulse/daemon.conf. |