Bug 262830 - Audex Crashes with Segmentation Fault when encoders are missing
Summary: Audex Crashes with Segmentation Fault when encoders are missing
Status: RESOLVED FIXED
Alias: None
Product: kdemultimedia
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-11 08:32 UTC by Ben Johnson
Modified: 2011-01-12 02:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.73b1


Attachments
Strace output (148.72 KB, text/plain)
2011-01-11 08:32 UTC, Ben Johnson
Details
Output when run from a command line (3.77 KB, text/plain)
2011-01-11 08:33 UTC, Ben Johnson
Details

Note You need to log in before you can comment on or make changes to this bug.
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!