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

이는 CUDA, DeepStream SDK 등과 같은 다양한 NVIDIA 패키지를 설치한 후 내 NVIDIA 드라이버 및/또는 기타 NVIDIA 관련 라이브러리가 어떻게든 작동하지 않기 때문에 발생한 것 같습니다. 예:

$ 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

관련 정보