Anton Kozlov
Anton Kozlov
Have I provided all necessary feedback? Or have I missed that should be discussed now? I don't totally remember the whole plan :) except `tx` is next major milestone
Now you can get a very cool output! ``` root@embox:/#load_app linux_cat /proc/version Linux version 4.19.0 (@4fcd9fc4807a) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12)) #1 Mon May 2 20:18:40 UTC 2022 root@embox:/#load_app...
Thanks. I agree that reporting exceptions as suppressed may be confusing. The new report looks good. But it introduces a new term "inner" which is not specified anywhere. Another side...
I also would prefer "nested" exceptions not to overlap with suppressed in implementation, to make sure the correct interface is always called. Indeed, a common parent class makes sense, and...
I compared changes with jdk-17.0.12+7, there are only CRaC related ones. So LGTM. Thank you!
Hi all, First of all, thanks for the try-out! In CRaC, those CheckpointOpenResourceException are built to provide the safety of the checkpoint image, so there should be no implicit dependencies...
The builds are expected, hopefully, this week. Jlink can be made to work, but unfortunately a workaround is required https://github.com/CRaC/example-lambda/blob/master/crac-steps.sh#L18. In the rest, jlinked image works fine. This is not...
Hi @fipro78, with small modifications, the test runs on linux-x64. But we'll check it on WSL, thanks for the ready-to-use example. ```diff --- a/CRaC_Test/crac_executable/create_checkpoint.sh +++ b/CRaC_Test.new/crac_executable/create_checkpoint.sh @@ -1,7 +1,8 @@...
@fipro78, > What would you like to be in the repository? I think a simple demo would be more than enough. The archive you posted looks like a good starting...
I refreshed my memories about the tests, and the first approach looks good for me. There is a comment in the bug. Sorry for misleading you.