I followed the install directions for official binaries but I can’t launch the program. It dumps core. That’s from a terminal, If I do it by icon on the desktop - nothing. I’m running 18.04.2LTS with the Low Latency kernel.
$ audacity
Gtk-Message: 17:55:31.908: Failed to load module “canberra-gtk-module”
lo server running on 14315
terminate called after throwing an instance of ‘std::bad_alloc’
what(): std::bad_alloc
Aborted (core dumped)
$
Here’s what was installed:
$ apt list | grep audacity
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
audacity/bionic,now 2.3.2-0build1~ubuntu18.04 amd64 [installed]
audacity-data/bionic,bionic,now 2.3.2-0build1~ubuntu18.04 all [installed,automatic]
$
And here’s what’s in apt.sources:
$ cat /etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-audacity-bionic.list
deb > Index of /ubuntuhandbook1/audacity/ubuntu > bionic maindeb-src > Index of /ubuntuhandbook1/audacity/ubuntu > bionic main
$
Anyone else run across this?