Bug 179446

Summary: ainit: Memory: Failed to release semaphoreb
Product: [Fedora] Fedora Reporter: Neal Becker <ndbecker2>
Component: alsa-libAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dgunchev, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-07 10:47:38 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 Neal Becker 2006-01-31 14:34:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.0 (like Gecko)

Description of problem:
Jan 30 17:33:22 nbecker4 ainit: Memory: Failed to release semaphore 
Jan 30 17:33:22 nbecker4 ainit: Error: No such file or directory 
Jan 30 17:33:22 nbecker4 ainit: Memory: Failed to release SHM segment 
Jan 30 17:33:22 nbecker4 ainit: Error: No such file or directory 
Jan 30 17:33:22 nbecker4 ainit: Memory: Failed to release SHM segment 
Jan 30 17:33:22 nbecker4 ainit: Error: No such file or directory 
Jan 30 17:33:22 nbecker4 ainit: 
Jan 30 17:33:22 nbecker4 ainit: Memory: Failed to release semaphore 
Jan 30 17:33:22 nbecker4 ainit: Error: No such file or directory 
Jan 30 17:33:22 nbecker4 ainit: Memory: Failed to release SHM segment 
Jan 30 17:33:22 nbecker4 ainit: Error: No such file or directory 
Jan 30 17:33:22 nbecker4 ainit: Memory: Failed to release SHM segment 
Jan 30 17:33:22 nbecker4 ainit: Error: No such file or directory 
Jan 30 17:33:22 nbecker4 ainit: 
 

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

How reproducible:
Always

Steps to Reproduce:
1.boot  
2.  
3.  
    

Additional info:

Don't know what significance this has

Comment 1 Dave Jones 2006-02-01 21:00:38 UTC
ainit is part of alsa.


Comment 2 Martin Stransky 2006-02-01 21:18:32 UTC
Which version of alsa-lib?

Comment 3 Neal Becker 2006-02-01 22:12:55 UTC
rpm -q alsa-lib 
alsa-lib-1.0.11-2.rc2 
alsa-lib-1.0.11-2.rc2 

Comment 4 Doncho Gunchev 2006-02-02 08:42:12 UTC
Hope this is related. When I login with a user, logout and login with another    
the later has no sound. If I login with the first user again the sound works.    
Adding "ipcclean" before "clear" in "~/.bash_logout" fixes the problem. ipcs    
shows this:    
------ Shared Memory Segments --------    
key        shmid      owner      perms      bytes      nattch     status    
...    
0x000004d2 819202     guest     600        384        0    
...    
    
------ Semaphore Arrays --------    
key        semid      owner      perms      nsems    
0x000004d2 327680     guest     600        1    
...    
where guest was the first user that logged in. I had this problem with every   
FC4 kernel/alsa/whatever on my laptop and on my desktop PC. I also have these  
messages in /var/log/messages.  

Comment 5 Martin Stransky 2006-02-03 13:11:04 UTC
Could you check the latest alsa-lib-1.0.11-3.rc2?