FS#59115 - [obs-studio] 21.1.1-2 can not open, segmentation fault (core dumped)

Attached to Project: Community Packages
Opened by kuan-yu chen (edisonhello) - Saturday, 23 June 2018, 09:00 GMT
Last edited by Jonathan Steel (jsteel) - Wednesday, 04 July 2018, 16:13 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Jonathan Steel (jsteel)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I just install obs-studio-21.1.1-2 from pacman today, but it can not be open.
Removing config then re-install are tried, but seems that didn't work.

```
$ obs
Segmentation fault (core dumped)
```

Result from gdb
```
$ gdb obs
GNU gdb (GDB) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from obs...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/obs
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe85d568e in logging::Logger::Logger(int, logging::LogConfig&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) ()
from /usr/lib/libsrt.so.1
(gdb)
```

Using laptop with Linux archlinux 4.17.2-1-ARCH #1 SMP PREEMPT Sat Jun 16 11:08:59 UTC 2018 x86_64 GNU/Linux
and Intel processor.
This task depends upon

Closed by  Jonathan Steel (jsteel)
Wednesday, 04 July 2018, 16:13 GMT
Reason for closing:  Works for me
Additional comments about closing:  See if upstream can help you; it might be a hardware compatibility issue.
Comment by tim (tscissors) - Monday, 25 June 2018, 17:08 GMT
I have the same problem.
obs-studio 21.1.1-2
Laptop with 4.17.2-1-ARCH, intel processor, videocard nvidia 950m.
Comment by Jonathan Steel (jsteel) - Monday, 25 June 2018, 18:00 GMT
What version last worked on your current hardware, or is this the first time you are trying it? I suspect this is a hardware compatibility issue rather than a packaging issue; it's fine for me.
Comment by tim (tscissors) - Monday, 25 June 2018, 18:06 GMT
Sorry, I don't remember. It was about a 1.5-2 monthes ago (I update packages every week).
Comment by Jonathan Steel (jsteel) - Monday, 25 June 2018, 18:50 GMT
OK I'd suggest reporting this upstream; I cannot reproduce this issue.

Loading...