View Single Post
Old 10-16-2019, 08:02 PM   #16
JamesPeters
Human being with feelings
 
Join Date: Aug 2011
Location: Near a big lake
Posts: 3,943
Default

Reaper5984+dev1016_linux_x86_64

Crash with this pre-release that doesn't happen with official version 5.984 (prior to this pre-release cycle). I didn't try Reaper5984+dev1015_linux_x86_64, so I don't know if that also has this issue.


Steps:

-Open Reaper and play a WAV file in the project (using WAV file at same sample rate of project, no resampling is happening).
-Stop playback.
-Minimize window or just make another window focused (browser, notepad, terminal, etc.)
-Click on Reaper window again to bring it into focus. Crash to desktop happens.

Output of GDB:

Code:
$ gdb reaper -ex 'set pagination off' -ex run -ex bt -ex quit
GNU gdb (Ubuntu 8.2.91.20190405-0ubuntu3) 8.2.91.20190405-git
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from reaper...
(No debugging symbols found in reaper)
Starting program: /home/james/opt/REAPER/reaper 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff22ec700 (LWP 9041)]
[New Thread 0x7ffff1aeb700 (LWP 9042)]
[New Thread 0x7ffff12ea700 (LWP 9043)]
ALSA: using mmap interleaved
ALSA: using mmap interleaved
[New Thread 0x7fffef1c3700 (LWP 9044)]
[New Thread 0x7fffeda6e700 (LWP 9045)]
[New Thread 0x7fffed0fe700 (LWP 9046)]
[New Thread 0x7fffec8fd700 (LWP 9047)]
[New Thread 0x7fffec0fc700 (LWP 9048)]

Thread 1 "reaper" received signal SIGSEGV, Segmentation fault.
0x00007fffefde2ee0 in ?? () from /home/james/opt/REAPER/Plugins/reaper_wave.so
#0  0x00007fffefde2ee0 in ?? () from /home/james/opt/REAPER/Plugins/reaper_wave.so
#1  0x0000000000750b6c in ?? ()
#2  0x000000000043eb0b in ?? ()
#3  0x0000000000443b32 in ?? ()
#4  0x00000000004806cf in ?? ()
#5  0x000000000068886b in ?? ()
#6  0x00000000006a24fc in ?? ()
#7  0x0000000000a28bee in ?? ()
#8  0x00007ffff76e82e8 in ?? () from /home/james/opt/REAPER/libSwell.so
#9  0x00007ffff76e8213 in ?? () from /home/james/opt/REAPER/libSwell.so
#10 0x00007ffff76ef99e in ?? () from /home/james/opt/REAPER/libSwell.so
#11 0x00007ffff6a9e5e5 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#12 0x00007ffff6aaeb2e in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#13 0x00007ffff6aafca6 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#14 0x00007ffff6aafe64 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#15 0x00007ffff67c6e8d in g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#16 0x00007ffff67da555 in ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#17 0x00007ffff67e34ae in g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#18 0x00007ffff67e3b6f in g_signal_emit () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#19 0x00007ffff6aa7cfd in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#20 0x00007ffff6a92cb8 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#21 0x00007ffff66e1323 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007ffff66e0898 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007ffff66e0c88 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007ffff66e0d1c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x00007ffff76f102a in ?? () from /home/james/opt/REAPER/libSwell.so
#26 0x00007ffff76d3722 in ?? () from /home/james/opt/REAPER/libSwell.so
#27 0x0000000000413b66 in ?? ()
#28 0x00007ffff7983b6b in __libc_start_main (main=0x413280, argc=1, argv=0x7fffffffe128, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe118) at ../csu/libc-start.c:308
#29 0x000000000041930a in _start ()
A debugging session is active.

	Inferior 1 [process 9037] will be killed.

Quit anyway? (y or n) y
(The segmentation fault line happens right after switching back to Reaper.)

I tried this in Xubuntu versions 19.10 beta as well as 19.04 (both with lowlatency kernel), on two different systems with different CPU/audio hardware/mainboard/RAM (etc.) Both systems don't crash when using 5.984, but do when using this pre-release.

I also removed everything from the userplugins folder (ReaPack, SWS, etc.) just in case before doing that crash report above.

If there's anything else you'd like me to test, let me know.

Last edited by JamesPeters; 10-16-2019 at 08:09 PM.
JamesPeters is offline   Reply With Quote