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
Currently, the Rust JIT profiling API can only report an error with message "error when notifying event". That doesn't give me much to go on when troubleshooting, especially when all I have is this message and a stack trace reported by somebody else.
At minimum I think it would help if it called iJIT_IsProfilingActive and returned a different error message when loading the shared library failed, as opposed to something else going wrong.
The text was updated successfully, but these errors were encountered:
Currently, the Rust JIT profiling API can only report an error with message "error when notifying event". That doesn't give me much to go on when troubleshooting, especially when all I have is this message and a stack trace reported by somebody else.
At minimum I think it would help if it called
iJIT_IsProfilingActive
and returned a different error message when loading the shared library failed, as opposed to something else going wrong.The text was updated successfully, but these errors were encountered: