Tianyu Zuo
Tianyu Zuo
When I removed the line: `System.out.println(b[i]);`. The TornadoVM can stop the program properly but no output or error message.
@jjfumero The output: ``` $ tornado --jvm="-Dtornado.fullDebug=True" --debug --threadInfo --printKernel -m tornado.examples/uk.ac.manchester.tornado.examples.Broken.TryCatch WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Loading DRIVER: uk.ac.manchester.tornado.drivers.ptx.PTXTornadoDriverProvider@57f23557 ```
@jjfumero However when I remove the line `System.out.println(b[i]);`, the TornadoVM can stop the program properly without exception. ``` $ tornado --jvm="-Dtornado.fullDebug=True" --debug --threadInfo --printKernel -m tornado.examples/uk.ac.manchester.tornado.examples.Broken.TryCatch WARNING: Using incubator modules:...
> Yes, all runs are based on the latest commit ``` $ tornado --fullDebug --debug -m tornado.examples/uk.ac.manchester.tornado.examples.Broken.TryCatch WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Loading DRIVER: uk.ac.manchester.tornado.drivers.ptx.PTXTornadoDriverProvider@57f23557 ```