PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.45k stars 303 forks source link

paqa_dev on Raspberry Pi crashes with "segmentation fault" for blocking non-interleaved data #923

Open philburk opened 3 months ago

philburk commented 3 months ago

To Reproduce I was running on Raspbian 64-bit OS Lite. But the full OS may also crash.

sudo apt-get install libasound2-dev
./configure && make
bin/paqa_devs

Expected behavior No crash.

Actual behavior Lots of errors from paqa_devs.c:395 about "data->framesleft" being some big number. Then a segmentation fault as soon as it tries to test "BLOCKING, NON-INT".

Desktop (please complete the following information):