I am analyzing a crash dump file which crashed when it was loading or saving a certain (local) data file. The call stack shows it had executed loading that file at the time of crash.
I am wondering if I need to have this data file along with the dump file as well to accurately analyze the crash? Will it affect the pointers in any way like the filename etc?