Seg fault in Linux Meeting SDK v6.5.1 relating to breakout room local recording source notification

Meeting SDK Type and Version
Linux Meeting SDK v6.5.1

Description
Segmentation fault when a bot in the main meeting room has started raw recording, and another bot in a breakout room starts raw recording. The bot in the main meeting room receives the segmentation fault.

This does NOT happen in the previous version v6.4.6.

I have not been able to find a workaround.

Error
The stack trace is as follows:

received signal SIGSEGV, Segmentation fault.
0x00007cc1884b3215 in CZSDKLinuxConfuiModule::HandleCustomizedLocalRecordingSource(CustomizedLocalRecordingSource*) ()
from zoom_meeting_sdk/libmeetingsdk.so.1
(gdb) info stack
#0 0x00007cc1884b3215 in CZSDKLinuxConfuiModule::HandleCustomizedLocalRecordingSource(CustomizedLocalRecordingSource*) ()
at zoom_meeting_sdk/libmeetingsdk.so.1
#1 0x00007cc18843be80 in ZOOMSDK::CMeetingService::HandleLocalRecordingSourceNotify(BridgeLocalRecSourceInfo*) ()
at zoom_meeting_sdk/libmeetingsdk.so.1
#2 0x00007cc18c0ba979 in ??? () at zoom_meeting_sdk/libmeetingsdk.so.1
#3 0x00007cc18843bc13 in ZOOMSDK::CMeetingService::ProcAsyncNotifyLocalRecordingSourceChanged() () at zoom_meeting_sdk/libmeetingsdk.so.1
#4 0x00007cc18c0f2bc5 in ??? () at zoom_meeting_sdk/libmeetingsdk.so.1
#5 0x00007cc18c0f2e77 in ??? () at zoom_meeting_sdk/libmeetingsdk.so.1
#6 0x00007cc1883df40e in Cmm::GLIBTimer_Notify(void*) () at zoom_meeting_sdk/libmeetingsdk.so.1

Troubleshooting Routes

I have not been able to find a workaround to avoid this; I couldn’t find an event handler to set for the local recording source.

How To Reproduce

  1. Create a meeting with a breakout room.
  2. Join bot 1 to main room and start raw recording
  3. Join bot 2 to breakout room and start raw recording
  4. Bot 1 seg faults as above

This appears to have been fixed as of release v6.5.10.4407 ! (it was still an issue in v6.5.5).