Quake_Sinatra
New Member
Running Manjaro linux with Nvidia 4071 TI and OBS package runs fine and most things work great.. i can make scenes and sources and record fine BUT if on click on Settings (under Controls) or under file - Settings OBS segfaults. I have read through forum posts (here and github) and found many instances where crashing occurs but most seem related to pipewire or VDPAU VAAPI - and seemed really close to the problem
but i have followed the steps suggested of the more recent posts (within 1 year) and have gotten no closer to a solution. I am at a loss for what to do next .. my crash info from gdb is below .. it seems like it all points to libc which has had/caused some other issues as of late.. Does anyone have a solution/suggestions that i could try? unsure of what other info to post so i will post inxi -v (always big with the Manjaroans) and the backtrace and provide anything else of use on request. Thank you in advance for any help offered. And it does not happen with a flatpak version but that has other issues that i am not interested in troubleshooting as I only installed flatpak on the system to see if it has the same problem. One other note i have gone down the removing QT6
CPU: 8-core AMD Ryzen 7 9800X3D (-MT MCP-) speed/min/max: 600/600/5269 MHz
Kernel: 6.12.11-1-MANJARO x86_64 Up: 2h 23m Mem: 4.76/30.96 GiB (15.4%)
Storage: 10.44 TiB (31.3% used) Procs: 380 Shell: Bash inxi: 3.3.37
(from a normal startup but is the same as the safe)'=
(gdb) backtrace -full
#0 0x00007ffff2d8dc02 in ??? () at /usr/lib/libc.so.6
#1 0x00007ffff554a204 in obs_get_output_supported_video_codecs () at /usr/lib/libobs.so.30
#2 0x00005555556fd326 in ??? ()
#3 0x000055555573d20d in ??? ()
#4 0x000055555572d6f9 in ??? ()
#5 0x00005555556b0ff9 in ??? ()
#6 0x00007ffff33b1b29 in ??? () at /usr/lib/libQt6Core.so.6
#7 0x00007ffff33b1b29 in ??? () at /usr/lib/libQt6Core.so.6
#8 0x00007ffff441e90b in ??? () at /usr/lib/libQt6Widgets.so.6
#9 0x00007ffff441ee08 in ??? () at /usr/lib/libQt6Widgets.so.6
#10 0x00007ffff442c45e in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () at /usr/lib/libQt6Widgets.so.6
#11 0x00007ffff434f816 in QWidget::event(QEvent*) () at /usr/lib/libQt6Widgets.so.6
#12 0x00007ffff42fe78a in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt6Widgets.so.6
#13 0x00007ffff4302a26 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/libQt6Widgets.so.6
#14 0x00007ffff3357ac8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt6Core.so.6
#15 0x00007ffff42f613d in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () at /usr/lib/libQt6Widgets.so.6
#16 0x00007ffff4369752 in ??? () at /usr/lib/libQt6Widgets.so.6
#17 0x00007ffff436ae40 in ??? () at /usr/lib/libQt6Widgets.so.6
#18 0x00007ffff42fe78a in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt6Widgets.so.6
#19 0x00007ffff3357ac8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt6Core.so.6
#20 0x00007ffff398752b in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) ()
at /usr/lib/libQt6Gui.so.6
#21 0x00007ffff3a02b44 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
at /usr/lib/libQt6Gui.so.6
#22 0x00007fffe1c26c67 in ??? () at /usr/lib/qt6/plugins/platforms/../../../libQt6XcbQpa.so.6
#23 0x00007ffff190d559 in ??? () at /usr/lib/libglib-2.0.so.0
#24 0x00007ffff1970257 in ??? () at /usr/lib/libglib-2.0.so.0
#25 0x00007ffff190ca55 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#26 0x00007ffff35c22fd in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt6Core.so.6
#27 0x00007ffff3361ee6 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt6Core.so.6
#28 0x00007ffff3358f4f in QCoreApplication::exec() () at /usr/lib/libQt6Core.so.6
#29 0x00005555555fa5f3 in ??? ()
#30 0x00007ffff2c34e08 in ??? () at /usr/lib/libc.so.6
#31 0x00007ffff2c34ecc in __libc_start_main () at /usr/lib/libc.so.6
#32 0x00005555555fc855 in ??? ()
Q_S
but i have followed the steps suggested of the more recent posts (within 1 year) and have gotten no closer to a solution. I am at a loss for what to do next .. my crash info from gdb is below .. it seems like it all points to libc which has had/caused some other issues as of late.. Does anyone have a solution/suggestions that i could try? unsure of what other info to post so i will post inxi -v (always big with the Manjaroans) and the backtrace and provide anything else of use on request. Thank you in advance for any help offered. And it does not happen with a flatpak version but that has other issues that i am not interested in troubleshooting as I only installed flatpak on the system to see if it has the same problem. One other note i have gone down the removing QT6
CPU: 8-core AMD Ryzen 7 9800X3D (-MT MCP-) speed/min/max: 600/600/5269 MHz
Kernel: 6.12.11-1-MANJARO x86_64 Up: 2h 23m Mem: 4.76/30.96 GiB (15.4%)
Storage: 10.44 TiB (31.3% used) Procs: 380 Shell: Bash inxi: 3.3.37
(from a normal startup but is the same as the safe)'=
(gdb) backtrace -full
#0 0x00007ffff2d8dc02 in ??? () at /usr/lib/libc.so.6
#1 0x00007ffff554a204 in obs_get_output_supported_video_codecs () at /usr/lib/libobs.so.30
#2 0x00005555556fd326 in ??? ()
#3 0x000055555573d20d in ??? ()
#4 0x000055555572d6f9 in ??? ()
#5 0x00005555556b0ff9 in ??? ()
#6 0x00007ffff33b1b29 in ??? () at /usr/lib/libQt6Core.so.6
#7 0x00007ffff33b1b29 in ??? () at /usr/lib/libQt6Core.so.6
#8 0x00007ffff441e90b in ??? () at /usr/lib/libQt6Widgets.so.6
#9 0x00007ffff441ee08 in ??? () at /usr/lib/libQt6Widgets.so.6
#10 0x00007ffff442c45e in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () at /usr/lib/libQt6Widgets.so.6
#11 0x00007ffff434f816 in QWidget::event(QEvent*) () at /usr/lib/libQt6Widgets.so.6
#12 0x00007ffff42fe78a in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt6Widgets.so.6
#13 0x00007ffff4302a26 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/libQt6Widgets.so.6
#14 0x00007ffff3357ac8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt6Core.so.6
#15 0x00007ffff42f613d in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () at /usr/lib/libQt6Widgets.so.6
#16 0x00007ffff4369752 in ??? () at /usr/lib/libQt6Widgets.so.6
#17 0x00007ffff436ae40 in ??? () at /usr/lib/libQt6Widgets.so.6
#18 0x00007ffff42fe78a in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt6Widgets.so.6
#19 0x00007ffff3357ac8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt6Core.so.6
#20 0x00007ffff398752b in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) ()
at /usr/lib/libQt6Gui.so.6
#21 0x00007ffff3a02b44 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
at /usr/lib/libQt6Gui.so.6
#22 0x00007fffe1c26c67 in ??? () at /usr/lib/qt6/plugins/platforms/../../../libQt6XcbQpa.so.6
#23 0x00007ffff190d559 in ??? () at /usr/lib/libglib-2.0.so.0
#24 0x00007ffff1970257 in ??? () at /usr/lib/libglib-2.0.so.0
#25 0x00007ffff190ca55 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#26 0x00007ffff35c22fd in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt6Core.so.6
#27 0x00007ffff3361ee6 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt6Core.so.6
#28 0x00007ffff3358f4f in QCoreApplication::exec() () at /usr/lib/libQt6Core.so.6
#29 0x00005555555fa5f3 in ??? ()
#30 0x00007ffff2c34e08 in ??? () at /usr/lib/libc.so.6
#31 0x00007ffff2c34ecc in __libc_start_main () at /usr/lib/libc.so.6
#32 0x00005555555fc855 in ??? ()
Q_S