Subject: Re: Problems with audacity
To: None <muc-lists-netbsd-users@moderators.muc.de>
From: Michael Core <520079546242-0001@t-online.de>
List: netbsd-users
Date: 04/18/2002 21:39:52
Julio Merino wrote:

> I've just compiled and installed audio/audacity and I'm having some
> weird problems.

Be sure, you compiled it with "-g" for debugging.

> I open a MP3 file in the editor and then I choose 'Select all' from the
> menu. Then, I press on the Amplify filter and it segfaults.

Use gdb. Somehow like:

# gdb `which audacity`
(gdb) run

If it segfaults type in "bt" to get a more verbose error message. There
might appear other signals like "SIGUSR1", just "continue" or ignore them
with e.g. "ha nostop noprint pass SIGUSR1". Be sure everything is
up-to-date and kernel is in sync with userland. At first, try "make
update" in audio/audacity.