Flashall error (DestMax > SourceLen)

I am trying to flash image by using flash-all-aosp.sh script. but script start to wait when flashall is executed. An error occured in board. I can see this log from com port :

UEFI Total : 800 ms
POST Time      [ 3230] OS Loader
Loader Build Info: Dec 21 2020 22:30:13
VB: RWDeviceState: Succeed using devinfo!
Press <Down> to enter fastboot, <Up> to enter recovery, or <ESC> to enter EmergencyDLOAD
Recovery command: 32 bootonce-bootloader
KeyPress:0, BootReason:2
Fastboot=1, Recovery:0
GetVmData: making ScmCall to get HypInfo
GetVmData: No Vm data present! Status = (0x3)
VM Hyp calls not present
Launching fastboot
Fastboot Build Info: Dec 21 2020 22:30:12
qusb2_1: hstx: 7
PLL1 locked: 5
usb_lane: 0
Fastboot: Initializing...
Fastboot: Processing commands
Fastboot Action (Press <Right> to select): SAT
Handling Cmd: getvar:has-slot:partition
Handling Cmd: 

Fastboot Send Fail
Handling Cmd: getvar:is-logical:partit
Handling Cmd: download:0000b000:partit

DXE_ASSERT!: /home/buildslave/workspace/lt-qcom-bootloader-dragonboard845c/abl/MdePkg/Library/BaseLib/SafeString.c (691): (DestMax > SourceLen)

What is the reason of this ? How can I resolve it ?