View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007715 | ardour | bugs | public | 2018-12-27 17:57 | 2019-01-23 12:00 |
Reporter | Sukovec | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Linux | OS | Archlinux | OS Version | Always newest |
Product Version | 5.12 | ||||
Summary | 0007715: Ardour crashes on exporting (before "Normalizing" stage). | ||||
Description | Whenever I try to do export of short sample from my project, Ardour crashes. Other projects works okay (occasionally other bigger and older projects makes problems too). The stacktrace (ard.txt), project file (sysel.ardour) and MP3 output profile are attached in zipfile. By the way, as a "bonus", jackd server is being "stuck" after a crash. | ||||
Steps To Reproduce | Export -> Select Loop region and MP3 output -> Export -> Wait till crash | ||||
Additional Information | You can catch me sometimes on IRC as "suk" | ||||
Tags | No tags attached. | ||||
|
|
|
relevant part from the backtrace (calling lame to encode): ``` [Detaching after vfork from child process 26671] [New Thread 0x7fff8ffff700 (LWP 26672)] *** buffer overflow detected ***: /usr/lib/ardour5/ardour-5.12.0 terminated Thread 42 "ardour-5.12.0" received signal SIGABRT, Aborted. [Switching to Thread 0x7fff8ffff700 (LWP 26672)] 0x00007ffff4b1ad7f in raise () from /usr/lib/libc.so.6 (gdb) thread apply all bt Thread 42 (Thread 0x7fff8ffff700 (LWP 26672)): #0 0x00007ffff4b1ad7f in raise () at /usr/lib/libc.so.6 0000001 0x00007ffff4b05672 in abort () at /usr/lib/libc.so.6 #2 0x00007ffff4b5d878 in __libc_message () at /usr/lib/libc.so.6 #3 0x00007ffff4bf0415 in __fortify_fail_abort () at /usr/lib/libc.so.6 0000004 0x00007ffff4bf0445 in () at /usr/lib/libc.so.6 0000005 0x00007ffff4bee3b4 in () at /usr/lib/libc.so.6 #6 0x00007ffff4bf033b in () at /usr/lib/libc.so.6 #7 0x00007ffff70b883f in PBD::SystemExec::output_interposer() () at /usr/lib/ardour5/libpbd.so.4 0000008 0x00007ffff70b8959 in () at /usr/lib/ardour5/libpbd.so.4 0000009 0x00007ffff54d0a9d in start_thread () at /usr/lib/libpthread.so.0 0000010 0x00007ffff4bdeb23 in clone () at /usr/lib/libc.so.6 ``` |
|
Possibly fixed in 6.0-pre0-1505-g87602e7fb - a workaround may be to call `lame --quiet ...` to encode the mp3 |