shiqicao

Results 4 issues of shiqicao

## Steps to Reproduce Issue I am running sui node in local kubernetes by using microk8s. microk8s shuts down all processes in all containers by sending SIGTERM, but sui node...

### Feature Description Only forwarding ctrl-c to task instead of kill current flow ### Describe The Solution You'd Like While running a long run task and followed by a clean...

investigation

MethodInlinePass inlines `init` for `new-instance`, so it moves `invoke-direct {p0}, Ljava/lang/Object;->()V` to caller. However, `IRTypeChecker` reports ``` Variable NEW_INSTANCE Lcom/foo/bar/;initialized with the wrong type at [0x7f71d521be90] OPCODE: INVOKE_DIRECT v5, Ljava/lang/Object;.:()V...