Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Loading linked VST via airwave leads to segfault with self builded MrsWatson #275

Open
henrix opened this issue Jan 8, 2018 · 0 comments

Comments

@henrix
Copy link

henrix commented Jan 8, 2018

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant