NeomerArcana

Results 2 issues of NeomerArcana

There's an immediate crash when executing the following program in DrMemory. ![image](https://user-images.githubusercontent.com/6258423/97122243-9055f980-1778-11eb-9484-a775d05d82af.png) This occured in both 2.3.0 and the latest build 2.3.18510 I just downloaded. This program is as minimal...

I've also written everything up here [https://stackoverflow.com/questions/67240792/gprof-producing-no-output-for-a-program-that-takes-reasonable-time-to-execute](https://stackoverflow.com/questions/67240792/gprof-producing-no-output-for-a-program-that-takes-reasonable-time-to-execute) so that someone finding this issue later will know they're connected. The program code: ``` //test_gprof.c #include void new_func1(void) { printf("\n Inside new_func1()\n");...