|
@@ -5,6 +5,9 @@ The text could be getting overwritten. The image resource or any resources loade
|
|
|
Make sure logme files are put into GitIGNORE or other text files we dont want.
|
|
|
|
|
|
30April20
|
|
|
-Figure out this error message for pdfHummusTest1.exe:
|
|
|
+1) Figure out this error message for pdfHummusTest1.exe:
|
|
|
terminate called after throwing an instance of 'std::bad_alloc'
|
|
|
- what(): std::bad_alloc
|
|
|
+ what(): std::bad_alloc
|
|
|
+segmentation fault was found on line 99 of the code.
|
|
|
+2) Debugger only seems to work if we use the -g command when compiling to include debug inside of executable. Find out if we can do this another way or if we need to
|
|
|
+turn that on and off, manually. This may lead to another task of addding this to all other targets in the makefile.
|