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

address Fauck crash on exit #16

Merged
merged 1 commit into from
May 10, 2024
Merged

address Fauck crash on exit #16

merged 1 commit into from
May 10, 2024

Conversation

gewang
Copy link
Contributor

@gewang gewang commented May 10, 2024

effort to fix Fauck crash-on-exit.

  • added a mechanism in Faust.cpp (the chugin binding) to track allocated Faust objects; on VM shutdown (including preemptive external shutdowns e.g., SIGINT or application exit) any outstanding Faust objects will be cleaned up
  • added the ability for a chugin to register a callback on host/VM shutdown
  • chugin API version is bumped from 10.1 to 10.2 here (note the chugin API version here is currently ahead of chuck tip-of-main; this will be brought to parity on the upcoming 1.5.2.5 release)
  • new chugin.h

@shakfu shakfu merged commit ac48003 into shakfu:main May 10, 2024
@shakfu
Copy link
Owner

shakfu commented May 10, 2024

@gewang 👍 It worked beautifully!

Awesome! 😄

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

Successfully merging this pull request may close these issues.

2 participants