Bug 466338

Summary: I: memblock.c: Pool full
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: pulseaudioAssignee: Lennart Poettering <lpoetter>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: bnocera, jturner, lkundrak, lpoetter, mclasen, pierre-bugzilla, poelstra, rhbugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-24 21:16:00 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:
Bug Depends On:    
Bug Blocks: 438944, 457945    
Attachments:
Description Flags
pulseaudio -vvvv output none

Description James Laska 2008-10-09 19:33:28 UTC
Created attachment 319917 [details]
pulseaudio -vvvv  output

Description of problem:

Clicking "Sound Capture->Test" in gnome-sound-properties with ALSA selected results in:

I: memblock.c: Pool full
I: memblock.c: Pool full
I: memblock.c: Pool full
I: memblock.c: Pool full
I: memblock.c: Pool full

Version-Release number of selected component (if applicable):

alsa-lib-1.0.18-6.rc3.fc10.x86_64
alsa-plugins-pulseaudio-1.0.18-1.rc3.fc10.x86_64
alsa-utils-1.0.18-3.rc3.fc10.x86_64
kernel-2.6.27-0.391.rc8.git7.fc10.x86_64
kernel-2.6.27-0.392.rc8.git7.fc10.x86_64
kernel-2.6.27-0.398.rc9.fc10.x86_64
pulseaudio-0.9.13-1.fc10.x86_64
pulseaudio-core-libs-0.9.13-1.fc10.x86_64
pulseaudio-esound-compat-0.9.13-1.fc10.x86_64
pulseaudio-libs-0.9.13-1.fc10.x86_64
pulseaudio-libs-glib2-0.9.13-1.fc10.x86_64
pulseaudio-module-gconf-0.9.13-1.fc10.x86_64
pulseaudio-module-x11-0.9.13-1.fc10.x86_64
pulseaudio-utils-0.9.13-1.fc10.x86_64

How reproducible:


Steps to Reproduce:
1. Start gnome-sound-properties
2. Select "Devices" tab
3. Under "Sound Capture", select "ALSA"
4. Click "Test"
  
Actual results:
 * pulseaudio -vvvv shows emits the following message a lot 

I: memblock.c: Pool full

Expected results:
 * pulseaudio should not die

Additional info:

 * System/Sound card information available at http://www.alsa-project.org/db/?f=0bba90565883dc921f97eeb910e9bc30076b30cd

 * If I click OK in the testing dialog ... the UI freezes.

Comment 1 John Poelstra 2008-10-09 19:37:57 UTC
seeing the same thing with 13.2 packages on i386f

Comment 2 Hans Ulrich Niedermann 2008-10-09 20:08:06 UTC
Seeing the same thing here, although I do see some

I: module-alsa-source.c: Overrun!

as well, every 8 to 20 lines of

I: memblock.c: Pool full

Comment 3 Matthias Clasen 2008-10-17 14:37:40 UTC
I: memblock.c: Pool full

Is this informational message actually a problem ?
Is this a blocker ?

Comment 4 James Laska 2008-10-17 14:44:38 UTC
THe end result is that pulseaudio exits.  I believe that isn't the expected result.  I'm not sure if the "memblock.c: Pool full" contributes to the failure, or if it's informational.

Comment 5 Hans Ulrich Niedermann 2008-10-17 19:52:40 UTC
Having the "pool full" message appear 10 times a second, and "Overrun" messages in between, and then having pulseaudio exit... I'd think the messages themselves are not a problem, but something within pulseaudio is going wrong and the messages are indicating what that might be.

Comment 6 Lennart Poettering 2008-10-23 02:31:36 UTC
The pool full message is usually a sign that some client doesn't unref the data blocks it read from PA quickly enough.

Comment 7 Lennart Poettering 2008-10-24 21:16:00 UTC
I think this is simply another duplicate of 462200. At least I assume that "pulseaudio exits" refers to the CPU load limiter.

*** This bug has been marked as a duplicate of bug 462200 ***