Crash on join and leave meeting

Hi when I am leaving the meeting and joining with URL it crashes it gives me the below log

Process:               APP Name [92633]
Path:                  /Users/USER/Desktop/path
Identifier:            com.appname.macOS
Version:               0.3 (1)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:          APP Name[ 92633]
User ID:               501

Date/Time:             2022-02-08 12:59:34.252 +0530
OS Version:            macOS 11.2.3 (20D91)
Report Version:        12
Bridge OS Version:     5.2 (18P4347)
Anonymous UUID:        8E4AC3EF-EEB6-529D-03A0-3CA20C41D3BF

Sleep/Wake UUID:       26EC5C57-9EAB-43E0-A11B-23723A168F9B

Time Awake Since Boot: 77000 seconds
Time Since Wake:       760 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000018
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [92633]

VM Regions Near 0x18:
--> 
    __TEXT                      103455000-1034e1000    [  560K] r-x/r-x SM=COW  /Users/*/path

Application Specific Information:
objc_msgSend() selector name: respondsToSelector:


Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff202d1d1d objc_msgSend + 29
1   zoom.us.ZoomSDK               	0x000000010383febf 0x103823000 + 118463
2   com.apple.CoreFoundation      	0x00007fff20522fec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
3   com.apple.CoreFoundation      	0x00007fff205be89b ___CFXRegistrationPost_block_invoke + 49
4   com.apple.CoreFoundation      	0x00007fff205be80f _CFXRegistrationPost + 454
5   com.apple.CoreFoundation      	0x00007fff204f3bde _CFXNotificationPost + 723
6   SaaSbee.ZoomSDKVideoUI        	0x0000000104b9da75 0x1048b0000 + 3070581
7   SaaSbee.ZoomSDKVideoUI        	0x00000001048b52c1 0x1048b0000 + 21185
8   SaaSBee.zVideoApp             	0x000000010b9cdf32 0x10b8b0000 + 1171250
9   SaaSBee.zVideoApp             	0x000000010b9235b2 0x10b8b0000 + 472498
10  SaaSBee.zVideoApp             	0x000000010b987fb4 0x10b8b0000 + 884660
11  SaaSBee.zVideoApp             	0x000000010b96ab3d 0x10b8b0000 + 764733
12  SaaSbee.ssb-sdk               	0x000000010b503cdc 0x10b428000 + 900316
13  SaaSbee.ssb-sdk               	0x000000010b4ab658 0x10b428000 + 538200
14  SaaSBee.util                  	0x0000000103f9b7cf ssb::thread_wrapper_t::process_msg(unsigned int) + 189
15  SaaSBee.util                  	0x0000000103f9ad7c ssb::thread_wrapper_t::thread_run(void*) + 48
16  SaaSBee.util                  	0x0000000103fa830e main_heartbeat + 89
17  SaaSbee.mcm                   	0x000000010b59c972 0x10b567000 + 219506
18  SaaSbee.mcm                   	0x000000010b59d6ef 0x10b567000 + 222959
19  SaaSBee.zVideoApp             	0x000000010ba1140e 0x10b8b0000 + 1446926
20  SaaSBee.zVideoApp             	0x000000010b95462f 0x10b8b0000 + 673327
21  com.apple.CoreFoundation      	0x00007fff2054690d __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
22  com.apple.CoreFoundation      	0x00007fff205463e8 __CFRunLoopDoTimer + 922
23  com.apple.CoreFoundation      	0x00007fff20545f42 __CFRunLoopDoTimers + 307
24  com.apple.CoreFoundation      	0x00007fff2052c57f __CFRunLoopRun + 2008
25  com.apple.CoreFoundation      	0x00007fff2052b6ce CFRunLoopRunSpecific + 563
26  com.apple.HIToolbox           	0x00007fff287b3630 RunCurrentEventLoopInMode + 292
27  com.apple.HIToolbox           	0x00007fff287b342c ReceiveNextEventCommon + 709
28  com.apple.HIToolbox           	0x00007fff287b314f _BlockUntilNextEventMatchingListInModeWithFilter + 64
29  com.apple.AppKit              	0x00007fff22d4b9b1 _DPSNextEvent + 883
30  com.apple.AppKit              	0x00007fff22d4a177 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1366
31  com.apple.AppKit              	0x00007fff22d3c68a -[NSApplication run] + 586
32  com.apple.AppKit              	0x00007fff22d1096f NSApplicationMain + 816
33  com.appname.macOS      	0x00000001034589d9 main + 9 (AppDelegate.swift:14)
34  libdyld.dylib                 	0x00007fff20450621 start + 1

I am calling the following when leaving meeting

if (_activeUserVideo != nil) {
            let videoContainer = ZoomSDK.shared().getMeetingService().getVideoContainer()
            videoContainer?.clean(_activeUserVideo)
            let videoview = _activeUserVideo!.getVideoView()
            videoview?.removeFromSuperview()
            _activeUserVideo = nil
        }

Hi @niravd,

Can you please provide more explicit steps to reproduce this? Also, which version of the SDK are you using?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.