Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
2.02k stars 205 forks source link

Zoom Crash on Pi4 #212

Closed audetto closed 3 years ago

audetto commented 3 years ago

Installed pi-apps on a super new pi 4 with new PiOS.

Got this assertion

CSBConfUI::OnConfStatusChanged  UI_CMD_SHARE_READYAssertion 're->data || re->memblock' failed at pulsecore/pstream.c:862, function do_read(). Aborting.
/home/pi/zoom/runzoom.sh: line 13:  8183 Aborted                 box86 zoom

2nd time it did not crash, but performance was not good enough.

Full log here:

Box86 with Dynarec v0.1.9 e58ebdac built on Jan  4 2021 00:03:00
zoom started.
Client: Breakpad is using Single Client Mode! client fd = -1
[CZPClientLogMgr::LogClientEnvironment] [MacAddr: DC:A6:32:DF:16:67][client: Linux][OS: Raspbian GNU/Linux 10 (buster)][Hardware: CPU Core:4 Frenquency:1.8 G Memory size:3827MB CPU Brand:              Intel(R) Pentium(R) 4 CPU 1800MHz GPU Brand:][Req ID: ]
Linux Client Version is 5.3.469451.0927
QSG_RENDER_LOOP is
XDG_CURRENT_DESKTOP = LXDE;   GDMSESSION = lightdm-xsession
Graphics Card Info::
Zoom package arch is 32bit, runing OS arch is i386
AppIconMgr::systemDesktopName log Desktop Name: LXDE-pi
link image0 hasn't been detected!
Could not resolve property : pattern0
Error: Send error, 22 Invalid argument
Error: Send error, 22 Invalid argument
Error: Send error, 22 Invalid argument
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
WorkerBase::loop() normal exit, fds[0].revents & POLLIN = true
WorkerBase::loop() normal exit, fds[0].revents & POLLIN = true
WorkerBase::loop() normal exit, fds[0].revents & POLLIN = true
WorkerBase::loop() normal exit, fds[0].revents & POLLIN = true
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
WorkerBase::loop() normal exit, fds[0].revents & POLLIN = true
WorkerBase::loop() normal exit, fds[0].revents & POLLIN = true
WorkerBase::loop() normal exit, fds[0].revents & POLLIN = true
WorkerBase::loop() normal exit, fds[0].revents & POLLIN = true
CSBConfUI::OnConfStatusChanged  UI_CMD_SHARE_READYAssertion 're->data || re->memblock' failed at pulsecore/pstream.c:862, function do_read(). Aborting.
/home/pi/zoom/runzoom.sh: line 13:  8183 Aborted                 box86 zoom
Zoom exited. Close this terminal to exit
Botspot commented 3 years ago

2nd time it did not crash, but performance was not good enough.

Remember, this Zoom solution is emulated. In addition, it's not hardware accelerated.

Performance and stability would be much better if there was a proper, native arm build. Until that happens, we have to make do with emulators, patches, and workarounds.

Botspot commented 3 years ago

Can I close this issue?

audetto commented 3 years ago

Sure, if the crash-log does not mean anything, then I guess there is little to do.