Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
原谅我糟糕的英语,
我的意思是当 gen_server 崩溃时,error_logger 打印"Last message in was"和"When Server State",服务器状态值是处理最后一条消息之前的状态?
"Last message in was"
"When Server State"
在 gen_server 中,状态由代码的通用部分存储,这应该是健壮的。它由回调函数更改,回调函数必须返回新的状态值作为其结果。
当系统报告错误时,报告的状态是作为参数传递给负责崩溃的回调的状态。