03-03-2017, 07:53 PM
(03-03-2017, 05:08 PM)oort Wrote: What do the numbers that are listed in the error report mean?oort, each tuple in the dump stack list means: {<module name>, <function name>, <param count for the function>}, except for the first tuple (on top) in which the 3rd item isn't the param count, but the parameters it self - the ones used when the crash happened.
I removed the line breaks to make easy to see them:
Quote:In this case, if the crashes had happened in another function called in toplevel function, instead of the list of parameters you was going to see the number 5 ({wpc_stereoscopic, toplevel, 5}).
Quote:It looks like I need to fix "toplevel" in the same way. I think I should be able to fix that now...Yes (twice )