Skip to content

Crash in destroying extra audio device#4208

Merged
nanangizz merged 1 commit intomasterfrom
sc-rev-pool
Dec 10, 2024
Merged

Crash in destroying extra audio device#4208
nanangizz merged 1 commit intomasterfrom
sc-rev-pool

Conversation

@nanangizz
Copy link
Copy Markdown
Member

Related to modifications in splitcomb in #3928.

The crash happens in destroying the delay buffers of reverse channel port of splitcomb. It turns out that the splitcomb port destructor is called before the reverse channel port destructor, and the splitcomb destructor releases the pool which is also used by the reverse channel. So the solution is to use own pool for reverse channel.

@nanangizz nanangizz merged commit 85b38f4 into master Dec 10, 2024
@nanangizz nanangizz deleted the sc-rev-pool branch December 10, 2024 07:17
BarryYin pushed a commit to BarryYin/pjproject that referenced this pull request Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants