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
Whenever instrumenting io_lib we have to instrument io_lib_format also.
io_lib_format it's not a default loaded module and it doesn't show up with fail-uninstrumented either because io_lib:format/2 catches this exception.
For the same reasons we have to instrument io_lib_format, io_lib_fread, io_lib_pretty, string, unicode, lists, math, erl_scan (and maybe some more..)
For the same reasons we have to instrument (preferably ignore) init when instrumenting gen
The text was updated successfully, but these errors were encountered:
Right now instrumenting io causes eunit to hang.
io_lib_format it's not a default loaded module and it doesn't show up with fail-uninstrumented either because io_lib:format/2 catches this exception.
The text was updated successfully, but these errors were encountered: