Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instrument io #14

Open
iliastsi opened this issue Feb 14, 2013 · 0 comments
Open

Instrument io #14

iliastsi opened this issue Feb 14, 2013 · 0 comments
Labels

Comments

@iliastsi
Copy link
Owner

Right now instrumenting io causes eunit to hang.

  1. 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.
  2. 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..)
  3. For the same reasons we have to instrument (preferably ignore) init when instrumenting gen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant