Search found 2 matches

by felix
Tue Jun 17, 2014 1:24 pm
Forum: Compiling Audacity
Topic: patch for startup crash without a temporary directory
Replies: 3
Views: 2336

Re: patch for startup crash without a temporary directory

I use Arch. My specific issue is that I get a segmentation fault. The patch fixes only that.

Turns out I had no free space available for non-root users on / (which contains /var/tmp on my system). Still, the error message could be more informative.
by felix
Tue Jun 17, 2014 7:33 am
Forum: Compiling Audacity
Topic: patch for startup crash without a temporary directory
Replies: 3
Views: 2336

patch for startup crash without a temporary directory

Would post on Bugzilla, but requesting an account there is too much of a hassle. I won't bother. Here is a patch for 2.0.5 fixing a crash on startup when there is no temporary directory configured ( LP #766918 , RH #954818 ): --- src/AudacityApp.cpp 2013-10-19 09:31:48.000000000 +0200 +++ src/Audaci...