Search found 4 matches

by marc2k17
Fri Sep 01, 2017 11:08 pm
Forum: GNU/Linux
Topic: Audacity 2.1.2-1 launch - core dump - support
Replies: 5
Views: 1057

Re: Audacity 2.1.2-1 launch - core dump - support

There were definitely issues between x86 and x86_64 bits libraries.

Forcing LD_LIBRARY_PATH to x86_64 solved the issue.

Code: Select all

LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ audacity
by marc2k17
Fri Aug 25, 2017 2:09 am
Forum: GNU/Linux
Topic: Audacity 2.1.2-1 launch - core dump - support
Replies: 5
Views: 1057

Re: Audacity 2.1.2-1 launch - core dump - support

I tried 2.1.3 from the PPA and got the same issue. I think you are absolutely right on the libraries.. but the problem is which one is the issue.auda I will try to compile from the source. Hopefully it will be able to compile against the current libs. 2.1.3 --> *** Error in `audacity': munmap_chunk(...
by marc2k17
Wed Aug 23, 2017 12:23 am
Forum: GNU/Linux
Topic: Audacity 2.1.2-1 launch - core dump - support
Replies: 5
Views: 1057

Re: Audacity 2.1.2-1 launch - core dump - support

Not running as root... but I did try with root as well as my id from the CLI and got the same error.

Thanks.
by marc2k17
Fri Aug 18, 2017 12:57 am
Forum: GNU/Linux
Topic: Audacity 2.1.2-1 launch - core dump - support
Replies: 5
Views: 1057

Audacity 2.1.2-1 launch - core dump - support

Hi, I am on Kubuntu 16.04 and have audacity 2.1.2-1 from the *ubuntu repo. I have been trying to find a clue to this issue without success. Every attempt to start gets a core dump with the message below. I have checked permissions (directories, audio group), removed everything from previous installs...