invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
87 stars 14 forks source link

Segfault when logging outside of module #173

Closed mattBrzezinski closed 3 years ago

mattBrzezinski commented 3 years ago

X-Post: https://github.com/JuliaLang/julia/issues/38811

rofinn commented 3 years ago

You aren't using Memento properly. Please read the documentation on how to use Memento in a package/module.

https://invenia.github.io/Memento.jl/latest/faq/pkg-usage/