Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==35465==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed: 0x7f7aae8a59c0 in thread T0 #0 0x7f7aae9899c8 in operator delete(void*, unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe19c8) #1 0x561e8550e784 in intMatrix::~intMatrix() (/out/package/ex3+0x16784) #2 0x561e855084a6 in main (/out/package/ex3+0x104a6) #3 0x7f7aad216b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #4 0x561e85506b29 in _start (/out/package/ex3+0xeb29) Address 0x7f7aae8a59c0 is a wild pointer. SUMMARY: AddressSanitizer: bad-free (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe19c8) in operator delete(void*, unsigned long) ==35465==ABORTING
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.
Please double check your code to solve this problem and try again.
Your Answer
Testing constructor & destructor 5: 2pts Matrix Information: rows: 6 cols: 6
JOJ Answer
Testing constructor & destructor 5: 2pts Matrix Information: rows: 6 cols: 6