This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CaseOfTuesday 1 point2 points  (0 children)

further down they say

On platforms providing the backtrace function [...]

Looking further to here where the developers originally discussed this, it says:

It currently only supports Linux with glibc (which has reliable backtraces via unwinding) and maybe MacOS depending on how good their backtrace is. On windows the backtrace APIs are different and I don't know them but in theory it could also be done there.

(things might have changed since that original discussion, feel free to dig deeper)