Console program written in Dart that invoke native function exit with code 139.
Dart VM does not display error messages.
- What happened?
- Where I can find documentation about exit code 139?
- Why not displayed
stack traceof Dart VM code?
P.S.
I purposely did not give an example because it occurs repeatedly.
I can not understand why the program that terminated abnormal does not display error messages.
Does this means that error code 139 is unhandled error in Dart VM without provided text of error message?