Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728966 - net-im/zoom-{5.1.412382.0614-r1,5.0.418682.0603} segfault
Summary: net-im/zoom-{5.1.412382.0614-r1,5.0.418682.0603} segfault
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-21 01:17 UTC by ganooslashlinus
Modified: 2020-09-01 06:43 UTC (History)
4 users (show)

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


Attachments
emerge.info (info,5.42 KB, text/plain)
2020-06-21 01:17 UTC, ganooslashlinus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ganooslashlinus 2020-06-21 01:17:04 UTC
Created attachment 645468 [details]
emerge.info

Hi, both net-im/zoom-5.1.412382.0614-r1 and net-im/zoom-5.0.418682.0603 segfault on launch for me.

Have USE="-pulseaudio"

Valgrind doesn't output a backtrace, so this is all I have:

sh: pactl: command not found
zoom started.
Client: Breakpad is using Single Client Mode! client fd = -1
sh: pactl: command not found
Segmentation fault

Let my know if you need any further info.
Comment 1 Ulrich Müller gentoo-dev 2020-06-21 15:44:56 UTC
(In reply to ganooslashlinus from comment #0)
> sh: pactl: command not found
> zoom started.
> Client: Breakpad is using Single Client Mode! client fd = -1
> sh: pactl: command not found

Normal output so far.

> Segmentation fault
> 
> Let my know if you need any further info.

I cannot reproduce the problem, neither with -pulseaudio nor with +pulseaudio.

emerge --info output says VIDEO_CARDS="virtualbox", does that mean that the system is running in virtualbox?
Comment 2 ganooslashlinus 2020-06-22 05:01:35 UTC
(In reply to Ulrich Müller from comment #1)
> (In reply to ganooslashlinus from comment #0)
> > sh: pactl: command not found
> > zoom started.
> > Client: Breakpad is using Single Client Mode! client fd = -1
> > sh: pactl: command not found
> 
> Normal output so far.
> 
> > Segmentation fault
> > 
> > Let my know if you need any further info.
> 
> I cannot reproduce the problem, neither with -pulseaudio nor with
> +pulseaudio.
> 
> emerge --info output says VIDEO_CARDS="virtualbox", does that mean that the
> system is running in virtualbox?

It is correct that the system is running in virtualbox.

That shouldn't make any difference though as zoom does work just fine in Virtualbox under another OS.


After looking into it further, I concluded that the issue was with Qt, as every Qt application segfaults. Kind of strange that Qt is broken since it's a new install...

I'll guess I'll figure out how to fix Qt myself, mark this issue as invalid please.