Zoom 无法启动,导致核心转储和内存损坏退出代码 (134)

Jam*_*ams 6 apt software-installation

上周,我在 Ubuntu 桌面 (v18.04 LTS) 上运行 Zoom 时遇到了问题。之前运行没有问题。我曾尝试卸载然后重新安装 Zoom 软件包,但无济于事。当我点击一个工作了几个月的会议 URL 时,我现在会在一个对话框的屏幕上快速闪烁,然后立即消失。

我已完成以下操作以卸载并重新安装 Zoom,没有明显错误:

$ sudo apt-get purge --auto-remove zoom
$ sudo apt --install ~/Downloads/zoom_amd64.deb
$ touch ~/.config/zoomus.conf
Run Code Online (Sandbox Code Playgroud)

下面显示了导致核心转储和退出代码 134 的启动的详细信息:

$ dpkg -l | zoom

ZoomLauncher started.
Zoom not exist at current directory - /home/james
Zoom path is: /opt/zoom
CreateReportChannel bp_server_fd=4
cmd line: 
$HOME = /home/james 
export SSB_HOME=/home/james/.zoom; export QSG_INFO=1; export LD_LIBRARY_PATH=/opt/zoom; export BREAKPAD_CLIENT_FD=3; /opt/zoom/zoom "" 
zoom started.
Client: Breakpad is using Client-Server Mode! client fd = 3
[CZPClientLogMgr::LogClientEnvironment] [MacAddr: 00:E1:18:E0:03:76][client: Linux][OS: Ubuntu 18.04.3 LTS][Hardware: CPU Core:6 Frenquency:2.2 G Memory size:15676MB CPU Brand:Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz GPU Brand:][Req ID: ]
Linux Client Version is 3.0.301026.0930
QSG_RENDER_LOOP is 
XDG_CURRENT_DESKTOP = ubuntu:GNOME;   GDMSESSION = ubuntu
Graphics Card Info:: 00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
Zoom package arch is 64bit, runing OS arch is x86_64
AppIconMgr::systemDesktopName log Desktop Name: ubuntu 
QGLXContext: Failed to create dummy context
qt.scenegraph.general: QSG: basic render loop
qt.scenegraph.general: Using sg animation driver
read pipe thread,open response fifo success!write pipe thread,open request fifo success!Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize 8, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 1, profile  QSurfaceFormat::OpenGLContextProfile(NoProfile)) 
ZoomLauncher: new dump generated from pid 2962, path: /home/james/.zoom/logs/240c4cae-0c2f-489a-190b12a4-bdd29f08.dmp
$HOME = /home/james 
Aborted (core dumped)
success to create child process,status is 34304.
zoom exited normally.
Something went wrong while running zoom,exit code is 134.
ZoomLauncher exit.
Run Code Online (Sandbox Code Playgroud)

Jam*_*ams 14

这似乎是由于我的 NVIDIA 驱动程序和/或其他 NVIDIA 相关库在安装了各种 NVIDIA 软件包(例如 CUDA、DeepStream SDK 等)后以某种方式被破坏了。例如:

$ nvidia-smi
Failed to initialize NVML: Driver/library version mismatch
Run Code Online (Sandbox Code Playgroud)

我设法通过更新/升级 ( sudo apt update/upgrade) 然后重新启动来解决此问题。