zoom linux (deb 13) (7.0.x) (7.0.1666) is broken - blank contacts tab - segfault (fix - enableCefOsrMode=false) | Community
Skip to main content
Explorer
April 15, 2026
Question

zoom linux (deb 13) (7.0.x) (7.0.1666) is broken - blank contacts tab - segfault (fix - enableCefOsrMode=false)

  • April 15, 2026
  • 0 replies
  • 15 views

Hi.

Just upgraded zoom to 7.0.1666 on Debian 13.

After if I went to the contacts tab (or other tabs than chat) I saw blank screens - also got a segfault

[ 2516.532417] zoom[6074]: segfault at 8 ip 00007ff2745d51d7 sp 00007ffc7aa12c00 error 4 in libQt6Core.so.6[1d51d7,7ff2744ba000+4
40000] likely on CPU 12 (core 24, socket 0)
[ 2516.532427] Code: fd 53 48 89 ee 48 83 ec 20 64 48 8b 04 25 28 00 00 00 48 89 44 24 18 31 c0 48 89 e7 e8 52 ce fa ff 48 8b 1c
24 48 85 db 74 77 <48> 8b 45 08 80 78 30 00 78 6d 80 48 30 80 bf 01 00 00 00 e8 d1 de

I tried deleting 


# rm -rf ~/.config/zoom
#  rm -rf ~/.cache/zoom
#  rm -rf ~/.zoom/
#  rm ~/.config/zoomus.conf

And restarting zoom - but exactly the same thing occurred 

I have hybrid intel/nvidia gpu on my laptop 

I am using Wayland

mcox@22PDGBL-1K7N2T3:~$ sudo lshw -c display
*-display
description: 3D controller
product: GA107M [GeForce RTX 3050 Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: /dev/fb0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom fb
configuration: depth=32 driver=nvidia latency=0 mode=1920x1200 visual=truecolor xres=1920 yres=1200
resources: iomemory:600-5ff iomemory:610-60f irq:203 memory:bb000000-bbffffff memory:6000000000-60ffffffff memory:6100000000-6101ffffff ioport:3000(size=128)
*-display
description: VGA compatible controller
product: Alder Lake-P GT2 [Iris Xe Graphics]
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb0
version: 0c
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=i915 latency=0 resolution=1920,1200
resources: iomemory:610-60f iomemory:400-3ff irq:182 memory:6186000000-6186ffffff memory:4000000000-400fffffff ioport:4000(size=64) memory:c0000-dffff memory:4010000000-4016ffffff memory:4020000000-40ffffffff


My solution which randomly Google AI suggested 

edit ~/.config/zoomus.conf 

and change line


enableCefOsrMode=true

to

enableCefOsrMode=false

This fixed everything

However seeing as more people may have this issue can this be fixed in a future update (or added to release notes)