SDL/src
Sam Lantinga 886736a2c8 Fixed bug 3584 - Small stack size for audio callback thread
Walter van Niftrik

We have found that since SDL 2.0.5 the audio callback thread is created with a very small stack size. In our application this is leading to stack overflows.

We believe there is a bug at http://hg.libsdl.org/SDL/file/391fd532f79e/src/audio/SDL_audio.c#l1132, where the is_internal_thread flag appears to be inverted.
2017-02-11 16:38:16 -08:00
..
atomic Make sure the memory barrier functions are always available, and now they are implemented on Android __ARM_ARCH_5TE__ 2017-02-10 11:21:15 -08:00
audio Fixed bug 3584 - Small stack size for audio callback thread 2017-02-11 16:38:16 -08:00
core We only need the first few keymaps corresponding to the following constants: 2017-01-09 11:58:01 -08:00
cpuinfo Updated copyright for 2017 2017-01-01 18:33:28 -08:00
dynapi Make sure the memory barrier functions are always available, and now they are implemented on Android __ARM_ARCH_5TE__ 2017-02-10 11:21:15 -08:00
events Fixed bug 3583 - X11 touch device can be permanently lost 2017-02-11 11:14:48 -08:00
file Updated copyright for 2017 2017-01-01 18:33:28 -08:00
filesystem Updated copyright for 2017 2017-01-01 18:33:28 -08:00
haptic Fixed bug 3561 - Re-acquire device before playing effects if needed. 2017-01-18 11:58:16 -08:00
joystick Windows: Fixed warning about unused variable. 2017-02-03 23:30:43 +01:00
libm Updated copyright for 2017 2017-01-01 18:33:28 -08:00
loadso Updated copyright for 2017 2017-01-01 18:33:28 -08:00
main Haiku: Removed unused variable. 2017-01-21 22:01:17 +01:00
power Updated copyright for 2017 2017-01-01 18:33:28 -08:00
render Fixed bug 3569 - GL_UpdateViewport leaves PROJECTION matrix selected 2017-01-27 21:23:27 -08:00
stdlib Fixed building with mingw32 2017-01-18 11:57:27 -08:00
test Fixed typo in log message. 2017-02-03 23:30:29 +01:00
thread windows: first shot at naming threads with SetThreadDescription(). 2017-01-27 20:50:30 -05:00
timer Updated copyright for 2017 2017-01-01 18:33:28 -08:00
video Fixed bug 3583 - X11 touch device can be permanently lost 2017-02-11 11:14:48 -08:00
SDL.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_assert.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_assert_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_dataqueue.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_dataqueue.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_error.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_error_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_hints.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_internal.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_log.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00