| Summary: | media-sound/ardour-2.0.3 segfaults without clean profile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Pietro Franchi <tinaught> |
| Component: | New packages | Assignee: | Professional Audio Applications Maintainers <proaudio> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Pietro Franchi
2007-07-29 12:32:15 UTC
could you please follow http://www.gentoo.org/proj/en/qa/backtraces.xml to get a backtrace ? And perhaps also attach your ardour.rc, if you think it's the cause so that I can try to reproduce it. This is the bt,
#0 0xb74c1eff in Glib::Interface::Interface () from /usr/lib/libglibmm-2.4.so.1
#1 0xb787f560 in Atk::Implementor::Implementor () from /usr/lib/libatkmm-1.6.so.1
#2 0xb7b0a027 in Gtk::Widget::Widget () from /usr/lib/libgtkmm-2.4.so.1
#3 0xb7a77016 in Gtk::Container::Container () from /usr/lib/libgtkmm-2.4.so.1
#4 0xb7a9b0c2 in Gtk::Layout::Layout () from /usr/lib/libgtkmm-2.4.so.1
#5 0xb7198b72 in Gnome::Canvas::Canvas::Canvas () from /usr/lib/libgnomecanvasmm-2.6.so.1
#6 0xb71997a0 in Gnome::Canvas::CanvasAA::CanvasAA () from /usr/lib/libgnomecanvasmm-2.6.so.1
#7 0x08336b05 in Editor::Editor ()
#8 0x082b6647 in ARDOUR_UI::create_editor ()
#9 0x082afaaf in ARDOUR_UI::setup_windows ()
#10 0x082a256f in ARDOUR_UI::set_engine ()
#11 0x0841f299 in main ()
ardour.rc is the automatically created one, but I paste it here anyway:
<?xml version="1.0" encoding="UTF-8"?>
<Ardour>
<MIDI-port tag="control" device="ardour" type="alsa/sequencer" mode="duplex"/>
<MIDI-port tag="mcu" device="ardour" type="alsa/sequencer" mode="duplex"/>
<MIDI-port tag="seq" device="ardour" type="alsa/sequencer" mode="duplex"/>
<Config>
<Option name="trace-midi-input" value="0"/>
<Option name="trace-midi-output" value="0"/>
<Option name="use-tranzport" value="0"/>
<Option name="minimum-disk-io-bytes" value="262144"/>
<Option name="track-buffer-seconds" value="5"/>
<Option name="disk-choice-space-threshold" value="57600000"/>
<Option name="xfade-model" value="-1210132193"/>
<Option name="auto-xfade" value="1"/>
<Option name="destructive-xfade-msecs" value="20"/>
<Option name="mute-affects-pre-fader" value="1"/>
<Option name="mute-affects-post-fader" value="1"/>
<Option name="mute-affects-control-outs" value="1"/>
<Option name="mute-affects-main-outs" value="1"/>
<Option name="plugins-stop-with-transport" value="0"/>
<Option name="stop-recording-on-xrun" value="0"/>
<Option name="stop-at-session-end" value="1"/>
<Option name="quieten-at-speed" value="1"/>
<Option name="jack-time-master" value="1"/>
<Option name="timecode-source-is-synced" value="1"/>
<Option name="no-new-session-dialog" value="0"/>
<Option name="use-vst" value="1"/>
<Option name="periodic-safety-backups" value="1"/>
<Option name="periodic-safety-backup-interval" value="120"/>
</Config>
<extra>
<Keyboard edit-button="3" edit-modifier="4" delete-button="3" delete-modifier="1" snap-modifier="32"/>
<TransportControllables roll="0" stop="1" goto_start="2" goto_end="3" auto_loop="4" play_selection="5" rec="6" shuttle="7"/>
</extra>
<ControlProtocols>
<Protocol name="Generic MIDI" active="no"/>
<Protocol name="Mackie" active="no"/>
</ControlProtocols>
</Ardour>
(no newline at the end)
weird, I don't get the problem here. Could you please paste the output of "bt full" ? getting the values of the different variables could help. still working fine here, please reopen with more info sorry for the late reply, I was on holidays :-) Anyway, I find that 2.0.5 seems to fix this for me, so I wouldn't know what to add. Thanks a lot for your support anyway! |