11-19-2012, 07:17 PM
(11-19-2012, 02:39 PM)sum2012 Wrote: Does it mean that give you compiler debug log is enough for you to debug ?For reporting, do not use "ignore invalid memory access": every error is important for analysis. This option is just interesting for playing, when you do not care about reporting but just want to "force" the game to run further or to run with a slightly better performance.
edit:Or use "ignore invalid memary" ,log to final error ?
(11-19-2012, 01:47 PM)gid15 Wrote: It is not coming from a module but from the MIPS instruction at address 0x8891A70.
There is no simple rule for investigating such memory errors, the problem is usually happening sometimes before the error and the error is just a consequence.
A log with the compiler at the DEBUG might help... I usually look at the few syscall's being called before the memory error and try to find a relation.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log