You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
When loading a linked VST plugin via airwave on Linux, MrsWatson crashes due to a segmentation fault. Interestingly this only happends with self builded MrsWatson, whereas the pre build binaries for Linux works fine. Thus, I assume this is a build issue.
I tried gcc and clang.
When loading a linked VST plugin via airwave on Linux, MrsWatson crashes due to a segmentation fault. Interestingly this only happends with self builded MrsWatson, whereas the pre build binaries for Linux works fine. Thus, I assume this is a build issue.
I tried gcc and clang.
LDD of prebuild binary:
linux-vdso.so.1 (0x00007ffd67fda000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fc0f80cc000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007fc0f7d80000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007fc0f79c9000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fc0f82d0000)
LDD of self builded binary:
linux-vdso.so.1 (0x00007ffcb87b9000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f18429a6000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f184261f000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f18422d3000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f18420bc000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f1841d05000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f1842dcf000)
The text was updated successfully, but these errors were encountered: