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

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

上周,我在 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

下面显示了导致核心转储和退出代码 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.

答案1

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

$ nvidia-smi
Failed to initialize NVML: Driver/library version mismatch

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

答案2

使用终端

从其下载 DEB 安装程序文件下载中心

在文件下载位置打开终端。

输入以下命令并按 Enter 运行。[

sudo apt install ./zoom_amd64.deb

依赖项

如果未安装依赖项,请运行此命令来更新包数据库,然后尝试再次安装 Zoom。

sudo apt update

如果您在安装时遇到问题,请确保已安装以下依赖项。

libglib2.0-0
libgstreamer-plugins-base0.10-0 
libxcb-shape0
libxcb-shm0
libxcb-xfixes0
libxcb-randr0
libxcb-image0
libfontconfig1
libgl1-mesa-glx
libxi6
libsm6
libxrender1
libpulse0
libxcomposite1
libxslt1.1
libsqlite3-0
libxcb-keysyms1
libxcb-xtest0

相关内容