Do you guys received my CPU exceptions solution message ? Because the issue you described is already resolved by hardware. Simple and elegant solution too On Fri, 7 Apr 2017 at 11:03, Denis Kudriashov <dionisiydk@gmail.com> wrote:
2017-04-07 8:22 GMT+02:00 Esteban Lorenzano <estebanlm@gmail.com>:
But then the problem is on "how to not lose your code", not in FFI...
Restarting image is a problem. For any other "smalltalk" problems we got suitable debugger but not in that case.
Also when image crashed we need to recover all objects state for the script which produce crash
FFI is a border. Once you start working with it, you are in C world. And C world is nasty, hard and cumbersome.
Yes. And my remark was about possibility to catch C error to prevent image crash, why it will make FFI less hard.