obs-studio/deps
Thomas De Schampheleire 379137d039 file-updater: fix crash due to network timeout
If there is no network connection, OBS crashes after 5 minutes idling
with following crash:

*** longjmp causes uninitialized stack frame ***: obs terminated
======= Backtrace: =========
/lib64/libc.so.6(+0x6f1e3)[0x7f8f95f901e3]
/lib64/libc.so.6(__fortify_fail+0x37)[0x7f8f96018ba7]
/lib64/libc.so.6(+0xf7add)[0x7f8f96018add]
/lib64/libc.so.6(__longjmp_chk+0x29)[0x7f8f96018a39]
/usr/lib64/libcurl.so.4(+0xa5d5)[0x7f8f979b75d5]
/lib64/libpthread.so.0(+0x10e30)[0x7f8f962cae30]
/lib64/libc.so.6(__poll+0x2d)[0x7f8f95fff46d]
/usr/lib64/libglib-2.0.so.0(+0x4a64c)[0x7f8f91b5564c]
/usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x2c)[0x7f8f91b5575c]
/usr/lib64/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5f)[0x7f8f9706c1ff]
/usr/lib64/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xfa)[0x7f8f9701defa]
/usr/lib64/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x9c)[0x7f8f970258fc]
obs(main+0x5ac)[0x4773dc]
/lib64/libc.so.6(__libc_start_main+0xf0)[0x7f8f95f41700]
obs(_start+0x29)[0x478389]

Internet search [1] revealed that this is a libcurl bug that can be worked
around by asking curl not to install signal handlers.

[1] https://stackoverflow.com/a/10755612
2017-10-05 13:57:27 +02:00
..
blake2 deps/blake2: Fix compiler warning 2017-03-06 03:54:48 -08:00
file-updater file-updater: fix crash due to network timeout 2017-10-05 13:57:27 +02:00
glad deps/glad: Add support for glSwapIntervalMESA 2016-01-25 17:29:09 -08:00
ipc-util win-capture: Use static runtimes for hooks/helpers 2016-11-23 06:03:00 -08:00
jansson deps/jansson: Update jansson to version 2.9 2017-06-26 07:28:59 -07:00
libcaption Add libcaption library 2016-12-23 10:37:06 -08:00
libff deps/libff: Remove network init 2017-03-31 12:10:33 -07:00
lzma deps: Add liblmza 2017-03-06 03:54:51 -08:00
media-playback obs-ffmpeg: Fix potential seek issues with media source 2017-09-17 05:55:56 -07:00
w32-pthreads w32-pthreads: Fully export library (MSVC) 2016-06-23 20:05:39 -07:00
CMakeLists.txt deps/libff: Don't build libff (deprecated) 2017-03-31 12:10:35 -07:00