Bug Report OBS crashing after 2 minutes

Laszlo Fogas

New Member
I have a screen recording setup. Screen + webcam + microphone, YV12(emulated) software x264 encoder

OBS recording nicely but crashing after a minute and a half. I'm able to reproduce consistently, the crashes happen after 90 seconds, and never survived 4 minutes.

In "journalctl -xe" i see the following error:

*** longjmp causes uninitialized stack frame ***: obs terminated


Anyone seen this?

Thanks.
 

Attachments

  • 2017-09-22 11-12-05.txt
    5.8 KB · Views: 22

xbox360

New Member
I had the same problem as you had and successfully resolved it. OBS kept crashing after several minutes. This is actually due to a bug in curl[1], which is a dependency of OBS. The solution was to recompile curl to use c-ares[2] and to reinstall OBS. The post in [1] offers an explanation.

Here is an excerpt from the backtrace when OBS crashes.[3]

[1] https://stackoverflow.com/questions/9191668/error-longjmp-causes-uninitialized-stack-frame
[2] https://c-ares.haxx.se/
[3]
*** longjmp causes uninitialized stack frame ***: obs terminated
======= Backtrace: =========
/lib64/libc.so.6(+0x6f4bb)[0x7f4524a374bb]
/lib64/libc.so.6(__fortify_fail+0x37)[0x7f4524abf6e7]
/lib64/libc.so.6(+0xf761d)[0x7f4524abf61d]
/lib64/libc.so.6(__longjmp_chk+0x29)[0x7f4524abf579]
/usr/lib64/libcurl.so.4(+0xa795)[0x7f45263fb795]
/lib64/libpthread.so.0(+0x11210)[0x7f4524d72210]
/lib64/libc.so.6(poll+0x2d)[0x7f4524aa632d]
/usr/lib64/libglib-2.0.so.0(+0x49054)[0x7f451e902054]
/usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x2c)[0x7f451e90215c]
/usr/lib64/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x7b)[0x7f4525a969bb]
/usr/lib64/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xea)[0x7f4525a48a4a]
/usr/lib64/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x84)[0x7f4525a50a14]
obs(main+0x5d7)[0x472cb7]
/lib64/libc.so.6(__libc_start_main+0xf0)[0x7f45249e7f10]
obs(_start+0x29)[0x473de9]
 
Last edited:
Top