| Summary: | Ubuntu 18.04.1&20.04 SDL_CloseAudioDevice hangs waiting for recording thread? | ||
|---|---|---|---|
| Product: | SDL | Reporter: | superfury |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P1 | Keywords: | target-2.0.16 |
| Version: | 2.0.14 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
superfury
2021-01-18 02:03:09 UTC
Looking at what gdb is saying, it seems to be using some pulseaudio audio driver? Perhaps that's related? This is happening on gcc-10 at least. Also verified on gcc 7.5.0 as well as both 7.5.0 and gcc-10 on the latest Ubuntu version (Ubuntu 20.04). Currently using Ubuntu 20.04 with gcc 7.5.0 due to specific warnings spamming using the gcc-8/gcc-9/gcc-10 compiler. SDL just can't seem to terminate the recording audio service (threading) properly? |