Bug 2196058
| Summary: | [abrt] obs-studio: std::__throw_logic_error(): obs killed by SIGABRT | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | xspielinbox+redhat | ||||||||||||||||||||||||
| Component: | obs-studio | Assignee: | Neal Gompa <ngompa13> | ||||||||||||||||||||||||
| Status: | CLOSED CANTFIX | QA Contact: | |||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 38 | CC: | mbayer, ngompa13, steve8988, xspielinbox+redhat | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/f9cce07df7728535a8a2ca40fd3ca005a154f31 | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:9f5f0da99eddfd4bef71bfeaa66439dde15ac831;VARIANT_ID=workstation; | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2023-05-09 00:08:58 UTC | Type: | --- | ||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||
|
Description
xspielinbox+redhat
2023-05-07 21:59:25 UTC
Created attachment 1963068 [details]
File: proc_pid_status
Created attachment 1963069 [details]
File: maps
Created attachment 1963070 [details]
File: limits
Created attachment 1963071 [details]
File: mountinfo
Created attachment 1963072 [details]
File: os_info
Created attachment 1963073 [details]
File: cpuinfo
Created attachment 1963074 [details]
File: core_backtrace
Created attachment 1963075 [details]
File: var_log_messages
Created attachment 1963076 [details]
File: backtrace
Created attachment 1963077 [details]
File: open_fds
Created attachment 1963078 [details]
File: environ
Opened up OBS and clicked on Settings button. reporter: libreport-2.17.9 comment: Opened up OBS and clicked on Settings button. type: CCpp kernel: 6.2.14-300.fc38.x86_64 executable: /usr/bin/obs uid: 1000 cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-gnome-com.obsproject.Studio-12067.scope reason: obs killed by SIGABRT runlevel: N 5 backtrace_rating: 4 journald_cursor: s=186472bbbe4f4755a93cf1384330816a;i=93c8d;b=9d58a228788b4469bc7191896922d529;m=e9654a74;t=5fb2462438e58;x=47491f197d6cc415 cmdline: /usr/bin/obs package: obs-studio-29.1.0-3.fc38 rootdir: / crash_function: std::__throw_logic_error it looks like this and bz#2188250 are the same issue. I have this issue also! Currently I'm able to use the rpm fusion build of 28.1.2 but I have to build it manually to get the websocket plugin. the fedora release 29.1.0 here (which includes websocket plugin! thanks!) however crashes when opening settings. Unfortunately, it looks like it'll crash if you have RPM Fusion's ffmpeg implementation because they don't have OpenH264 support enabled in their build. Does it resolve itself if you do "sudo dnf swap ffmpeg ffmpeg-free --allowerasing"? yes! that is the issue. installing ffmpeg-free (Which I assume is fedora vs. rpmfusion) allows the 29.1 build from fedora to work, settings open, i just used the websocket API and that worked also. is fedora taking on a bunch of new packages here that were previously rpmfusion only ? (In reply to Michael Bayer from comment #16) > yes! that is the issue. installing ffmpeg-free (Which I assume is > fedora vs. rpmfusion) allows the 29.1 build from fedora to work, settings > open, i just used the websocket API and that worked also. > > is fedora taking on a bunch of new packages here that were previously > rpmfusion only ? Yes. If you need the RPM Fusion ffmpeg or libavcodec-freeworld overlay library to work with OBS, please comment in the RPM Fusion bug: https://bugzilla.rpmfusion.org/show_bug.cgi?id=6677 |