View Issue Details

IDProjectCategoryView StatusLast Update
0006700ardourbugspublic2019-07-14 18:06
Reportermetal3d Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status newResolutionopen 
PlatformRedhatOSLinuxOS VersionFedora 22
Product Version4.4 
Summary0006700: Crash when I create or open a session
DescriptionWhatever the audio driver (jack, alsa) Ardour crash when I open or create a session

<code>
bind txt domain [gtk2_ardour4] to /opt/Ardour-4.4.0/share/locale
Ardour4.4.0 (construit avec 4.4 et GCC version 4.4.7)
ardour: [INFO]: Votre configuration-système limite Ardour à 4096 fichiers ouverts
ardour: [INFO]: Chargement du fichier de configuration-système /opt/Ardour-4.4.0/etc/system_config
Chargement du fichier de configuration-utilisateur /home/patachou/.config/ardour4/config
CPU vendor: GenuineIntel
ardour: [INFO]: AVX-capable processor
ardour: [INFO]: CPU brand: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
ardour: [INFO]: Using SSE optimized routines
ardour: [INFO]: Chargement du fichier de style par défaut (/opt/Ardour-4.4.0/etc/default_ui_config) pour l'interface graphique
ardour: [INFO]: Chargement du fichier utilisateur de la configuration de l'interface graphique /home/patachou/.config/ardour4/ui_config
Gtk-Message: Failed to load module "pk-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
ardour: [INFO]: Loading color file /opt/Ardour-4.4.0/etc/dark.colors
ardour: [INFO]: Loading ui configuration file /opt/Ardour-4.4.0/etc/clearlooks.rc
ardour: [INFO]: Loading ui configuration file /opt/Ardour-4.4.0/etc/clearlooks.rc
EngineControl::set_state
Found nothing along /home/patachou/.config/ardour4/templates:/opt/Ardour-4.4.0/share/templates
run dialog
Announcement is:
Cannot connect to server socket err = Aucun fichier ou dossier de ce type
Cannot connect to server request channel
jack server is not running or cannot be started
JACK command line will be: /usr/bin/jackd -t 200 -p 2048 -R -T -d alsa -n 2 -r 48000 -p 256 -d hw:MTrack,0 -X raw
Cannot connect to server socket err = Aucun fichier ou dossier de ce type
Cannot connect to server request channel
jackdmp 1.9.10
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2014 Grame.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
no message buffer overruns
no message buffer overruns
no message buffer overruns
JACK server starting in realtime mode with priority 20
self-connect-mode is "Don't restrict self connect requests"
audio_reservation_init
Acquire audio card Audio2
creating alsa driver ... hw:MTrack,0|hw:MTrack,0|256|2|48000|0|0|nomon|swmeter|-|32bit
configuring for 48000Hz, period = 256 frames (5.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 24bit little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 24bit little-endian
ALSA: use 2 periods for playback
Using port names patch v0.1 (07.04.2010)
Trying to load portnames from /home/patachou/.config/jack/cards/M-Track.ss.ports.in
Trying to load portnames from /home/patachou/.config/jack/cards/M-Track.ports.in
Trying to load portnames from /etc/jack/cards/M-Track.ss.ports.in
Trying to load portnames from /etc/jack/cards/M-Track.ports.in
Trying to load portnames from /home/patachou/.config/jack/cards/M-Track.ss.ports.out
Trying to load portnames from /home/patachou/.config/jack/cards/M-Track.ports.out
Trying to load portnames from /etc/jack/cards/M-Track.ss.ports.out
Trying to load portnames from /etc/jack/cards/M-Track.ports.out
Cannot create thread res = 1
VST_PATH not set, defaulting to /home/patachou/vst:/usr/local/lib/vst:/usr/lib/vst
lilv_world_add_plugin(): error: Duplicate plugin <https://community.ardour.org/node/7596>
lilv_world_add_plugin(): error: ... found in file:///opt/Ardour-4.4.0/lib/LV2/reasonablesynth.lv2/
lilv_world_add_plugin(): error: ... and file:///usr/local/lib/lv2/reasonablesynth.lv2/
Scanning folders for bundled LV2s: /opt/Ardour-4.4.0/lib/LV2
lilv_world_add_plugin(): error: Duplicate plugin <https://community.ardour.org/node/7596>
lilv_world_add_plugin(): error: ... found in file:///opt/Ardour-4.4.0/lib/LV2/reasonablesynth.lv2/
lilv_world_add_plugin(): error: ... and file:///usr/local/lib/lv2/reasonablesynth.lv2/
lilv_plugin_load_ports_if_necessary(): error: Plugin <http://home.gna.org/lv2vocoder/1> port symbol `600' is invalid
error: failed to expand CURIE `foaf:name'
error: attempt to add quad with NULL field
error: failed to expand CURIE `foaf:homepage'
error: attempt to add quad with NULL field
error: failed to expand CURIE `foaf:mbox'
error: attempt to add quad with NULL field
error: failed to expand CURIE `foaf:name'
error: attempt to add quad with NULL field
error: failed to expand CURIE `foaf:homepage'
error: attempt to add quad with NULL field
error: failed to expand CURIE `foaf:mbox'
error: attempt to add quad with NULL field
JackEngine::XRun: client = ardour was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackAudioDriver::ProcessGraphAsyncMaster: Process error
Unknown error...
terminate called after throwing an instance of 'Jack::JackTemporaryException'
  what():
</code>
TagsNo tags attached.

Activities

x42

2015-12-04 12:13

administrator   ~0017692

Could you get a backtrace of the crash? http://ardour.org/debugging_ardour


Does it work if you launch jack before starting Ardour? e.g using qjackctl.
Does it work if you use Ardour's ALSA backend (instead of jack)?

Issue History

Date Modified Username Field Change
2015-12-04 11:54 metal3d New Issue
2015-12-04 12:13 x42 Note Added: 0017692