Package: bplay
Version: 0.991-9
Followup-For: Bug #267122

With the command line below, I constantly get unfreed semaphores:

$ mkfifo /tmp/sox.wav; brec -s44100 -b16 /dev/stdout | sox -t raw -r44100 
-swc1fu - /tmp/sox.wav pitch -300 & play /tmp/sox.wav; killall brec; rm 
/tmp/sox.wav

$ ipcs (before)

------ Semaphore Arrays --------
key        semid      owner      perms      nsems

------ Message Queues --------


$ ipcs (after first run)

------ Semaphore Arrays --------
key        semid      owner      perms      nsems
0x00000000 32768      wolog     600        32
0x00000000 65537      wolog     600        32
0x00000000 98306      wolog     600        32
0x00000000 131075     wolog     600        32

------ Message Queues --------

$ ipcs (after second run)

------ Semaphore Arrays --------
key        semid      owner      perms      nsems
0x00000000 32768      wolog     600        32
0x00000000 65537      wolog     600        32
0x00000000 98306      wolog     600        32
0x00000000 131075     wolog     600        32
0x00000000 163844     wolog     600        32
0x00000000 196613     wolog     600        32
0x00000000 229382     wolog     600        32
0x00000000 262151     wolog     600        32

------ Message Queues --------

and so on ...


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (800, 'stable'), (90, 'testing'), (70, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages bplay depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries

bplay recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to