[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#323175: rawrec: fails with "BUG: pthread_create failed:"



Package: rawrec
Version: 0.9.98-2
Severity: grave
Tags: sid
Justification: renders package unusable

Dear maintainer(s),

In the current sid environment, rawrec halts with the message:

===========================================================
$ rawrec -t 1 > foo.wav
rawrec: BUG: pthread_create failed: Operation not permitted
===========================================================

This seems to be caused by the following part of record.c:

===========================================================
  if ( (rtn = pthread_create(&move_au_th, &move_au_attr,
                             (void *(*)(void *)) move_au, &au_th_arg)) ) {
    err_die("BUG: pthread_create failed: %s\n", strerror(rtn));
  }
===========================================================
 
Oddly, "strace rawrec -t 1 > foo.wav" works.

I wonder I should file this bug to libc6, since in sarge
environment with libc6 2.3.2.ds1-22, the same version of
rawrec works fine.  I looked through bug reports of libc6,
but cannot find any resemble problem.  I'm sorry to bother
you, but please refile this as appropriate.

Best Regards,
-- 
NAKANO Takeo, Dr. Engr.
Dept. of Materials & Life Sciences, Seikei Univ.
E-mail : nakano@st.seikei.ac.jp
http://surf.ap.seikei.ac.jp/~nakano/

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12migrate.1
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)

Versions of packages rawrec depends on:
ii  libc6                         2.3.5-3    GNU C Library: Shared libraries an

Versions of packages rawrec recommends:
ii  aumix [audio-mixer]           2.8-15     Simple text-based mixer control pr

-- no debconf information



Reply to: