Crash on mbed::MBRBlockDevice::partition

Good morning,
I'm trying to use the Arduino Giga's qspi flash but it crashes as soon as I use the mbed::MBRBlockDevice::partition function.

So I tried with QSPIFormat.ino and also with WiFiFirmwareUpdater.ino both from the examples and each time the system crashes with the same function.

However, the QSPIFReadPartitions.ino program detects the flash, here is the serial log of this last program :

Looking for Partitions on the Flash Memory... MBR Found
Boot Signature: 0x55AA

Printing Partitions Table and Info...
================================
Partition: 1
Bootable: No
Type: 0x00
================================
Partition: 2
Bootable: No
Type: 0x0B
Size [KBytes]: 4
Start [C/H/S]: 0/2/0
Stop [C/H/S]: 0/2/0

================================
Partition: 3
Bootable: No
Type: 0x00
================================
Partition: 4
Bootable: No
Type: 0x00

No more partitions are present.

Total Space [KBytes]:         16384
Allocated Space [KBytes]:     4
Unallocated Space [KBytes]:   16380

thank you in advance for your help

Hello @edouard0174
Could you please share the complete error log of the crash encountered when running QSPIFormat?

good evening,

I had not seen your answer, how to make additional log?

all I can give you for the moment is my serial monitor but there is no error returned,

I just have the red light flashing on the card at the time of formatting after having answered the last question "WARNING! Running the sketch all the content of the QSPI flash will be erased.
Do you want to proceed? Y/[n]"