View Issue Details

IDProjectCategoryView StatusLast Update
0001284ardourbugspublic2008-11-20 23:51
Reporteralfred Assigned Topaul  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Summary0001284: The program crashes when I edit inputs in audio tracks.
Description I installed ardour-2.0beta6.2 in my computer with Debian testing (etch).
 The program crashes when I edit inputs in audio tracks.

 1. I start a new session with one audio track (master + Audio 1, see screenshot 01.jpg) or I open a recent (new, not used) session.

 2. I click with the right mouse button on Audio 1 - it opens a popup dialog (02.jpg), and then I click bellow the dialog and the popup dialog closes.

 3. I open the mixer window

 4. I open the dialog for editing input

 5. I click in "in1 - alsa_pcm:capture_1" (screenshot 03.jpg) and ardour crashes (SIGSEGV)
 -------------------------------
 If I skip step 2, everything is OK - I can remove and choose whatever input I want. But if do steps 2-5 later, Ardour still crashes.

 The bug was the same in 2.0beta5 and it is the same in 0.99.2.

Screenshots and core file I try upload in "screenshots_and_core.tar.bz2"
TagsNo tags attached.

Activities

2006-11-02 22:56

 

screenshots_and_core.tar.bz2 (3,208,997 bytes)

alfred

2006-11-07 19:38

reporter   ~0002708

It is the same in ardour-2.0 beta7.1.

paul

2006-11-10 16:09

administrator   ~0002743

we can't use a core file. we need an actual back trace obtained with gdb. please see http://ardour.org/debugging_ardour

alfred

2006-11-11 21:49

reporter   ~0002751

I try to do, but I'm not a programmer and it is my first experience width gdb.
I read the page http://ardour.org/debugging_ardour but I did't find script "ardbg". So I wrote in script "bin/
ardour2":
                                                                                                              
exec gdb /opt/ardour-2.0beta7.1-dbg//lib/ardour2/ardour.bin $*
                                                                                                              
I did this steps:
                                                                                                              
-I compiled ardour-2 beta 7.1 width DEBUG=1.
-run "ulimit -c unlimited"
-run ardour2 and did steps which finished to crash program
-in directory was file core.8394
-run "ardour2 core.8394 > core.8394.txt"
-in gdb promt wrote "thread apply all bt"
-I send you the "core.8394.txt"

2006-11-11 21:50

 

core.8394.txt.gz (416,200 bytes)

paul

2006-11-11 21:58

administrator   ~0002752

this bug has been fixed already in subversion, at least 10-20 revisions behind the current (1109).

Issue History

Date Modified Username Field Change
2006-11-02 22:56 alfred New Issue
2006-11-02 22:56 alfred File Added: screenshots_and_core.tar.bz2
2006-11-07 19:38 alfred Note Added: 0002708
2006-11-10 16:09 paul Note Added: 0002743
2006-11-11 21:49 alfred Note Added: 0002751
2006-11-11 21:50 alfred File Added: core.8394.txt.gz
2006-11-11 21:58 paul Status new => resolved
2006-11-11 21:58 paul Resolution open => fixed
2006-11-11 21:58 paul Assigned To => paul
2006-11-11 21:58 paul Note Added: 0002752
2008-11-20 23:51 seablade Status resolved => closed