|
|
|
|
|
by xgb84j
520 days ago
|
|
In the article they talk about how printing an error from the anyhow crate in debug format creates a full backtrace, which leads to an OOM error. This happens even with 4 GB of memory. Why does creating a backtrace need such a large amount of memory? Is there a memory leak involved as well? |
|
(Assuming that the article incorrectly used Mib when they meant MiB. Used correctly b=bit, B=byte)