9.2 shuts down scanning LV2 Plugins

Raspberry Pi 5 here and not able to create a new session or open an existing one .
How to solve this ?

Debian GNU / Linux 13 (trixie)

Tried uninstalling and reinstalling, no differ .

How to launch from Terminal and view crash logs, if any ?

/ T .

That is good news. Identical software should produce identical results.

just run Ardour9 (assuming it is Ardour from Download Ardour | Ardour Community, distro builds have a lower-case a: ardour9). And to get a crash reports: Ardour9 --gdb then follow instructions at Debugging Ardour | Ardour DAW.

Launched Ardour9 from terminal got this ;

ardour-request-device: watched PID no longer exists - releasing device.

That is normal when Ardour terminates. What messages are before that?

Here’s the full output from terminal ;

studio@raspberrypi:~ $ Ardour9
Ardour9.2.0 (built using 9.2 and GCC version 10.2.1 20210110)
Ardour: [INFO]: Your system is configured to limit Ardour to 524288 open files
Ardour: [INFO]: Loading system configuration file /opt/Ardour-9.2.0/etc/system_config
Ardour: [INFO]: Loading user configuration file /home/studio/.config/ardour9/config
Ardour: [INFO]: Using ARM NEON optimized routines
Ardour: [INFO]: Loading plugin meta data file /opt/Ardour-9.2.0/share/plugin_metadata/plugin_tags
Ardour: [INFO]: Loading plugin statistics file /home/studio/.config/ardour9/plugin_metadata/plugin_stats
Ardour: [INFO]: add_lrdf_data ‘/home/studio/.config/ardour9/rdf:/opt/Ardour-9.2.0/share/rdf:/usr/local/share/ladspa/rdf:/usr/share/ladspa/rdf’
Cannot install SIGPIPE error handler
Ardour: [INFO]: Loading default ui configuration file /opt/Ardour-9.2.0/etc/default_ui_config
Ardour: [INFO]: Loading 470 MIDI patches from /opt/Ardour-9.2.0/share/patchfiles
Ardour: [INFO]: Loading 470 MIDI patches from /opt/Ardour-9.2.0/share/patchfiles
Ardour: [INFO]: Loading colour file /opt/Ardour-9.2.0/share/themes/dark-ardour.colors
Ardour: [INFO]: Loading ui configuration file /opt/Ardour-9.2.0/etc/clearlooks.rc
Ardour: [INFO]: Loading bindings from /opt/Ardour-9.2.0/etc/ardour.keys
Loading ui configuration file /opt/Ardour-9.2.0/etc/clearlooks.rc
ardour-request-device: Failed to acquire device: ‘Audio2’
Device or resource busy
ALSA: Cannot open device ‘hw:StealthPedal,0’: Device or resource busy
ardour-request-device: Failed to acquire device: ‘Audio2’
Device or resource busy
ALSA: Cannot open device ‘hw:StealthPedal,0’: Device or resource busy
ardour-request-device: Failed to acquire device: ‘Audio2’
Device or resource busy
Found nothing along /home/studio/.config/ardour9/templates:/opt/Ardour-9.2.0/share/templates
Segmentation fault (core dumped)

OK …

Got this sorted ;
It was ToobAmp.lv2, that made Ardour crash .
Removed the plugin folder, and that’s it .
All’s fine, for now .

/ T .