Bug 262830

Summary: Audex Crashes with Segmentation Fault when encoders are missing
Product: kdemultimedia Reporter: Ben Johnson <ben0x4a.bulk+kde>
Component: generalAssignee: Multimedia Developers <kde-multimedia>
Status: RESOLVED FIXED    
Severity: normal CC: cfeck, marco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 0.73b1
Attachments: Strace output
Output when run from a command line

Description Ben Johnson 2011-01-11 08:32:36 UTC
Created attachment 55851 [details]
Strace output

Version:           unspecified (using KDE 4.5.1) 
OS:                Linux

Audex crashes with a Segmentation Fault when trying to add profiles when encoders are missing. 
Start Audex, open Settings/Configure Audex, Click profiles, Add. Leave profile as is, click ok => Segmentation Fault.
After installing lame, flac, oggenc, faac, and wavpack, then removing ~/.kde/share/config/audexrc Audex no longer Seg Faulted.

Reproducible: Always

Steps to Reproduce:
Start Audex, open Settings/Configure Audex, Click profiles, Add. Leave profile as is, click ok => Segmentation Fault.

Actual Results:  
Crashed with Segmentation Fault

Expected Results:  
Adds the profile
Comment 1 Ben Johnson 2011-01-11 08:33:27 UTC
Created attachment 55852 [details]
Output when run from a command line
Comment 2 Christoph Feck 2011-01-11 14:21:11 UTC
Ben, do you get the DrKonqi crash handler dialog? If yes, please provide the backtrace of the crash. For more information, see http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports
Comment 3 Christoph Feck 2011-01-11 14:22:16 UTC
(I sent Audex maintainer a private mail, he seems to have no bugzilla account yet)
Comment 4 Marco Nelles 2011-01-11 15:46:25 UTC
I suppose that you use Audex version 0.72b1. This bug has been fixed with version 0.73b1.
Comment 5 Ben Johnson 2011-01-12 02:53:50 UTC
Yes. I found the fixed 0.73b1 version here: http://kde.maniatek.com/audex/download

Thanks!