Open Chibikuri opened 3 years ago
Describe the bug When I create a variable to store temporal_tomography_output[local_qnic.address][partner_addr] at HardwareMonitor, I found segmentation fault at final() function in the HardwareMonitor.
temporal_tomography_output[local_qnic.address][partner_addr]
final()
https://github.com/sfc-aqua/quisp/blob/fb969565b333c3f14fc0a19fe2eb165c7ce9187a/quisp/modules/QRSA/HardwareMonitor/HardwareMonitor.cc#L179
To Reproduce Steps to reproduce the behavior:
.ini
Expected behavior Should not point out invalid address
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
@Chibikuri Is this issue still relevant? If not we should close it for the moment and reopen later if there are still issues about it.
Describe the bug When I create a variable to store
temporal_tomography_output[local_qnic.address][partner_addr]
at HardwareMonitor, I found segmentation fault atfinal()
function in the HardwareMonitor.https://github.com/sfc-aqua/quisp/blob/fb969565b333c3f14fc0a19fe2eb165c7ce9187a/quisp/modules/QRSA/HardwareMonitor/HardwareMonitor.cc#L179
To Reproduce Steps to reproduce the behavior:
.ini
file name 'omnetpp.ini'Expected behavior Should not point out invalid address
Desktop (please complete the following information):
Additional context Add any other context about the problem here.