@prosoitos I had the exact same problem with the same error message yesterday. After using git to checkout the previous version (the one from Feb 8) and reinstalling, zoom launches and seems to work fine (though I didn't make any calls yet). So I'm using the Feb 8 version now.
In addition to the error posted by prosoitos, using journalctl I can see the following records related to the zoom segfault:
Apr 05 00:29:18 T450s systemd-coredump[1262]: Process 1259 (zoom) of user 1000 dumped core.
Stack trace of thread 1259:
#0 0x00007f92160b5f11 __strlen_avx2 (libc.so.6)
#1 0x00007f9215fadded vfprintf (libc.so.6)
#2 0x00007f9215faed86 buffered_vfprintf (libc.so.6)
#3 0x00007f9215fac16e vfprintf (libc.so.6)
#4 0x00007f9215fb4904 fprintf (libc.so.6)
#5 0x0000000000403183 _Z10getSettingPcRiRbRj (ZoomLauncher)
#6 0x000000000040362e _Z12getEnvStringPc (ZoomLauncher)
#7 0x0000000000403dc2 _Z9startZoomPcS_ (ZoomLauncher)
#8 0x0000000000402222 main (ZoomLauncher)
#9 0x00007f9215f7ff4a __libc_start_main (libc.so.6)
#10 0x0000000000402312 _start (ZoomLauncher)
-- Subject: Process 1259 (zoom) dumped core
Pinned Comments
arash-m commented on 2024-09-15 15:56 (UTC)
Tested 6.2.0-1. Sharing works for me, but it still crashes after stopping. The workaround for me is still downgrading pipewire and libpipewire to 1.0.7 before meetings.
a172 commented on 2022-06-13 14:25 (UTC) (edited on 2022-06-13 14:25 (UTC) by a172)
@edh - That's not the answer I was hoping for (I was really hoping we could get it to launch without xwayland), but at least I know I'm not missing something.
Some
~/.config/zoomus.conf
updates:qt5-webengine
installed, and theebeddedBrowserForSSOLogin
line doesn't exist in my configzoomus.conf
. SSO login works just fine (issues with Firefox containers aside).pipewire-pulse
.system.audio.type
defaulted toalsa
for me (or I changed it without realizing it). I probably could have installedpipewire-alsa
and fixed my issues, but I setsystem.autio.type=pulse
(a lucky guess) and this worked. This should work for anyone using straight PulseAudio as well.If anyone finds documentation on
~/.config/zoomus.conf
, please let us know.edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)