Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scsynth crashes and exits silently if no audio socket available #6288

Open
2-www opened this issue May 2, 2024 · 0 comments
Open

scsynth crashes and exits silently if no audio socket available #6288

2-www opened this issue May 2, 2024 · 0 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@2-www
Copy link

2-www commented May 2, 2024

Environment

  • SuperCollider version: 3.13.0
  • Operating system: debian
  • Other details (Qt version, audio driver, etc.): kde sdk 5.15-23.08

Steps to reproduce

start scide in a sandbox where there's no pulse/pipewire/jack, press ctrl+b

Expected vs. actual behavior

scsynth aborts but exits with 0. backtrace:

(gdb) bt
#0  0x00007ffff79bae14 in __pthread_kill_implementation () from /usr/lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff7968dce in raise () from /usr/lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff795083f in abort () from /usr/lib/x86_64-linux-gnu/libc.so.6
#3  0x00007ffff7cace03 in __gnu_cxx::__verbose_terminate_handler() [clone .cold] () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4  0x00007ffff7cbfbfa in __cxxabiv1::__terminate(void (*)()) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5  0x00007ffff7cbfc65 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6  0x00007ffff72a7e01 in std::__terminate () at /usr/include/c++/13.2.0/x86_64-unknown-linux-gnu/bits/c++config.h:322
#7  std::thread::~thread (this=<optimized out>, __in_chrg=<optimized out>) at /usr/include/c++/13.2.0/bits/std_thread.h:173
#8  0x00007ffff796b4c6 in __run_exit_handlers () from /usr/lib/x86_64-linux-gnu/libc.so.6
#9  0x00007ffff796b60e in exit () from /usr/lib/x86_64-linux-gnu/libc.so.6
#10 0x00007ffff7952091 in __libc_start_call_main () from /usr/lib/x86_64-linux-gnu/libc.so.6
#11 0x00007ffff795214b in __libc_start_main () from /usr/lib/x86_64-linux-gnu/libc.so.6
#12 0x000055555556b085 in _start () at ../sysdeps/x86_64/start.S:115
(gdb) Quit
@2-www 2-www added the bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Projects
None yet
Development

No branches or pull requests

1 participant