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

Better output for missing allocatiosn #154

Closed
itamarst opened this issue Apr 12, 2021 · 0 comments · Fixed by #155
Closed

Better output for missing allocatiosn #154

itamarst opened this issue Apr 12, 2021 · 0 comments · Fixed by #155

Comments

@itamarst
Copy link
Collaborator

Current output is too verbose (it's per allocation!) and uninformative (not useful for debugging, and not actionable for user).

Insetad, we should:

  1. Always output a single warning, "X% (Y bytes) of allocations disappeared somehow. If this is a sufficiently small number you can just ignore this warning. You can rerun after doing 'export FIL_DEBUG=1' to get more information, and then file a bug at ..."
  2. When FIL_DEBUG is set, print tracebacks for each allocation that goes missing.

Spin off from #149.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant