Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716048 - media-video/obs-studio-25.0.1 and 25.0.2 are broken; bump to 25.0.3
Summary: media-video/obs-studio-25.0.1 and 25.0.2 are broken; bump to 25.0.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Chiitoo
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-04-03 17:33 UTC by MarisN
Modified: 2020-04-04 05:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MarisN 2020-04-03 17:33:28 UTC
There is a null dereferencing bug in UI/window-basic-settings.cpp:3539

The issue will manifest it self as a segfault while closing settings window.

Reproducible: Always

Steps to Reproduce:
1.Open settings window
2.Click OK

Actual Results:  
Segfault

Expected Results:  
No segfault ;-)

Upstream has a fix in 25.0.3

https://github.com/obsproject/obs-studio/issues/2627
Comment 1 Chiitoo gentoo-dev 2020-04-03 19:51:18 UTC
Thanks!

I had seen the tag, but didn't notice it fixes such an issue.
Comment 2 Larry the Git Cow gentoo-dev 2020-04-03 20:35:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17484591c66a8101f4fed98bb84aaeed8544accd

commit 17484591c66a8101f4fed98bb84aaeed8544accd
Author:     Jimi Huotari <chiitoo@gentoo.org>
AuthorDate: 2020-04-03 19:41:26 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-04-03 20:28:43 +0000

    media-video/obs-studio: add version 25.0.3
    
    Closes: https://bugs.gentoo.org/715736
    Closes: https://bugs.gentoo.org/716048
    Package-Manager: Portage-2.3.96, Repoman-2.3.22
    Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/15219
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-video/obs-studio/Manifest                 |   1 +
 media-video/obs-studio/obs-studio-25.0.3.ebuild | 145 ++++++++++++++++++++++++
 2 files changed, 146 insertions(+)
Comment 3 MarisN 2020-04-04 05:23:10 UTC
(In reply to Chiitoo from comment #1)
> Thanks!
> 
> I had seen the tag, but didn't notice it fixes such an issue.

Thanks for a fast solution :-)