You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
On TizenRT there are some hard to find error definitions. This line cause core dump, while it could return "unknown error" / NULL. Current logic seems to be debug purpose, and end user would not expect exception because there is no proper string defined. It is not easy to get rid of this, and require recompilation/flashing of whole OS.
The text was updated successfully, but these errors were encountered:
kolipka
pushed a commit
to kolipka/libtuv
that referenced
this issue
Aug 7, 2017
On TizenRT there are unknown errors. IoT.js crash instead of returning "Unknown error".
Fix for Samsung#83.
libtuv-DCO-1.0-Signed-off-by: Konrad Lipner [email protected]
On TizenRT there are unknown errors. IoT.js crash instead of returning "Unknown error".
Fix for #83.
libtuv-DCO-1.0-Signed-off-by: Konrad Lipner [email protected]
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am refering to https://github.com/Samsung/libtuv/blob/master/src/uv-common.c#L118
On TizenRT there are some hard to find error definitions. This line cause core dump, while it could return "unknown error" / NULL. Current logic seems to be debug purpose, and end user would not expect exception because there is no proper string defined. It is not easy to get rid of this, and require recompilation/flashing of whole OS.
The text was updated successfully, but these errors were encountered: