On Tue, 10 Feb 2009, Maximilian-Clemens Anderer wrote:

> Hi!
> 
> Can anyone confirm that audacity is crashing on the latest snapshot
> (Feb 6)?
> 
> Steps to reproduce the crash:
> 
> audacity -> Edit -> Preferences
> 
> 
> After clicking on "Preferences" audacity crashes with the following
> error message:
> 
> Segmentation fault (core dumped)

It works fine here, but I compiled it from ports, not used a package.
You could try compiling avidemux with debug symbols and run it under gdb 
to get a backtrace.

$ sudo pkg_delete audacity
$ cd /usr/ports/audio/audacity/
$ make DEBUG=-g install
$ gdb audacity
(gdb) run
... after the crash:
(gdb) bt full


-- 
Antoine

Reply via email to