How to refine the debugging?
Crash report (SASL) gives more or less where and why a bug happens. But is it possible to refine this (the function, the line de code, etc) ? If you can reproduce the fault, the best way to get more information is to put a dbg trace on sections in question and review that output. dbg:tracer(),dbg:p(all,c),dbg:tpl(Mod,Func,x). This usually does the trick for me. Replace Mod and Func with whatever module and function you want to debug. If you are looking for more detailed post-mortem logging then sasl and the error_logger are your friends. There are of course times when SASL does not give you